
body {
	background: url(../img/privado/login/fondo-login.png) repeat-x 0 0 #01539f;
	color: #747b82;
	font-family: Trebuchet MS, Arial; 
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

strong {
	color: #ffffff;
	font-size: 14px;
}

a {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	/*color: #f9624b;*/
	text-decoration: none;
}

img {
	padding: 0px;
}

/*/ Encabezados
------------------------------------ */

h1 {
	background: #111111;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: .5em 0;
}

h1.logo-area-de-acceso {
	color: #121212;
	font-size: 16px;
	font-weight: bold;
	
	background: none;
}
h1.logo-area-de-acceso img { background: none;margin: 38px 0 0 0; text-align:center;}

h2 {
	border-bottom: 1px dashed #666666;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding:0 0 1.1em 0;
}


/*/ Estilos comunes
------------------------------------ */

/* Para todas las divs que unen label e input */
.linea-form { display: block; margin: 5px 0; }
.linea-form label {
	margin-top: 5px;
}

/* Entrada / Login
------------------------------------ */

#area-de-acceso {
	background: url(../img/privado/login/fondo-login-contenidos.png) no-repeat 0 0;
	color: #ffffff;
	margin: 5em auto;
	height: 360px;
	width: 400px;
}

.contenedor-avisos {
	height: 3.5em;
	margin: 75px 0 0 0;
	padding-top: 190px;
}

#mensaje-de-error {
	color: #f23030;
	float:left;
	margin:5px 0 0 130px;
}

#mensaje-bienvenida {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	margin: 0 30px 0 30px;
	padding: 0em 0em 0em 0em;
	text-align: center;
}

#mensaje-bienvenida a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#mensaje-bienvenida a:hover {
	text-decoration: underline;
}

#area-de-acceso fieldset {
	margin: 0px auto;
	padding-top: 10px;
	text-align: left;
	width: 360px;
} 

#area-de-acceso fieldset legend {
	display: none;
}
 
#area-de-acceso fieldset label {
	float: left;
	width: 100px;
	font-weight:bold;
}

#area-de-acceso fieldset input {
	background: #ffffff;
	border: 1px solid #646464;
	margin-left: 0em;
	height: 16px;
	padding: 2px 3px;
	width: 252px;
	font-size: 12px;
	font-style: italic;
	color: #777777;
} 
#area-de-acceso fieldset input:focus { border: 1px solid #a0a0a0; }
#area-de-acceso fieldset textarea:focus { border: 1px solid #a0a0a0; }

.posicion-boton-entrar {
	text-align: right;
	margin:15px 20px 0 20px;
}

.boton-entrar {
	background: #01539f; /*url(../img/privado/login/boton-acceso.png) no-repeat;*/
	width:100px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	/*background:#479f28;*/
	height:25px;
	cursor:pointer;
	padding-top: 0px;
	padding-bottom: 2px;
	
	/*border:0;
	border: 1px solid transparent;*/
	border-radius: 6px;
}

.boton-entrar:hover{
	background: #fff;/*url(../img/privado/login/boton-acceso-off.png) no-repeat;*/
	/*background: #c7ed99;*/
	color:#01539f;
}
