@charset "utf-8";
/* CSS Document */

* {	margin: 0px;
	padding: 0px; outline: 0;
}

p {	margin:1em 0;
}

/* filete definido de una manera para firefox y de otra para explorer */
hr { padding: 0;
	 border: solid #001A5A;
	 border-width: 1px 0 0 0;
	 color: #001A5A;
	 height: 1px;
}
/* fin filete */

img { border:0;
}

input { padding: 2px;
}

/* color de fondo */
body { background-color: #d7d7d7;
}
/* fin color de fondo */

/* caja contenedora */
#contenedor { width:960px;
			  height:100%;
			  margin: 15px auto;
			  font-family:Verdana, Arial, Helvetica, sans-serif;
			  font-size:12px;
}
/* fin caja contenedora */

/* encabezado */
#encabezado { width:100%;
			  /*height:99px;
			  background-image:url(../img/top_bg_500x99.png);
			  background-repeat:no-repeat;*/
			  background-color:#001a5a;
			  border-top: solid 1px #cccccc;
			  border-bottom: solid 1px #cccccc;
}

#usuario { width:195px;
			  height:14px;
			  padding: 21px 15px 14px 25px;
			  margin-left:19px;
			  margin-top:81px;
			  /*background-image:url(../img/user.gif);*/
			  background-repeat:no-repeat;
			  background-position:left;
}

/* fin encabezado */

#contenido { width:920px;
			 padding:20px;
			 background-color:#ffffff;
			 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;
			 float:left;
			 }
			 
#contenido a:link { color: #000000; text-decoration:none; }

#contenido a:hover { color: #001A5A; text-decoration:none; }

#contenido a:visited { color: #000000; text-decoration:none; }


/* cuerpo */

#center {  width:100%;
		text-align:center;
		}

#center .left {  width:100%;
		text-align:left;
		}

#center table {
margin: 0 auto;
text-align: left;
}

td {
padding:10px;
}

.txtxs {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}

/* fin cuerpo */

/* fin siguiente */


/* siguiente */

#sgt {text-align: right;
border: solid 1px #001A5A;
padding: 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 20px 10px 0px 0px;
width: auto;
height: auto;
float: right;
display: block;
cursor: pointer;
background-color: #ffffff;
		}
#tasa {  width:100%;
		padding-bottom:5px;
		margin-bottom:15px;
		border-bottom: solid 1px #001A5A;
		text-align:left;
		}
/*                
#nuevocalc {  width:100%;
		text-align:center;
		}
		
#nuevocalc a { width: 100%;
text-align: right;
border: solid 1px #001A5A;
padding: 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0px 10px 0px 0px;
width: auto;
height: auto;
float: right;
display: block;
cursor: pointer;
background-color: #ffffff;
		}

/* fin siguiente */

/* pie */
#pie {	width:960px;
		height:27px;
		/*background-image:url(../img/bottom_bg.png);*/
		background-repeat:repeat-y;
		background-color:#FFFFFF;
		border-top: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
		clear:both;
		}

#pie a:link { color: #000000;
			   text-decoration:none;
			   }

#pie a:hover { color: #669933;
				text-decoration:none;
				}

#pie a:visited { color: #000000;
				  text-decoration:none;
				}
#pie strong { color: #ffffff;
				  text-decoration:none;
				}
		

/* fin pie */

/* texto bajo pie */
#txtbottom {	width:920px;
				padding:10px 20px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #000000;
		}

/* texto bajo pie */

/* estilos texto */



select.body {  height:420px;
overflow-y: auto;}

@-moz-document url-prefix() {
select.body {  height:415px;
overflow-y: hidden;}

}


.body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width:920px;}

.body a:link { color: #000000; text-decoration:none; }

.body a:hover { color: #001A5A; text-decoration:none; }

.body a:visited { color: #000000; text-decoration:none; }

.body strong { color: #000000; text-decoration:none; }

/* fin estilos texto */

/* borde y padding del select */

select option { padding:5px;
				border-bottom: 1px dotted #CCCCCC;
				}
				
/* fin borde y padding del select */

.tabpadd table td { padding: 5px;}

.tabcent table { align: center;}

.filtop { border-top:dotted 1px #001A5A;
		border-bottom:dotted 1px #001A5A;}

.detalles { display: none; }

em { color: #001A5A;
		font-style:normal;}

.form-seleccion-datos {
    background: #e9ecef; padding:10px; border: solid 2px lightgray; border-radius:5px
}

.linea-separadora {
    border-bottom: solid 1px lightgray; margin-bottom: 10px
} 

.label-datos-entrada {
    margin-bottom: 3px; padding:10px; border: solid 2px #FFF; border-radius:15px
}

.datos-entrada {
    margin-bottom: 3px; background: #e9ecef; padding:10px; border: solid 2px lightgray; border-radius:5px
}

.table-detalle-calculos {
    background: #e9ecef; border: solid 2px lightgray; text-align: center;
} 

.label-resultado-calculos {
    margin-bottom: 3px; padding:10px; border: solid 2px #FFF; border-radius:5px;
}

.resultado-calculos {
    margin-bottom: 3px; background: #e9ecef; padding:10px; border: solid 2px lightgray; border-radius:5px; text-align: right;
}