@charset "utf-8";
/* CSS Document */

#banner #banner_img {
	width: 100%;
	height: 400px;
	border: solid 0px #333;
}

#banner a {
	border: solid 0px #333;
	background-color: #F7F7F7;
	padding: 2px;
	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: 100%;
	text-align: right;
}

#banner #botoes {
	padding-top: 2px;
}