/*INDEX*/
body{
border: 0;
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 15px;
font-family: arial;
}

.banner_anuncios_home{
float: left;
border: 0;
width: 50%;
}

#anuncios_home p{
color: #569ddb;
}

#contenedor_principal{
margin: 0 auto;
min-width: 320px; 
max-width: 985px;
background-color: #ffffff;
}

#busqueda_lateral{
padding: 10px;
width: 240px;
min-width: 240px;
/*border: 1px solid #000000;*/
float: left;
box-sizing: border-box;
}

#contenedor_responsive{
max-width: 745px;
margin-left: 240px;
}

#contenido_central{
color: #383438;
position: relative;
font-size: 15px;
padding: 10px;
background-color: #ffffff;
/*border: 1px solid #000000;*/
float: left;
width: 100%;
box-sizing: border-box;
}

#menu_pie{
margin-top: 20px;
text-align: center;
width: 100%;
background-color: #fc940f;
color: #ffffff;
padding: 10px;
box-sizing: border-box;
}
.elemento_menu_pie{
margin: 0 auto;
width: 16%;
text-align: center;
float: left;
box-sizing: border-box;
}



#menu_pie a:link, #menu_pie a:visited , #menu_pie a:hover, #menu_pie a:active {
    text-decoration: underline;
	color: #ffffff;
}
/**/

/*PREGUNTAS*/
#imagen_preguntas{
margin-right: 15px;
margin-bottom: 15px;
float: left;
width: 320px;
height: 243px;
background-image: url("../imagenes/preguntas.gif");
}

.datos_preguntas{
margin-top: 10px;
font-size: 0.8em;
}

.pregunta{
cursor: pointer;
width: 100%;
padding: 12px;
background-color: #02a347;
box-sizing: border-box;
color: #ffffff;
margin: 10px;
margin-bottom: 0;
}

.respuesta{
padding: 13px;
box-sizing: border-box;
display: none;
}
/*PREGUNTAS*/

	
/*METODOLOGÍA*/

#imagen_metodologia{
margin-right: 15px;
margin-bottom: 15px;
float: left;
width: 220px;
height: 295px;
background-image: url("../imagenes/metodologia.gif");
}
.datos_metodologia{
margin-top: 10px;
font-size: 0.8em;
font-weight: bold;
}

/*METODOLOGÍA*/


/*AVISO LEGAL Y DE PRIVACIDAD*/
#imagen_aviso{
margin-right: 10px;
float: left;
width: 248px;
height: 234px;
background-image: url("../imagenes/aviso_privacidad.gif");
}
.datos_aviso{
margin-top: 10px;
font-size: 0.8em;
font-weight: bold;
}

li{
margin-bottom: 10px;
}
.lista_romana{
list-style-type: lower-roman;
}

/*AVISO LEGAL Y DE PRIVACIDAD*/


/*CONTACTO*/	
.contacto label{
width: 100%;
display: block;
font-weight: bold;
color: #fc940f;
font-size:0.9em;
}
.contacto div{
margin-bottom: 15px;
}

.input_contacto{
padding: 7px 6px;
width: 294px; 
border: 1px solid #CED5D7;
resize: none;
box-shadow:0 0 0 3px #EEF5F7;
margin: 5px 0;
box-sizing: border-box;
}
.input_contacto:focus{
outline: none;
box-shadow:0 0 0 3px #dde9ec;
}
.aclaracion_label{
font-weight: normal;
color: #fc940f;
font-size:0.7em;
}

#boton_enviar_contacto{
margin-top: 15px;
text-align: center;
padding: 10px;
box-sizing: border-box;
width: 300px;
color: #ffffff;
background-color: #fe930f;
font-size: 1.1em;
cursor: pointer;
}
#boton_enviar_contacto:hover{
background-color: #fea60e;
}

#columna1{
position: absolute;
left: 10px;
width: 288px;
height: 363px;
background-image: url("../imagenes/contacto.gif");
}

#columna2{
width:300px;
position: absolute;
right: 10px;
}

.contenedor_columnas{
position: relative;
width: 100%;
}
	/*CONTACTO*/

	
/*QUIENES SOMOS*/
.explicacion_seccion{
font-size: 1em;
}

#imagen_nosotros{
margin-right: 15px;
margin-bottom: 15px;
float: left;
width: 206px;
height: 358px;
background-image: url("../imagenes/nosotros.gif");
}
.datos_nosotros{
margin-top: 10px;
font-size: 0.8em;
font-weight: bold;
}

/*QUIENES SOMOS*/


/*Edición*/
.acceso label{
width: 100%;
display: block;
font-weight: bold;
color: #fc940f;
font-size:0.9em;
}
.acceso div{
margin-bottom: 15px;
}

.input_acceso{
padding: 7px 6px;
width: 294px; 
border: 1px solid #CED5D7;
resize: none;
box-shadow:0 0 0 3px #EEF5F7;
margin: 5px 0;
box-sizing: border-box;
}
.input_acceso:focus{
outline: none;
box-shadow:0 0 0 3px #dde9ec;
}


#boton_enviar_acceso{
margin-top: 15px;
text-align: center;
padding: 10px;
box-sizing: border-box;
width: 300px;
color: #ffffff;
background-color: #fe930f;
font-size: 1.1em;
cursor: pointer;
}

#boton_enviar_acceso: hover{
background-color: #fea60e;
}

#registro_errores{
color: #ee4141;
font-weight: bold;
font-size: 0.8em;
}



#columna1_ed{
background-image: url("../imagenes/acceso.gif");
position: absolute;
left: 10px;
width: 246px;
height: 226px;
}


#columna2_ed{
position: absolute;
right: 10px;
width: 300px;
height: 226px;
}

.contenedor_columnas_ed{
height: 240px;
position: relative;
width: 100%;
}
/*Edición*/

	
/*BUSQUEDA*/
* {
    scrollbar-color: #b0b0b0 #e0e0e0 !important; /* Color del pulgar y de la pista */
}