/*******************************************/
/*                 LOGIN                   */
/*******************************************/

body {
	background-color:#F9EDEE;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	overflow-x:hidden;
}
#cuerpo {
	border-top:solid 1px white;
	min-height:300px;
	background-color:#F9EDEE;
}
#login {
	color: #000;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-170px;
	margin-top:-60px;
	width:300px;
	height:50px;
	padding:20px;
	border:solid 1px #edc84d;
	border-radius:7px;
	background:url('../img/fondo_degradado.png') repeat-x center white;
}
#login form { }
#login .linea { margin-bottom:4px; }
#login .linea .campo1 { float:left; width:60px; text-align:right; margin-right:8px; color: #000; font-weight: bold; margin-top:4px; }
#login .linea .campo2 { float:left; width:180px; }

#pie {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:15px 0px;
	height:15px;
	text-align:center;
	overflow:hidden;
	color:#fff;
	font-weight: bold;
}

#mensaje_login { position:absolute; top:-30px; left:0px; }
#mensaje_login .ok {}
.txt_mensaje_error { color: red; font-size: 14px; font-weight: bold; }
