#rodape {
	background-image: url(../images/fundo_rodape.jpg);
	background-repeat: repeat;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	clear: left;
	float: left;
	width: 100%;
	position: relative;
}
#rodape h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#som {
	position: absolute;
	top: -26px;
	z-index: 5;
	right: 5px;
}
#rodape h3.flutuante {
	color: #006639;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: -17px;
	z-index: 3;
}
#rodape h3.flutuante span {
	color: #FFF;
	font-weight: normal;
	clear: left;
	display: block;
	margin-top: 3px;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 0px;
}
#rodape h3.flutuante span a{
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 0px;
	text-decoration: none;
}
#rodape h3.flutuante span.mini{
	clear: none;
	float: none;
	clear: right;
	margin-top: 0px;
	display: none;
	font-size: 10px;
	font-weight: normal;
	color: #006639;
	text-transform: capitalize;
}
#rodape h3.desenvolvedor a {
	background-image: url(../images/desenvolvedor.png);
	display: block;
	height: 25px;
	width: 78px;
	background-repeat: no-repeat;
}
#rodape h3.desenvolvedor a span {
	display: none;
}
#rodape h3.desenvolvedor {
	float: right;
}

