@charset "UTF-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}



/* Diseño móvil: 480 px e inferior. */


/* Imágenes HOME */


#content {
	width: 918px;
	display: block;
	float: none;
	height: 745px;
	margin: 0px auto;
	overflow: hidden;
}


#content #content_home {
	margin-top: 100px;
	position: relative;
	height: 350px;
}
#content #content_home2 {
	margin-top: 370px;
	position: relative;
	height: 350px;
}


#content #content_home img {
	top: 0px;
	position: absolute;
    border: 0;
}

#content #content_home2 img {
	top: 0px;
	position: absolute;
    border: 0;
}



#content #content_home .aa {
	z-index: 10;
	left: 150px;
}
#content #content_home .ab {
	z-index: 0;
	left: 150px;
}


#content #content_home .ba {
	z-index: 10;
	left: 465px;
}
#content #content_home .bb {
	z-index: 0;
	left: 465px;
}


#content #content_home2 .ca {
	z-index: 10;
		left: 150px;
}
#content #content_home2 .cb {
	z-index: 0;
		left: 150px;
}

#content #content_home2 .da {
	z-index: 10;
	left: 465px;
	}
#content #content_home2 .db {
	z-index: 0;
	left: 465px;
	}



.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 1%;
	padding-right: 1%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mainMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 4%;
}

#mainMenu img {
        max-width:309px;
        width:100%;
		}

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: #75ae1c;
	height: 50px;
}
.logo_footer {
	float: left;
		padding-left: 5%;
}
.button_footer {
	float: right;
}
#ContenText #Footer #buttons {
	width: 90%;
}

#ContenText {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	color: #333;
	margin-left: 5%;
	margin-right: 5%;
}
.condGen {
	text-align: right;
	height: 22%;
	width: 49%;
	margin-bottom: 3px;
	float: left;
	padding-right: 5px;
}

.JuegResp {
	text-align: left;
	height: 22%;
	width: 49%;
	margin-bottom: 3px;
	float: left;
}

.cobPre {
	text-align: right;
	height: 22%;
	width: 49%;
	margin-bottom: 3px;
	float: left;
	padding-right: 5px;
}
.polPri {
	text-align: left;
	height: 22%;
	width: 49%;
	float: left;
}

img {
		height: 22%;
}

.iframeej {
   position: relative;
   padding-bottom: 56.25%;
   overflow: hidden;
   margin-top: 5px;
	border: #7AA71E 2px solid;
}

.iframeej iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {	

#buscadormapa .iframe {
	width: 95%;
	float: left;
	position: relative;
	padding-top:0 !important;
}
.ayuda.centrarhome {
	width: 100% !important;
 	padding-left: 0% !important; 
 	padding-right: 0%; 
}
#buscadormapa .iframe {
	width: 100%;
	padding-bottom: 70.25%;
/* padding-top: 30px; */}

#buscadormapa .iframe {
	padding-bottom: 84.25% !important;
}
}

/* Diseño móvil: 640 px e inferior. */
@media only screen and (min-width: 480px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.5625%;
	padding-left: 1.2187%;
	padding-right: 1.2187%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}



#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: #75ae1c;
	height: 50px;
}
.button_footer {
	float: right;
}
.logo_footer {
	float: left;
	padding-left: 5%;
}

#ContenText #Footer #buttons {
	width: 90%;
}

#ContenText {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	color: #333;
	margin-left: 5%;
}

#buscadormapa .iframe {
	width: 95%;
	float: left;
	position: relative;
	padding-top:0 !important;
}
.ayuda.centrarhome {
	width: 100% !important;
 	padding-left: 0% !important; 
 	padding-right: 0%; 
}
#buscadormapa .iframe {
	width: 100%;
	padding-bottom: 70.25%;
/* padding-top: 30px; */}

#buscadormapa .iframe {
	padding-bottom: 84.25% !important;
}
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 91.7544%;
	padding-left: 0.6227%;
	padding-right: 0.6227%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: #75ae1c;
	height: 50px;
}
}



/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 1024px) {
.gridContainer {
	width: 89.1964%;
	max-width: 1232px;
	padding-left: 0.4017%;
	padding-right: 0.4017%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: #75ae1c;
	height: 50px;
}
#ContenText {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 90%;
	display: block;
	color: #333;
	height: 100%;
}

}
