@charset "iso-8859-1";
/* CSS Document */

/*.nombre_test{
	font-size: 12px;
	padding: 4px;
	margin-top: -4px;
	border-top: 1px solid #9FCDE3;
	text-align:center;
}*/

#info_ae{
	list-style:none;
	padding:0px 0 10px 0;
	margin:0 auto;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #BDBDAE;
}
#info_ae li{
	/*float:left;*/
	text-align:center;
}
#info_ae_logo{
	padding:5px 0;	
}
#info_ae_logo img{
	max-width:90%;
	max-height:80px;
	border:1px solid #CCC;
}
#info_ae_marca{
	font-size:17px;
	padding-top:5px;
	font-weight: bold;
	color: #A27B2B;
}


#contenedor_formulario_acceso{
	border-top: 1px solid #FFF;
	padding-top:12px;
}
#formulario_acceso label{
	font-weight:bold;
	font-size:15px;
	color:#4A7388;
}
#contenedor_boton_formulario{
	text-align:center;
	padding-top:7px;
}


#mensaje_error{
	border-top: 1px solid #FFF;
	color:#4A7287;
	background-image:url(imagenes/imagen_error_acceso.png);
	background-repeat:no-repeat;
	background-position:right 15px;
	height:80px;
	padding:70px 142px 30px 10px;
	font-size:14px;
	max-width:90%;
	margin:0 auto;
}
#boton_atras{
	border-radius:4px;
	max-width:68%;
	margin:0 auto;
}




