/* CSS Document */
#geral-principal {
	position: relative;
	margin-top: 0px;
	width: 695px;
	height: auto;
}
#seguranomeio-principal {
	float: left;
	width: 695px;
	height: 100%;
	min-height: 200px;
	max-height: 100%;
	height: 200px;
	background-color:#ffffff;
}

#seguranomeio-interna {
	float: left;
	width: 635px;
	height: 100%;
	padding:15px 30px;
	min-height: 200px;
	max-height: 100%;
	height: 200px;
	background-color:#ffffff;
	color:#717171;
}
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. */
}

#seguranomeio-interna p{
	margin:5px 0px;

}


#seguranomeio-interna .esquerda{
	width:320px;
	float:left;
	padding:10px 0px;
}

#seguranomeio-interna .direita{
	width:315px;
	float:left;
	padding:10px 0px;
}


#topo, #topo_interna{
	position: relative;
	width: 695px;
	height: 242px;
	background-color:#ffffff;		
}
#topo_interna{
height: 242px;
}
#rodape{
	clear:both;
	width: 635px;
	height: 20px;
	background-color:#ffffff;
	padding:5px 30px;
	color:#717171;
}
.ultima_publicacao{height:10px; clear:both;width: 615px;background-color:#cfcbb1;text-align:left;padding:18px 0px 18px 20px;}
#rodape a{text-decoration:none; color:#717171;}
#rodape a:hover{text-decoration:underline;}


/*BOTAO VOLTAR PARA O TOPO*/
.top {width:50px; height:50px; margin:0px; padding:0px; right:0px; bottom:0px; position:fixed; }
 .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; }
