@CHARSET "UTF-8";

body {
	background-color: #E6E6E6;
	font-size: 15px;
}

/*Body para el logo*/
body#index {
	background-color: white;
}

/*Encabezado.*/
div#encabezado {
	padding: 5px;
	margin: 0 auto;
	background: #838383;
	color: #000;
	height: 50px;
}

/*Tabla login*/
div#box {
	position: absolute;
	left: 40%;
	width: 18em;
	padding: 20px;
	margin: 0 auto;
	
}


        .login{
            background-color: #FFFFFF;
            border: 1px solid #C3D9FF;
            height: 250px;
        }
        .loginbox{
            background-color: #C3D9FF;
            height: 240px;
        }
        .link_login{
            font-size: 11px;
            color: gray;
            font-weight:bold;
            text-decoration:none;
        }



/*Botones*/ /* Botones de la ficha. */
.boton {
	font-size: 10px;
	font-family: Verdana, helvetica;
	font-weight: bold;
	color: white;
	background: #838383;
	border: 0px;
	width: 80px;
	height: 19px;
}

/*Nuevo password*/
div#nuevopassword{
	position: absolute;
	top: 25%; 
	left: 25%; 
	font-size: 12px; 
	background-color: #ccf;
	width: 600px;
	height:140px;
	margin: 0 auto;
	}
	
div#nuevopassword p {width: 500px; text-align: justify;}
div#logoNuevopassword {
	position: absolute;
	top: 5%;
	left: 5%}
	
/*Mensajes de registro.*/
div#msg{
	position: absolute;
	top: 25%; 
	left: 25%; 
	font-size: 12px; 
	background-color: #ccf;
	width: 600px;
	height:200px;
	margin: 0 auto;
}
div#texto{margin: 2em;}


/*Mensaje de comprobación RGPD.*/
#root {
		position: absolute;
		height:150px;
		width:300px;
		background-color:#FFFFCC;
		border:1px solid #FF3333;
                margin-bottom: 10px;
                cursor:move;
		}
#root h2{
                background: #FF3333 url(/images/error.png) no-repeat scroll 5px 2px;
                color: #FFFFFF;
                font-size: 11px;
                padding: 5px 20px 5px 25px;
                }
#root dl{
                padding: 5px;
                font-size: 11px;
                }
#root dd{
                margin: 0;
                }