/*............ Página Principal ...............*/
#topo-principal{
	position: relative;
	width: 760;
	height: 147px;
	line-height:0px;
}

#geral-principal {
	position: relative;
	margin-top: 0px;
	width: 760;
	height: auto;
}

#seguranomeio-principal {
	float: left;
	width: 760;
	height: 100%;
	min-height: 494;
	max-height: 100%;
	height: 494;
}

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-principal{
	width: 760;
	height: 119px;
	clear: both;
}

#filetegeral{
	width:100%;
	height:30px;
	background-image:url(../img/filetegeral.gif);
	background-repeat:repeat-x;
	clear:both;
	margin-top:10px;
	float:left;
	text-align:center;
}

/*............ Fim da Página Principal ...............*/

