
/** RODAPÉ **************************************************************/

#footer {
	clear: both;
   	position:relative;
	text-align:center;
	margin-left:15px;
	width:743px;
	border-top:2px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303B69;
	letter-spacing: 0px;
	background:#D9DCED;/*8949ECE*/
	}
	
#footerAdmin {
	clear: both;
   	position:relative;
	text-align:center;
	margin-left:15px;
	width:743px;
	border-top:2px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303B69;
	letter-spacing: 0px;
	background:#CCCCCC;/*8949ECE*/
}

#footer a:link, a:visited, a:active {
	text-decoration: none;
	color:#303B69;
	}

#footer a:hover {
	text-decoration: underline;
	color:#303B69;
	}

#footer .caixaPostal{
	color:#303B69;
	}

/*************************************************************************/

