@charset "utf-8";
/* RODAPE */

#rodape2 {
	width:100%;
	background-color:#047891;	
	clear:both;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
}
	
#rodape2 div {
	width:775px;
	margin:0px auto;
	text-align:center;
	height:35px;
}

#rodape2 a {
	color:#fff;
	text-decoration:none;
	height:15px;
	padding:10px;
	float:left;

}
#rodape2 a:hover {
	color:#5D5932;
	text-decoration:underline;
	background-color:#CBC7A5;
}

#rodape2 div ul li { display:inline; }

#rodape {
	padding:10px;
	padding-top:15px;
	width:755px;
	height:30px;
	font-size:11px;
	color:#007082;
}

#rodape .copy {
	float:left;
}

#rodape .nous {
	float:right;
}