/* CSS Document */
@import url("estilo.css");

div.noticia_mae, div.noticia_flash, div.noticia_conteudo{
	float: left;
}

div.noticia_mae{
	width: 980px;
	height: 100%;
	text-align: left;
}

div.noticia_flash{
	width: 980px;
	height: 150px;
	margin-bottom: 10px;
}

div.noticia_conteudo{
	width: 980px;
	height: 100%;
	padding-left: 5px;
}