.entrada {
	background: url(../img/bkg_entrada2.jpg) no-repeat;
	background-position: center top;
	display: block;
	height: 587px;
	width: 874px;
	margin: 0px;
	padding: 0px;
}


.formulario_entrada{
	font-family:verdana;
	font-size:12px;
	color:#000000;
	font-weight:400;
	background-color:#e4ce00;
	width:182px;
	border: 0px;
	padding-left:2px;
}

.capa_login {

	position:absolute;
	display: block;
	margin-left:412px;
	//margin-left:-26px;
	height: 20px;
	margin-top: 294px;
	padding: 0px;
	float:none;
}

.capa_password {

	position:absolute;
	display: block;
	height: 20px;
	margin-left:412px;
	//margin-left:-26px;
	margin-top: 326px;
	padding: 0px;
	float:none;
}

.capa_entrar{

	position:absolute;
	display: block;
	height: 17px;
	margin-left:527px;
	//margin-left:90px;
	margin-top: 362px;
	padding: 0px;
	float:none;
	overflow:hidden;
}

.msg_error_login{

	position:absolute;
	display: block;
	height: 20px;
	margin-top: -4px;
	padding: 0px;
	float:none;
	font-family:verdana;
	font-size:9px;
	color:#000000;
	font-weight:400;
	
}

.msg_error_password{

	position:absolute;
	display: block;
	height: 20px;
	margin-top: -6px;
	margin-left: 4px;
	padding: 0px;
	float:none;
	font-family:verdana;
	font-size:9px;
	color:#000000;
	font-weight:400;
	
}


#btn_entrar{display:block;width:72px;height:17px;background-image:url('../img/btn_aceptar.png');background-position:0px 0px;background-repeat:no-repeat;}
#btn_entrar_seleccionado{display:block;background-position:0px -17px;width:72px;height:17px;background-image:url('../img/btn_aceptar.png');background-repeat:no-repeat;}
#btn_entrar:link{background-position:0px 0px;}
#btn_entrar:hover{background-position:0px -17px;}
#btn_entrar:active{background-position:0px -17px;}