#news_data{
	font-size: 10px;
	color: #CCCCCC;
	vertical-align: top;
	line-height: 24px;
}

.limite_noticias{
	display: table;
	margin: 0 auto;
}

.limite_noticias li{
	list-style: none;
}

.noticia{
	margin: 20px;
	float: left;
}

.foto_noticia, .titulo_noticia, .texto_noticia{
	width: 234px;
}

.titulo_noticia{
	font-size: 24px;
	height: 65px;	
	line-height: 24px;
	margin-top: 5px;
}

.texto_noticia{
	line-height: 20px;
}

.texto_noticia a{
	color:#ff9900;
}

#more_news{	
	font-size: 11px;
	text-align: center;
	display: table;
}

#more_news img{
	width:48px;
}

#news{
	display: table;
}

#news span{
	color:black;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

#news img{
	width:5px;
}