#banner {
	position: relative;
	top: 0px;
}
#banner #txt {
	z-index: 1;
	left: 20px;
	color: #fff;
	position: absolute;
	top: 40px
}
#banner #txt ul {
	padding-right: 0px;
	padding-left: 0px;
	left: 20px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	position: relative;
}
#banner #txt ul li {
	font-size: 0px;
}
#banner #txt a {
	font-size: 0px; 
	/* color: #fff; 
	text-decoration: none; */
}
#banner #txt a:hover {
	text-decoration: underline;
}
#rodapeBanner {
	width: 464px;
	position: relative;
	top: 0px;
	height: 20px;
	margin-top:12px;
}
#rodapeBanner div {
	float: left;
}
#rodapeBanner .on {
	background:url(../imagens/aba_vermelha.gif) no-repeat;
	color: #DD0000;
}
.rodapeBannerAba {
	/* font-weight: bold; */
	font-size: 0px;
	background: url(../imagens/aba_cinza.gif) no-repeat;
	margin-right:8px;
	width: 20px;
	cursor: pointer;
	color: #c2c2c2;
	height: 35px;
	text-align: center;
}