/* última noticia */

.noticia {
	width:220px;	
	margin:2px auto;
	color:#427181;	
}
.noticia .tit_farm {
	color:#b55963;
}
.noticia a.enlace {		
	color:#239bbd;
	text-decoration:none;	
}
.noticia a.enlace:hover {		
	color:#239bbd;
	text-decoration:underline;	
}

.newNoticiaLeft {
    float:              left;
    width:              60%;
}
.newNoticiaRight {
    float:              right;
}
