div#destacados {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	background: url('imagenes/fondo_destacados.jpg') repeat-x;
	text-align: center;
}

div#centrado1 {
	position: relative;
	margin: auto; 
	width: 770px;
	padding-top:8px;
}

div#dest_izq, div#dest_der {
	width: 270px;
	height: 78px;
	border: 3px inset #C0E0FF;
}
div#dest_izq {
	float: left;
	margin-left: 100px;
	margin-right: 15px;
}

div#dest_der{
	float: right;
	margin-right: 100px;
}

div#barra_titulo{
	top: 100px;
}

div#cuerpo_secciones{
	top: 130px;
	padding: 0px;
}

div.noticias { /* hacer compatible con ie5 y 6 */
	position: absolute;
	top: 0px; bottom: 0px;
	background: white; 
}

div#noticias_izq {
	left: 0px; right: 50%;
}

div#noticias_der {
	left: 50%; right: 0px;
	
}