/* CSS Document */
#topo{
	position: relative;
	width: 751px;
	height: 86px;
}

#topo .esquerda{float:left; width:346px; line-height:0px;}
#topo .direita{float:right; width:405px; background-color:#fdc80c; height:70px; line-height:0px;}
#topo .publicidade{color:#596c86; text-align:right; font-size:10px; width:751px; float:left; height:16px;}

#geral-principal {
	position: relative;
	margin-top: 0px;
	width: 751px;
	height: auto;
}
#seguranomeio-principal {
	float: left;
	width: 749px;
	height: 100%;
	min-height: 200px;
	max-height: 100%;
	height: 200px;
	background-color:#bac6db;
	border:1px solid #2a3143;
	padding-bottom:10px;
	margin-bottom:14px;
}
html>body #seguranomeio-principal {
	height: auto;/* Esta altura deve ficar com o valor auto; para que o Mozilla firefox reconheça o formato elástico. */
}
#rodape{
	clear:both;
	width: 751px;
	height: 150px;
	background-color:orange;
}