@charset "utf-8";
/* RODAPE */

.rodape_menu {
	height:20px;
	clear:both;
	margin:0 auto;
	width:950px;
	color:#B1BDCF;
	font-size:11px;
	margin-top:35px;
	display:block;
	text-align:center;
}

.rodape_menu ul {
	list-style:none;
	margin:0 auto;
	width:800px;
}

.rodape_menu ul li {
	display:inline;
	float:left;
	padding:0 10px;
	border-right:1px solid #B1BDCF;
	height:15px;
}

.rodape_menu ul li a {
	color:#B1BDCF;
	text-decoration:none;
}
.rodape_menu ul li a:hover {
	text-decoration:underline;
}

#footer {
	float:left;
	width:100%;
	height:90px;
	background:left top url(../images/rodape_fundo.gif) repeat-x;
	margin-top:10px;
}

#footer .rodape {
	margin:0 auto;
	width:950px;
	height:90px;
	color:#5D6D84;
	font-size:11px;
}

#footer .rodape a.logo {
	width:144px;
	height:90px;
	float:left;
	background:left top url(../images/rodape_logo.gif) no-repeat;
}

#footer .rodape .copy {
	float:left;
	padding:30px 0 0 90px;
	width:500px;	
}

#footer .rodape a.setweb {
	float:right;
	margin-top:30px;
	width:105px;
	padding-right:60px;
	text-align:left;
	background:right url(../images/rodape_setweb.gif) no-repeat;
	color:#5D6D84;
	text-decoration:none;
	height:21px;
}