@charset "utf-8";
/*CSS RODAPE*/
#rodape {
	background: url(../imagens/sombra.gif) repeat-x;
	padding-top: 10px;
	clear: both;
}
.rodape {
	width:769px;
	height:30px;
	margin:0;
	padding: 0 5px;
}

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

}
.rodape li a {
	border-left:#b3b3b3 solid 1px;
	line-height: 16px;
	padding:0 5px;
	text-decoration: none;
}
.rodape li.l00 a {
	border: 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;
	
}

