#bloco_noticias{
	display: block;
	width: 49%;
	margin: 5px 1% 5px 0px;
	float: left;
}
#bloco_noticias img{
	margin-right: 5px;
	float: left;
}
#titulo_noticias{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #0063b0;
}
#texto_noticias{
	font-size: 12px;
}
/* Noticia --------------------------------------------------------------------------- */
#bloco_noticia{
	display: block;
	width: 74.9%;
	float: left;
}
#bloco_noticia img{
	margin-right: 5px;
	float: left;
}
#topo_noticia{
	display: block;
	width: 100%;
	padding: 0px 0px 10px 0px;
	float: left;
}
#titulo_noticia{
	font-size: 18px;
	line-height: 24px;
	color: #0063b0;
}
#fonte_data_noticia{
	font-size: 11px;
	color: #333;
}
#texto_noticia{
	font-size: 12px;
}
#fotos_noticia{
	display: block;
	width: 22%;
	float: right;
	text-align: right;
}
#fotos_noticia img{
	margin: 5px 0px 5px 5px;
	float: left;
}