/* CSS Document */
#rodape {
	height: 36px;
	background: #D0D0D0;
	width: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666;
	z-index: 998;
}

#rodape li {
	list-style:none;
}

#rodape a {
	outline:none;
	text-decoration:none;
	color:#666;
}

.rodapeGlobal {
	position:relative; 
	float:left;
	width: 100px;
	height: 13px;
	padding-left: 22px;
	margin-top: 12px;
}

.rodapeInfoLegais {
	position:relative; 
	float:right;
	border-left: 1px solid #666;
	width: 140px;/*115px;*/
	height: 13px;
	padding-left: 10px;
	margin-top: 12px;
}

.rodapeMapa {
	position:relative; 
	float:right;
	border-left: 1px solid #666;
	width: 82px;
	height: 13px;
	padding-left: 11px;
	margin-top: 12px;
}

.rodapeContatos {
	position:relative; 
	float:right;
	border-left: 1px solid #666;
	width: 100px;
	height: 13px;
	padding-left: 10px;
	margin-top: 12px;
}

.rodapeImg {
	position:relative; 
	float:right;
	width: 109px;
	height: 13px;	
	margin-top: 12px ;
}

.rodapeImg img {
	border:none;
}

.rodapeIbama {
	position:relative;
	left:50%;
	margin: 0 0 0 -30px;
	height:auto;
	border:none;
}

#subRodape {
	width:100%;
}