@charset "utf-8";
/* CSS Document */
 
#banner #banner_img {
	width: 400px;
	height: 267px;
	border: solid 3px #333;
}
 
#banner a {
	border: solid 1px #333;
	background-color: #F7F7F7;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
 
	#banner a:hover {
		border: solid 1px #333;
		text-decoration: underline;
		background-color: #333;
		color: #FFF;
	}
	
	#banner a.hover {
		background-color: #333;
		color: #FFF;
	}
	
#banner #botoes {
	width: 400px;
	text-align: center;
}
 
#banner #botoes {
	padding-top: 1px;
	
}