/*CSS RODAPE*/

#rodape {
	clear: both;
	margin:0 auto;
	padding-top: 10px;
	width:779px;
}
.rodape {
	font:10px/16px Arial, Helvetica;
	border-top:2px solid #000;
	width:779px;
	height:30px;
	margin:0;
	padding:10px 0 0 0;
}

.rodape li,
.rodape li a {
	color:#000;
	float:left;

}
.rodape li a {
	border-left:#333 solid 1px;
	padding:0 5px;
	text-decoration: none;
}
.rodape li a:hover {
	color:#666;
}
.rodape li.l00 a {
	border: none;
}

.rodape li.twitter  a {
	border-left:#333 solid 0px;
	padding:0 5px;
	text-decoration: none;
}

.rodape li.credito {float: right;}
.rodape li.credito a {
	background:url(../imagens/credito.gif) no-repeat;
	border: none;
	overflow: hidden;
	text-indent: -99999px;
	width: 85px;
	
}



