@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	height:100%;
	color:#666666;
	font-size: 10px;

}



.estilo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:normal;
}


.estilo .contenido {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight:normal;
}

.estilo .tablas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #E3E3E3;
	border: 1px solid #BABABA;
	padding: 2px;
	box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	-moz-box-shadow:0px 0px 5px #999;
}

.estilo .botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e7e7e7;
	moz-border-radius: 6px;
	border-radius: 6px;
	border : 1px solid #999;
	box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999; 
	-moz-box-shadow:0px 0px 5px #999; 
	background-color : #E7E7E7;
	
}
.estilo .titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #62615D;
	background-color: #ECECEB;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.estilo .formulario {
	FONT-SIZE: 12px;
	BORDER-LEFT: medium none;
	WIDTH: 90%;
	COLOR: #62615D;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F5F4F0;
	moz-border-radius: 6px;
	border-radius: 6px;
	border : 1px solid #999;
	box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	-moz-box-shadow:0px 0px 5px #999;
	padding: 3px;
}
.estilo .formulario_boton {
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: medium none; 
	WIDTH: 100; 
	COLOR: #62615D; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #F5F4F0;
	moz-border-radius: 6px;
	border-radius: 6px;
	border : 1px solid #999;
	box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999; 
	-moz-box-shadow:0px 0px 5px #999; 
}


.estilo .opacidad a:link{
	font-family:Arial, Helvetica, sans-serif;
}
.estilo .opacidad a:hover{
	filter: alpha(opacity=50); 
	opacity: .5
}

.estilo .outopacidad a:link{
	font-family:Arial, Helvetica, sans-serif;
}
.estilo .outopacidad a:hover{
	filter: alpha(opacity=50); 
	opacity: .5
}

.estilo a:link{
	color: #666;
	text-decoration:none;	
}
.estilo a:hover{
	color: #444444;
	font-weight:bold;
}
.estilo a:visited{
	color: #666;
	font-weight:bold;
	text-decoration:none;
}


.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top:#1E6096 solid 1px;
	border-left:#1E6096 solid 1px;
	border-bottom:#1E6096 solid 1px;
	border-right:#1E6096 solid 1px;
	background-color:#1E6096;
	color: #FFFFFF;
	moz-border-radius: 4px;
	border-radius: 4px;
	width:100px;
	height:24px;
	margin-top:3px; 
	text-align: center;
	margin-top:5px;
}


.boton a:link, .boton a:visited, .boton a:active {
	color: #FFF;
}
.boton a:hover {
	color: #000;
}

.estilo .peq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	border-top: 1px solid #D8D8D8;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	
}
.contenido_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #62615D;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}		



.imput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px Solid #CCCCCC;
}

.imput_obligatorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px Solid #000000;
}
.imput_read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px Solid #000000;
	background-color: #EFEFEF;
	color: #666;
}	

.separador{
	border-bottom:solid 1px #D67434;
}

