@charset "UTF-8";
/* CSS Document */


*, html { margin:0; padding:0;}
body { font: 12px Arial, Helvetica, sans-serif; line-height: 120%; /*background:url(images/fdBody.jpg) no-repeat #FFF*/}
a:link, a:visited { color:#912b32; font-weight: bold; text-decoration:none; outline:none}
a:hover { text-decoration: underline }
img { border: none }
input, select, textarea { font-size: 11px }
select { text-indent:0}
label { float: left; padding: 4px 0}
textarea{font: 11px Arial, Helvetica, sans-serif}
/*estructura general*/
#todo { width: 100%; background:url(../images/fdTodo.jpg) no-repeat top center;}
#todo_vacio { width: 100%;}
#contenedor { width: 970px; margin: 0 auto; overflow:hidden; position: relative;}
#pie { height: 50px; background:url(../images/fdBody.jpg) no-repeat center 5% #FFF; margin: 0 auto; width: 100% }
#pieCentral { font-size: 11px; width: 970px; margin: 0 auto; padding-top: 10px; }
#pieCentral a { font-weight: normal !important }
.logo { position: absolute; top:0; left: 0;}
.logo h1 { color: #1262a1; font-size: 13px}

/****assets****/
.fila { display: block; clear: both; float: left; width: 100%; padding: 6px 0 10px 0}
.recordar a:link, .recordar a:visited { 
display: block; float: left; clear: both; padding: 0 0 0 10px; margin-top: 4px;
font-size: 10px !important; background:url(../images/bulletMini.gif) center left no-repeat !Important }
.bold { font-weight: bold }
.rojo { color:#912b32 }
.blanco {color:#FFFFFF}
.azul { color: #1262a1}
.modulo label { font-size:12px; font-weight: bold; color:#912b32 }
.modulo h2{ color: #666; font-size: 13px; margin-bottom: 5px}
#login h2 { color: #912b32; font-size: 13px; margin-bottom: 5px}
.izq { float: left }
.der { float: right }
.w144 { width: 144px }
.w148 { width: 148px }
.w582 { width: 582px }
.w374 { width: 374px }
.mgR7 { margin-right: 7px }
.mgR9 { margin-right: 9px }
.relative { position: relative }
.absolute { position: absolute }
.modulo { font-size:11px; margin: 6px 0; display: block; float: left }
.masInfo a{ display: block; padding:2px 0 2px 16px; background: url(../images/icoMasInfoMini.gif) no-repeat center left;}
.titAviso { font-size: 20px; margin-bottom: 13px}

.cuerpo { overflow: hidden; padding: 0 0 0 12px }
.cuerpo h2, .cuerpo p { margin-right: 12px }

.input { 
border: none; padding: 4px 0 2px 0;
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #9e9e9e;
background: url(../images/fdInput2.gif) top left no-repeat white;
}

.inputlargo { 
border: none; padding: 3px 0;
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #9e9e9e;
background: url(images/fdInput2.jpg) top left no-repeat white
}

.select { 
display: block;
float: left;
border: none; padding: 3px 2px 1px 2px;
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #9e9e9e;
background: url(../images/fdInput.gif) top left no-repeat white
}

#caja_mensaje_alerta { 
display: none;
z-index: 1;
position: absolute; text-align:left;
left:50%;  
height:91px !important; 
width: 272px !important; 
margin-left:-235px;
padding: 32px 35px 35px 139px !important; 
background:url(../images/fdAviso.png) no-repeat !important;
background:url(../images/fdAviso.gif) center center no-repeat }

#fondo_pantalla_completo_negro{
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height: 900%;
  	filter:alpha(opacity=50);
  	opacity: 0.5;
	background-color:#00FFFF;
	background-color:#000000;
    cursor:wait;
}
