/* CSS Document */
@import url("estilo.css");

div.suporte_mae, div.suporte_flash, div.suporte_conteudo{
	float: left;
}

div.suporte_mae{
	width: 980px;
	height: 100%;
	text-align: left;
}

div.suporte_flash{
	width: 980px;
	height: 150px;
	margin-bottom: 10px;
}

div.suporte_conteudo{
	width: 980px;
	height: 100%;
}

div.suporte_limite{
	width: 980px;
	height: 240px;
}
