/* Fichero: login.css */


* {
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #f5f5f5 url(login/bg-body.png) repeat-x;
}


/* Bloque de Login */

div.bloque_acceso
{
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 40px auto;
	border: 2px solid #999;
	background: #fff;
}

div.bloque_acceso h1
{
	padding: 8px 0px 8px 15px;
	margin-bottom: 10px;
	font: normal 1.1em Arial;
	color: #333;
	background: #ddd;
	border-bottom: 2px solid #999;
}

div.bloque_acceso p
{
	font: normal 0.8em/140% Arial;
	color: #333;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

div.bloque_acceso fieldset
{
	border: none;
	margin: 15px;
	border: 1px solid #ddd;
	padding: 10px;
	background: #f5f5f5;
}
div.bloque_acceso fieldset p
{
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div.bloque_acceso legend
{
	display: none;
}

div.bloque_acceso label
{
	float: left;
	width: 20%;
	height: 16px;
	padding: 1px 5px 0px 0px;
	font-size:1em;
	font-weight:bold;
	text-align: left;
}

div.bloque_acceso input
{
	font-family: Verdana;
	font-size: 8pt;
	padding: 2px;
	width: 75%;
	color: #555555;
	border: 1px solid #999;
}

div.bloque_acceso .botonValidar
{
	text-align: right;
}
div.bloque_acceso .botonValidar button
{
	border: 1px solid #999;
	background: #ccc;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	font: bold 0.8em Arial;
	color: #666;
}
div.bloque_acceso .botonValidar input
{
	width: auto;
	border: 1px solid #999;
	padding: 3px 10px 3px 25px;
	cursor: pointer;
	font: bold 0.8em Arial;
	color: #666;
	
	background: url("login/kgpg.png") no-repeat scroll 5px center #CCCCCC;
}

div.bloque_acceso fieldset p.checkbox {
	text-align: left;
	margin-left: 25%;
}
div.bloque_acceso fieldset p.checkbox label {
	float: none;
	font-weight: normal;
}
div.bloque_acceso fieldset p.checkbox input {
	width: auto;
	margin-right: 5px;
}

a.remember-login {
	font-size: 0.8em;
}

div.bottom
{
	clear: both;
	border-top: 1px solid #d0d0d0;
	margin:20px 0px 0px 0px;
}

div.bottom p
{
	font-size:0.8em; 
	color:#b2b2b2;
	text-align:right;
	padding:2px;
}

div.bloque_acceso p.botonValidar input
{
	margin-right: 0px;
	border: none;
	width: auto;
}
	
div.error
{
	padding: 0px 10px 0px 10px;
	margin: -85px 0px 10px 5px;
	float: left;
	width: 150px;
}

div.error p
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #ce3232;
	font-size: 11px;
}


/* Esperando */
div#info_esperando
{
	margin: 60px auto;
}
div#info_esperando p
{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
div#info_esperando p img
{
	margin-bottom: 10px;
}

/* Esperando */
div#info_error
{
	text-align: center;
	margin: 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: #900;
}



/* Error Login Messages */
.messagesControl {
	margin:30px auto 0;
	width:300px;
}
.messagesControl h2 button { display: none; }
.warningMessages h2 { display: none; }
.warningMessages ul {
	list-style-type: none;
}
.warningMessages li {
	font-weight: bold;
	color: #8F0000;
	text-align: center;
		
}
.warningMessages {
}
