@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:80%;
}



/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	width: 690px;
	margin: 0 auto
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mainMenu {
	clear: both;
	float: left;
	width: 690px;
	height: 100%;
	display: block;
	padding-top: 4%;
}

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: -webkit-fixed;
  position: -moz-fixed;
  position: -ms-fixed;
  position: -o-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: center;
	height: 22%;
	margin-bottom:3px;
}

.JuegResp {
	text-align: center;
	height: 22%;
	margin-top: 3%;
    margin-right: 3%;
}

.cobPre {
	text-align: center;
		height: 22%;
		margin-top: 3%;
}
.polPri {
	text-align: center;
		height: 22%;
		margin-right: 3%
}

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%;
}



ul.botonacos li {
	width: 450px;
	list-style: none;
	float: left;
	display: inline;
	background-color: #338c13;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;	
}

#mainMenu div {
	float: left
}
@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 {
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}



#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	pposition: -webkit-fixed;
  position: -moz-fixed;
  position: -ms-fixed;
  position: -o-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 {
}

#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: -webkit-fixed;
  position: -moz-fixed;
  position: -ms-fixed;
  position: -o-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 {
	
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainMenu {
	clear: both;
	float: left;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: -webkit-fixed;
  position: -moz-fixed;
  position: -ms-fixed;
  position: -o-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%;
}




}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky; }
}

#scroll {
	width:95%; 
	height:800px; 
	overflow:auto; 
	position:relative; 
	margin-top: 50px
}

.ir-arriba {
	padding:20px;
	display:inline-block;
	background:#75ae1c;
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	padding: 32px;
	background-position: center;

}
