body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	height: 100%;
}
#centrado {
	position:absolute;
	top: 50%;
	left: 50%;
	width:760px;
	height:420px;
	margin-top: -220px; /*set to a negative number 1/2 of your height*/
	margin-left: -380px; /*set to a negative number 1/2 of your width*/
}
#central {
	position:absolute;
	width: 780px;
	background-image:url(../images/home/fondo.jpg);
	background-repeat: repeat-y;
	background-position: 0px 385px;
	text-align: left;
	left:50%;
	margin-left:-390px; /*la mitad del ancho en negativo*/
	margin-bottom: 0px;
	height: 100%;
	/*clear: inherit;*/
}
#general {
	background-color: #2F77BB;
	background-image: url(../images/home/cordillera2.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 414px;
	width: 780px;
}
#colofon {
	position:absolute;
	width: 780px;
	background-image:url(../images/home/fondo_colofon.gif);
	background-repeat:repeat-x;
	text-align: center;
	left:50%;
	margin-left:-390px; /*la mitad del ancho en negativo*/
	height: 35px;
	bottom: 0px;
	vertical-align:top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 20px;
}
#colofon a {
	color: #666666;
	text-decoration: none;
}
#colofon a:hover {
	color: #666666;
	text-decoration: underline;
}

#menu1 {
	background-color: #29653A;
	background-image: url(../images/home/fondo_menu1.gif);
	height: 28px;
	border-top:solid;
	border-top-color:#2F77BB;
	border-top-width: 6px;
}
#menu2 {
	background-color: #146ABC;
	height: 29px;
}
#menu1 form{
	margin: 0px;
}
#encuesta {
	width: 301px; /*ancho real 301*/
	/*height: 182px;*/
	margin-left: 20px;
	margin-top: 94px;
	float:left;
	}
#encuesta .pregunta{
	font-family:Arial, Helvetica, sans-serif;
	color:#183E6F;
	font-size: 11px;
	font-weight:bold;
	}
#encuesta .respuestas{
	font-family:Arial, Helvetica, sans-serif;
	color:#183E6F;
	font-size: 11px;
	}
#encuesta .votos{
	background-color:#146ABC;
	font-family:Arial, Helvetica, sans-serif;
	color:#F4C034;
	font-size: 11px;
	font-weight:bold;
	background-image: url(../menu_home/vienta.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 3px 2px;
	}
#encuesta label{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 11px;
	font-style:normal;
	}
#encuesta .blanco{
	color:#FFF;
	font-weight: normal;
	}
#destacados {
	width: 372px;
	margin-right: 16px;
	margin-top: 94px;
	float: right;
	}
#destacados .titulo{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 11px;
	font-weight:bold;
	}
#destacados .detalle{
	font-family:Arial, Helvetica, sans-serif;
	color:#183E6F;
	font-size: 11px;
	font-style:normal;
	}
#destacados .detalle a{
	color:#183E6F;
	text-decoration:none;
	}
#destacados .detalle a:hover{
	color:#183E6F;
	text-decoration:none;
	}
.buscar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.fecha {
	background-image: url(../images/home/fondo_menu2.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#83ADE1;
	text-align:center;
	vertical-align:middle;
	}
