/* CSS Document */
#topo{
	position: relative;
	width: 769px;
	height: 200px;
	z-index:0;	
}
#topo_interna{
	position: relative;
	width: 769px;
	height: 102px;
	z-index:2;
}

#geral-principal {
	position: relative;
	margin-top: 0px;
	top: -137px;
	width: 769px;
	height: auto;
	z-index:1;	
}

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

#seguranomeio-principal, #seguranomeio-interna {
	float: left;
	width: 769px;
	height: 100%;
	min-height: 200px;
	max-height: 100%;
	height: 200px;
	background-color:#ffffff;
}
#seguranomeio-interna{padding:32px 20px 0px 0px; width: 749px;}

html>body #seguranomeio-principal, #seguranomeio-interna {
	height: auto;/* Esta altura deve ficar com o valor auto; para que o Mozilla firefox reconheça o formato elástico. */
}

#rodape{
	position: relative;
	top: -137px;
	clear:both;
	width: 769px;
	color: #888888;
	font-size:10px;
	padding:2px 0px;
}

#rodape-interna {
	position: relative;
	clear:both;
	width: 769px;
	color:#888888;
	font-size:10px;
	padding:2px 0px;
}

#rodape a{text-decoration:none; color: #993300;}
#rodape a:hover{text-decoration:underline;}
#rodape-interna a{text-decoration:none; color:#993300;}
#rodape-interna a:hover{text-decoration:underline;}
.rodape{height:83px; background-color:#ffffff; float:left; width:100%;}
.rodapeBox{width:25%; float:left; font-size:11px;}
.rBox{margin-left:5px; margin-top:10px;}



/*BOTAO VOLTAR PARA O TOPO*/
.top {width:50px; height:50px; margin:0px 10px 10px 0px; padding:0px; left:0px; bottom:0px; position:fixed; z-index:1000; }
 .top a { width:50px; height:50px; display:block; overflow:hidden; font-size:1px; text-indent:-200px; background:url("../img/topo.gif") no-repeat; }
* HTML  .top { display:none; }
