/*CSS RODAPE*/

#rodape {
	clear: both;
	width:100%;
	height:70px;
	margin:20px 0 0 0;
	background:url(../imagens/line_hor1.gif) 0 10px repeat-x; 
}
ul.rodape {
	display:block;
	height:50px;
	margin:0 0 0 10px;
	padding-top:20px;
}
.rodape li.cliente{
	line-height:20px;
	clear:both;
}

.rodape li,
.rodape li a {
	font-size: 11px;
	line-height:10px;
	float:left;
}
.rodape li a {
	border-left:#D4C098 solid 1px;
	padding:0 3px;
	text-decoration: none;
}
.rodape li.l00 a {
	border: none;
	padding:0 3px 3px 0; 
}
.rodape li.credito {
	float: right;
	margin-right:15px;
	_margin-top:10px;
	position:relative;
}
.rodape li.credito a {
	background:url(../imagens/visualcom.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/visualcom.png', sizingMethod='scale');
	border: none;
	overflow: hidden;
	text-indent: -99999px;
	width: 85px;
	height:16px;
	cursor:pointer;
	
}


