@charset "utf-8";

html {
	height:100%;
	overflow-x:hidden;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
    background-color:#cccccc;
	overflow-x:hidden;
}

/* GENERAL */

		#ContenidoCentro {
			position:relative;
			z-index:1;
			left:50%;
		}
		
		#Contenido {
			position:relative;
			z-index:2;
			left:-512px;
			top:0px;
			width:1024px;
			min-height:100%;
			background-color:#aadb5e;
		}

/* MENU */

		#ContenidoMenu {
			position:relative;
			z-index:80;
			width:1024px;
			height:322px;
		}
		
		#Logo {
			position:relative;
			z-index:100;
			top:20px;
			left:0px;
			width:1024px;
			height:262px;
		}
		
		#Menu {
			position:absolute;
			z-index:101;
			top:282px;
			left:0px;
			width:1024px;
			height:40px;
			background-color:#aadb5e;
			text-align:left;
		}
		
		.SombraIzq {
			position:absolute;
			left:-24px;
			top:0px;
			background-image:url(imagenes/sombraIzq.png);
			width:24px;
			min-height:100%;
		}
		
		.SombraDer {
			position:absolute;
			right:-24px;
			top:0px;
			background-image:url(imagenes/sombraDer.png);
			width:24px;
			min-height:100%;
		}
		
		.MenuBoton:link,.MenuBoton:active,.MenuBoton:visited {
			position:absolute;
			z-index:auto;
			background-color:#e77817;
			color:#ffffff;
			left:0px;
			top:0px;
			display:block;
			font-size:18px;
			font-family:"Times New Roman", Times, serif;
			width:255px;
			height:40px;
			line-height:40px;
			text-align:center;
			text-decoration:none;
		}
		
		.MenuBoton:hover {
			background-color:#de3b21;
			color:#ffffff;
		}


/* SLIDER */

		#SliderGrp {
			position:relative;
			z-index:40;
			width:1024px;
			height:325px;
		}
		
		#FlechaIzq {
			position:absolute;
			z-index:60;
			width:23px;
			height:44px;
			top:140px;
			left:-30px;
			cursor:hand;
			cursor:pointer;
		}
		
		#FlechaDer {
			position:absolute;
			z-index:60;
			width:23px;
			height:44px;
			top:140px;
			right:-30px;
			cursor:hand;
			cursor:pointer;
		}
		
		#SliderHrz {
			position:absolute;
			z-index:55;
			width:1024px;
			height:325px;
			top:0px;
			left:0px;
		}
		
		#SliderHrz img {
			float:left;
		}
		
		
		#SliderContenedor {
			position:relative;
			z-index:50;
			width:1024px;
			height:325px;
			overflow:hidden;
		}

/* CONTENIDO */

		#ContenidoSeccion {
			position:relative;
			z-index:20;
			left:0px;
			top:0px;
			width:1024px;
			min-height:700px;
		}
		
		#ContenidoTexto {
			position:relative;
			z-index:40;
			left:340px;
			top:40px;
			background-color:white;
			color:#666;
			font-size:16px;
			line-height:32px;
			text-align:justify;
			width:684px;
			font-family:Arial, Helvetica, sans-serif;
		}
	
		#PieDePagina {
			position:absolute;
			z-index:auto;
			bottom:-25px;
			left:0px;
			width:800px;
			height:24px;
			background-color:#465205;
			text-align:center;
			vertical-align:middle;
			font-size:11px;
			line-height:24px;
			color:white;
		}
		
		a:link, a:active, a:visited {
			color:#255836;
		}
		
		a:hover {
			color:#566210;
		}
		/* IMAGEN GRANDE */
			.ImagenInfo {
				display:block;
				width:640px;
				height:436px;
				background-size:cover;
				background-repeat:no-repeat;
				background-position:center;
				margin-left:auto;
				margin-right:auto;
				cursor:pointer;
				margin:8px;
				border:1px solid #ccc;
			}
			.ImagenInfo:hover {
				box-shadow:0px 0px 8px #999;
			}
			.BotonPDF {
				display:inline-block;
				min-width:120px;
				height:32px;
				line-height:32px;
				padding-left:8px;
				padding-right:8px;
				box-sizing:border-box;
				background-color:#e77817;
				color:#fff !important;
				text-decoration:none;
				font-size:11px;
			}
			.BotonPDF:hover {
				background-color:#999;
				box-shadow:0px 0px 8px #999;
			}
		/* FIN IMAGEN GRANDE */

/* GALERIA FOTOS */
	#GaleriaFotos img {
		width:80px;
		height:60px;
		border:1px #000 solid;
		cursor:hand;
		cursor:pointer;
		margin:4px;
	}

	
/* NUMERO ACTUAL */
	#BarraLateral {
		position:absolute;
		z-index:auto;
		top:12px;
		left:12px;
		width:305px;
		height:700px;
	}

		#NumeroActual {
			position:absolute;
			z-index:25;
			top:0px;
			left:0px;
			width:305px;
			height:460px;
			background-color:#ddd;
		}
		
		#NumeroActualTexto {
			position:absolute;
			z-index:26;
			top:0px;
			left:0px;
			width:305px;
			height:40px;
			line-height:40px;
			text-align:left;
			background-color:#ff7a01;
			color:white;
			font-size:18px;
			font-family:"Century Gothic",Arial, Helvetica, sans-serif;
		}
		
		#NumeroActualSombra {
			position:absolute;
			z-index:27;
			top:40px;
			left:0px;
			width:305px;
			height:390px;
			background-color:#ddd;
		}
		
		#NumeroActualImagen {
			position:absolute;
			z-index:28;
			top:18px;
			left:29px;
			cursor:hand;
			cursor:pointer;
			box-shadow:0px 0px 8px #999;
			background-color:#ddd;
		}
		
		#NumeroActualDesc {
			position:absolute;
			z-index:30;
			bottom:0px;
			left:0px;
			width:305px;
			height:40px;
			text-align:center;
			color:#888;
			font-size:14px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
		}
	/* INFOGRAFIA */
		#Infografia {
			position:absolute;
			z-index:25;
			top:472px;
			left:0px;
			width:305px;
			height:240px;
			background-color:#ddd;
		}
		#InfografiaTexto {
			position:absolute;
			z-index:26;
			top:0px;
			left:0px;
			width:305px;
			height:40px;
			line-height:40px;
			text-align:left;
			background-color:#ff7a01;
			color:white;
			font-size:18px;
			font-family:"Century Gothic",Arial, Helvetica, sans-serif;
		}
		
		#InfografiaSombra {
			position:absolute;
			z-index:27;
			top:58px;
			left:0px;
			width:305px;
			height:200px;
			background-color:#ddd;
		}
				
		#InfografiaImagen {
			display:block;
			text-decoration:none;
			position:absolute;
			z-index:28;
			top:0px;
			left:29px;
			width:244px;
			height:177px;
			cursor:pointer;
			background-image:url(imagenes/imagenes/InfografiaTN.jpg);
			background-size:cover;
			background-repeat:no-repeat;
			background-position:center;
			box-shadow:0px 0px 8px #999;
		}		
	
/* FotosGrandes */
		#FotosGrandesContenedor {
			position:fixed;
			z-index:1000;
			width:100%;
			height:100%;
			background-image:url(imagenes/FondoGaleria.png);
			visibility:hidden;
		}
		
		#FotosGrandesCentro {
			position:absolute;
			z-index:1001;
			left:50%;
			top:50%;
		}
		
		#FotosGrandesBlanco {
			position:absolute;
			z-index:1002;
			left:-420px;
			top:-320px;
			width:840px;
			height:640px;
			background-color:white;
		}
		#FotosGrandesBlanco2 {
			position:absolute;
			z-index:1002;
			left:-512px;
			top:-384px;
			width:1024px;
			height:768px;
			background-color:white;
		}

		#FotosGrandesImagenPos {
			position:absolute;
			z-index:1003;
			left:20px;
			top:20px;
			width:800px;
			height:600px;
			overflow:hidden;
			background-image:url(imagenes/FotoGrandeFondo.png);
		}
		#FotosGrandes90 {
			position:absolute;
			z-index:1003;
			left:20px;
			top:20px;
			width:90%;
			height:90%;
			overflow:hidden;
			background-size:contain;
			background-position:center;
			background-repeat:no-repeat;
		}
		
		#FGant {
			position:absolute;
			z-index:1010;
			left:0px;
			top:40px;
			width:100px;
			height:24px;
			background-image:url(imagenes/ant.gif);
			cursor:hand;
			cursor:pointer;
		}
		#FGsig {
			position:absolute;
			z-index:1010;
			right:0px;
			width:100px;
			height:24px;
			top:40px;
			background-image:url(imagenes/ant.gif);
			cursor:hand;
			cursor:pointer;
		}