#seccion_noticias {
	position:absolute;
	left:258px;
	top:107px;
	width:786px;
}

#noticias_destacadas{
  position: absolute;
	top: 40px;
	left: 0px;
	width: 580px;
	height: 280px;
  background-color: #deefe7;
}

#buscador_noticias{
  position: absolute;
	top: 340px;
	width: 580px;
	left: 0px;
	height: 130px;
	color: #696765;	
	font-weight: bold;
  background-color: #deefe7;	
}

#noticias_mas_vistas{
  position: absolute;
	top: 490px;
	width: 580px;
	left: 0px;
	height: 310px;
	color: #696765;	
	background-color: #deefe7;	
}
#todas_las_noticias{
  position: absolute;
	top: 40px;
	width: 580px;
	left: 0px;
	height: 760px;
	color: #696765;	
	background-color: #deefe7;	
}

.foto_noticia_destacada{
  position: relative;
  top: 15px;
}
.borde{
  position: relative;
  top: 5px;	
}

.titulos_noticias{
	 color: #42403e;
	 position: absolute;
	 top: 150px;
   left: 5px;
	 width: 140px;
	 z-index: 2;
	 text-decoration: none;
	 font-weight: bold;
}

.titulos_noticias2{
	 color: #42403e;
	 position: absolute;
	 top: 150px;
   left: 5px;
	 width: 140px;
	 z-index: 2;
	 text-decoration: none;
   font-style: italic;	 
}
.fondo_titulo_noticia{
	 position: absolute;
	 top: 150px;
   left: 0px;
   z-index: 0;
}
.mas_vistas1{
  font-size:13px;
	position: relative;  
	top: 25px; 
	width: 150px;
	height: 85px;
	font-weight: normal;
}
.mas_vistas2{
  font-size:13px;
	position: relative;  
  top: 25px;
	width: 150px;
	height: 85px;	
	font-weight: normal;	
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}