/* CSS Document */



/*--------------------------------INCIO CUERPO CABECERA------------------------------------------------*/

BODY {
	font: 9pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#003B00;
	margin: 0px 0px 20px 0px;
	text-align:center;
	padding:0;
	background:#FFFFFF;
}

.contenedor {
	background-color:#FFFFFF;
}

#contenedor {
	text-align:right;
	width:766px;
	margin:auto;
}

#cabecera {
	clear:both;
	width:766px;
	height: 158px;
	margin:0;
}

#areamenuinferior {
	text-align:right;
	clear:both;
	height:46px;
	margin:0;
	padding:0;
}

/*-------------------------------- FIN CUERPO CABECERA------------------------------------------------*/




/*-------------------------------- INICIO NAVEGACION PRINCIPAL------------------------------------------------*/

.navegacion{
background-color:#FFFFFF;
}

#navegador{	
	clear:left;
	background-color:#FFFFFF;
	text-align:right;
	width:766px;
	margin:0;
	padding:0;
	z-index:1;
}

  
#navegador ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navegador li{
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:url(../img/pder2.gif) no-repeat right top;
	float:right;
	margin-left:3px;

}
#navegador a {
	float:right;
	text-decoration:none;
	background: url(../img/pizq2.gif) no-repeat left top;
	padding:5px 8px 4px;
	display:block;
}

/*commented Backslash Hack
     hides rule from IE5-Mac \*/
#navegador a {float:none;}
  /* End IE5-Mac hack */

#navegador a:HOVER{
	color:#FFFFFF;
	text-decoration:underline;
}
#navegador a:VISITED, a:ACTIVE, a:FOCUS, a:LINK{
	color:#FFFFFF;
}



#navegador #actual{
	background-image: url("../img/pder2b.gif");
}

#navegador #actual a {
	background-image: url("../img/pizq2b.gif");
}

#logo{
	float:left;
	margin:0;
	padding:0;
	z-index:0;
}
/*-------------------------------- FIN NAVEGACION PRINCIPAL------------------------------------------------*/




/*-------------------------------- CUERPO Y PIE DE LA PÁGINA------------------------------------------------*/

#contenedor_inferior {
	background-color:#E6ECE6;
	text-align:right;
	width:766px;
	margin:auto;
}


#zonasubcabecera {
	width:571px;
	height:110px;
	padding-top:50px;
}



/*-------------LATERAL IZQUIERDO-------------*/
#parteizquierda {
	text-align:left;
	clear:both;
	width:180px;
	height:800px;

	float:left;
	background:#E6ECE6;
}

#poslogo {
	width:146px;
	height:55px;
	margin-top:160px;
}


/*-----------FIN LATERAL IZQUIERDO--------------*/
#partecentral {
	text-align:left;
	float:left;
	width:570px;
	height:800px;
	height:auto !important;
	padding-right:10px;
	background:#E6ECE6;
	min-height:700px;
}

/*Estilo para los links que tenga la página.*/

a.enlace {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#3B5448;
	text-decoration:none;
}

a.enlace:VISITED{
	color:#3B5448;
	text-decoration:none;
}
a.enlace:HOVER {
	color:#55AF59;
	text-decoration:underline;
}


/*Estilo especial para texto del pie*/

.textopie {
	font: bold 7pt Verdana, Arial, Helvetica, sans-serif;
	color:#3B5448;
}


#pie{
	text-align:center;
	width:766px;
	clear:both;
	color:#666666;
	margin:0;
	background:#FFFFFF;
	padding:10px 0px 10px 0px;
	border-top:1px solid #55AF59;
}

/*-------------------------------- TABLA DE DATOS ANUALES------------------------------------------------*/


table.compare {
width: 569px;
border: 0px solid #999;
margin: 0 auto 1em auto;
border-width:0px;
background:#0A7213;
}
table.compare thead th {
font: bold 11px Verdana, sans-serif;
color: #FFFFFF;
text-align:center;
border-bottom: 2px solid #11AA54;

}
table.compare thead td {
font: bold 11px Verdana, sans-serif;
color: #FFFFFF;
text-align:center;
background:#11AA54;
}

table.compare tbody th {
font: 11px Verdana, sans-serif;
font-weight:bold;
color: #FFFFFF;
text-align: left;
border-bottom:1px solid #11AA54;
width:140px;
}

table.compare tbody td {
font: 11px Verdana, sans-serif;
color: #0A7213;
text-align: center;
border-bottom:1px solid #11AA54;
background:#FFFFFF
}

/*Código para centrar la tabla.*/
div.centrado{
text-align: center;
}
div.centrado table {
margin: 0 auto;
text-align: left;
}
/*-------------------------------- FIN TABLA DATOS ANUALES------------------------------------------------*/


/*-------------------------------- PROPIEDADES DE LAS GRÁFICAS------------------------------------------------*/

#grafica1{
	width:571px;
	height:427px;
	margin-top:30px;
}

#grafica2{
	width:571px;
	height:389px;
	margin-top:20px;
	margin-bottom:20px;
}