div#rodape div.box {
	margin: 0px auto;
	margin-top: 5px;

	overflow: hidden;
	width: 900px;
	
}

div#rodape div.box span.texto {
	float: left;
}

div#rodape div.box span.icone {
	float: right;
	
	background-image: url(../imgs/passaro_rodape.png);
	background-repeat: no-repeat;
	
	width: 83px;
	height: 20px;
	
	margin-top: 2px;
}

div#rodape div.box a {
		color: #5acbcf;
		font-weight: bold;
		text-decoration: none; }
		
	div#rodape div.box a:hover {
			color: #5acbcf;
			font-weight: bold;
			text-decoration: underline;
		}		