/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004B98;
	background: #FFFFFF;
	xt-align:center;
	text-decoration: none;
	font-weight: bold;
	

}

a:link {
	/*text-decoration: none;*/
	color: #0255ab;
}
a:visited {
	/*text-decoration: none;*/
	color: #0255ab;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a[href$='.pdf'], .pdf-link {
	display: inline-block;
	padding-left: 18px;
	line-height: 14px;
	overflow: visible;
	background: transparent url('//estaticos.castillalamancha.es/img/mime/icon16-mime-pdf.png') center left no-repeat;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/h1_fondo.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 750px;
	height: 37px;
	padding-top: 10px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	padding-left: 0px;
	color: #2864AF;
	font-weight: bold;
	text-align: center;
	/*MODIFICADO POR JOSE LUIS: Corrige la mala colocaci�n en explorer*/
	padding-top: 10px;
}

h3 {
	font-size: 12px;
	padding-left: 0px;
	color: #2864AF;
	font-weight: bold;
	text-align: left;
}


h4 {
	font-size: 12px;
	padding-left: 0px;
	color: #2864AF;
	font-weight:normal;
	text-align: left;
}


#contenedor {
	text-align:center;
	margin:auto;
	
}
 /* contendio de la p�gina */
#cabecera_cuadro{
	position: relative; top: 50px;
	margin: 100px auto;
	width: 700px;
	height: 62px;
	background-image: url(../img/cuadro_cabecera.png);
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 30px;
	clear: both;	
}

#contenido{
	width: 560px;
	height: 450px;
	background-image: url(../img/fondo_log-in.png);
	background-repeat:no-repeat;
	margin: auto;
	padding-top: 135px;
	clear: both;
}
 
#contenido_login{
	margin: 100px auto;
	width: 700px;
	height: 500px;
	background-image: url(../img/cuadro_franja.png);
	background-repeat: repeat-y;
	margin: auto;
	padding-top: 30px;
	clear: both;	
}

#avisos{
	position: relative;
	left: 30px;
	padding-left: 10px;
	padding-top: 10px;
	width: 630px;
	text-align:left;
	background-color: #f7f7f7;	
}

#aviso-responsabilidad{
	position: relative;
	left: 35px;
	top: -30px;
	width: 580px;
	height: 90px;
}

#aviso-seguridad{
	position: relative;
	left: 35px;
	top: -30px;
	width: 580px;
	height: 30px;
}

#pie_cuadro{
	margin: 100px auto;
	width: 700px;
	background-image: url(../img/cuadro_pie.png);
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 30px;
	clear: both;	
}
	

 /* t�tulo */
#titulo{
	height: 20px;
	text-align:center;
	padding-left:10px;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	/*MODIFICADO POR JOSE LUIS: Corrige la mala colocaci�n en explorer*/
	padding-top: 5px;
	/*margin-top: 5px;*/
}	
	

 /* cuerpo de la p�gina */
#cuerpo {
	width:748px;
	float: right;
	}

#contenido_izquierda_login{
	width: 200px;
	height: 100px;
	position: relative; 
	left: 80px;
}

#contenido_derecho_login{
	width: 290px;
	height: 120px;
	font-size: 10px;
	text-align: left;
	position: relative; 
	top: -100px;
	left: 300px;
}

#contenido_izquierda{
	width: 200px;
	height:80px;
	float: left;
	font-size: 10px;
	color: #333333;
	padding-left: 25px;
	vertical-align: bottom;
	padding-top: 135px;
	padding-right: 5px;
	
}

#contenido_derecho{
	width: 290px;
	height:auto;
	float: right;
	font-size: 10px;
	text-align: left;
	padding-right: 30px;
	padding-top: 15px;
	/*margin-top: 15px;*/	
}

#formulario_login{
	height:100px;
	text-align: right;
	font-size: 9px;
	width: 290px;
	vertical-align: sub;

}

#formulario_login_dnie{
	height:100px;
	text-align: center;
	font-size: 9px;
	width: 290px;
	vertical-align: sub;

}

/*A�ADIDO POR JOSE LUIS*/
#formulario_login p{
	padding:5px 0px 5px 0px;
	margin:0px;
}

.label {
	font-size: 11px;
	font-weigth: bold;
}


.errors{
	text-align:center;
	color:red;
}

.cambioPass{
	text-align:center;
}


#acceso_certificado {
	clear: both; 
	padding-top: 10px;
	height: 40px;
	padding-left: 190px;
}

#icono_dnie {
	float: left; 
}

#texto_dnie {
	position: relative;
	top: 20px;
	left: -20px;
}

input[type=radio   ]:not(old){
  width            : 1em;
  height           : 1em;
}
