@charset "utf-8";
/* CSS Document */
#contenedor {
	position: absolute;
	left: 50%;
	top: 5px;
	height: auto;
	margin-top: -5px;
	width: 1024px;
	margin-left: -512px;
}
#cabecera {
	height:145px;
	
}
#top {
       clear: both;
	   height:20px;
	   text-align:center;
	   padding-top:10px;
	   
     }
#ruta {
       clear: both;
	   height:15px;
	   text-align:left;
	   padding-top:7px;
	   padding-bottom: 10px;
	   
     }
#lateral-izq {
       float: left;
       width:224px;
       height:100%;
}

#lateral-der {
       float: right;
	   text-align:center;
       width:200px;
       height:100%;
	   position:relative;
       z-index:2;
}

#contenido {
	vertical-align:top;
	margin-left: 224px;
	width:600px;
	height:100%;
	text-align: center;
}
#contenido-analisis {
	vertical-align:top;
	margin-left: 224px;
	width:700px;
	height:100%;
	text-align: center;
}
#contenido-top {
	vertical-align:top;
	margin-left: 224px;
	width:800px;
	height:100%;
	text-align: center;
}
#contenido-ejes {
	vertical-align:top;
	margin-left: 90px;
	width:844px;
	height:100%;
	text-align: center;
}
#contenido-agenda {
	vertical-align:top;
	margin-left: 224px;
	width:800px;
	height:100%;
	text-align: center;
}
#contenido-inforeg {
	vertical-align:top;
	margin-left: 224px;
	width:800px;
	height:100%;
	text-align: center;
}

#bfoo {
       background-color: #ffffff;
       clear: both;
	   height:90px;
}
#pie {
	background-color: #112252;
	clear: both;
	height:30px;
     }
	 
.box-der {
	width:200px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
     }
	 
#box-share {
	float: right;
	width:90px;
	height:16px;
	position: relative;
    z-index:1;

     }
#ads {
	position:absolute;
	left:350px;
	top:175px;
	width:580px;
	height:450px;
	z-index:100;
	/*background:steelblue;*/
    color:#fff;
    display:none;
}