.contenido
{
	margin-left:10%;
	margin-right:10%;
}

div.cabecera
{
	width:99%;
	height:100%;
	margin:0 auto;
}

div.logo_sexpe {
   float:left;		
   background-image:url(../imagenes/logo_sexpe2.jpg); 
   background-repeat:no-repeat;
   height:63px;
   width:116px;
 }
 
div.logo_ilm {
   float:left;   
   background-image:url(../imagenes/logo_ilm.jpg); 
   background-repeat:no-repeat;
   height:95px;
   width:197px;
   
 }

div.logo_feder {
   float:left;   
   background-image:url(../imagenes/logo_feder2.jpg); 
   background-repeat:no-repeat;
   height:95px;
   width:197px;
   
 }

div.logo_ministerio {
   float:left;   
   background-image:url(../imagenes/gobierno2.jpg); 
   background-repeat:no-repeat;
   height:48px;
   width:218px;
   
 }

div.logo_gobierno {
   float:right;
   background-image:url(../imagenes/logo_ceei2.jpg); 
   background-repeat:no-repeat;
   height:59px;
   width:248px;
   background-position: right;
 }
 
 
div.central
{
	width:99%;
	height:100%;
	
}
 
div.cuerpo
{
	float:left;
	width:100%;
	height:100%;
}

div.pie
{
	width:100%;
	height:100%;
	float:left;	
	background-color:#F7F8EC;
	color:#000000;	
	padding: 5px 5px 5px 5px;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #D2D2D2;
	border-bottom:2px inset #787878;
	
}
.texto_pie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}

.texto_pie2{
	font-family: Gill Sans, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

.texto_pie_facilLectura{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
}

div.footer
{
	width:99%;
	height:100%;
	float:left;	
	background-color:#000000;
	color:#FFFFFF;	
	padding: 5px 5px 5px 5px;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #D2D2D2;
	border-bottom:2px inset #787878;
	
}
div.espacio
{
	background-color:#FFFFFF;
	padding: 3px 3px 3px 3px;
	width:99%;
	height:100%;
	float:left;
}

div.espacio_menor
{
	background-color:#FFFFFF;
	padding: 1px 1px 1px 1px;
	width:99%;
	height:100%;
	float:left;
}



.contendio_100{
	padding: 5px;
	}

.full-width {
	width: 100%;
}





fieldset {
	background-color:#F7F8EC;
	border: 1px solid #98A3A8; 	
	position:relative;
	margin-top:0px;
	padding-top:10px;
	text-align: left;
}

legend {
 position:absolute;
 top:-10px;
 left:5px;
 border:1px solid #C9E8A5; 
 padding:2px 5px;
 color:#FFFFFF;
}

/*PARA EL RESTO DE NAVEGADORES QUE SI SOPORTAN MIN-HEIGHT*/
.maincontent {
	position: relative; 
	top: 0px; 
	left: 0px;  
	width: 980px; 
	min-width:500px;
	width:100%;
	min-height:700px;	
	height:auto;

}
/*PARA EL EXPLORER PORQUE NO SOPORTA MIN-HEIGHT*/
* html .maincontent {
	position: relative; 
	top: 0px; 
	left: 0px;  
	width: 980px; 
	
	width:100%;
	height:723px;	
}

select {
	width:160px;
	
}

select.especial {
	width:500px;
	
}
select.especial_lecturaFacil {
	width:600px;
	height:25px;
	font: 15px Arial, Helvetica, sans-serif;
	color:#757575;
}
select.pequenio {
	width:100px;
	
}
select.options, input.options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid red;
}
/* standard form style table */
form {
	margin: 0px 0px 0px 0px;
}

legend {
	color:#D92B2B;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	color:#01356A;
	border: 1px solid #417C3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input:focus, textarea:focus {
  border: 1px solid #3A6C7C;
  background: #FFF799;
}
td.titulo_apartado_ancho
{
    /*BACKGROUND-COLOR: #A8CE8B;*/
	background-color:#B7D6A0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	vertical-align:top;	
	padding:4px;
	height:56px;
}


textarea{
	color:#000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3A6C7C;
}
select{
	color:#000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #417C3A;
}


input[type=checkbox] {
   border: 0;
    color:#FFF;
    white-space: nowrap;
    overflow:hidden;
    width:15px;
    height:15px;
}

input[type=radio] {
   border: 0;
    color:#FFF;
    white-space: nowrap;
    overflow:hidden;
    width:15px;
    height:15px;
}


.tabla{
	width:100%;
	padding: 2px 2px 2px 2px;
	border:1px solid #000000;
	margin-bottom: 20px;	
}

#contenedor_localidades{
	display: inline;
	}
.declaracion{
	display: inline;
	}
.titulo_apartado
{
  	background-color:#B7D6A0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	vertical-align:middle;
	padding: 7px;
}

.titulo_apartado2
{
  	background-color:#B7D6A0;
    font-family: Gill Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	vertical-align:middle;
	padding: 7px;
}

.titulo_apartado_lecturaFacil
{
  	background-color:#B7D6A0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	vertical-align:middle;
	padding: 4px;
}



.txt_normal{
	font: 12px Arial, Helvetica, sans-serif;
}
.txt_normalGillSans{
	font: 12px Gill Sans, Helvetica, sans-serif;
}
.txt_normal2{
	font: 14px Arial, Helvetica, sans-serif;
}
.txt_normal_lecturaFacil{
	font: 15px Arial, Helvetica, sans-serif;
}
.txt_normal_rojo{
	font: 12px Arial, Helvetica, sans-serif;
	color:#990000;
}
.txt_normal_neg{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
.txt_normal_neg2{
	font: 12px Gill Sans, Helvetica, sans-serif;
	font-weight:bold;	
}
.txt_normal_neg_lecturaFacil{
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

.txt_normal_blanco{
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.txt_normal_neg_blanco{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}


.titulo_principal
{
   	color: #000000;
	font-family: segoe ui, Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight:bold;
	text-align:center;
}

.titulo_principal2
{
   	color: #000000;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight:bold;
	text-align:center;
}

.titulo_principal_facilLectura
{
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight:bold;
	text-align:center;
}

.readonly {
	background-color: #E6E4E4;

}
.guardar{
	border: none;
    background: url('../imagenes/b_guardar.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:25px;
}
.guardar:hover{
	border: none;
    background: url('../imagenes/b_guardar_activo.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:25px;
}

ol, ul, ul, ul li {
    list-style: none outside none;
}

.alRight /* Alineación a la derecha*/
{
	float:right !important;
}
.alLeft /* Alineación a la izquierda*/
{
	float:left ;
}
#contenido_nombre{
	display: inline-block;
	width: 30%;
}
#contenido_apellidos{
	display: inline-block;
	width: 40%;
	text-align: center;
}
#contenido_dni{
	display: inline-block;
	width: 29%;
	text-align: right;
}
#contenido_telefono{
	display: inline-block;
	width: 39%;
	}
#contenido_email{
	display: inline-block;
	width: 59%;
	}
#contenido_provincia{
	display: inline-block;
	width: 30%;
}
#contenido_localidad{
	display: inline-block;
	width: 40%;
	text-align: center;
}
#contenido_codigo_postal{
	display: inline-block;
	width: 29%;
	text-align: right;
}
.centrado{
	text-align: center;
}
input:focus {
  border: 2px solid black;
}
select:focus {
  border: 2px solid black;
}
#aceptar:focus{
	background-color: #08005c;
	border: 2px solid black;
	}