@charset "utf-8";
/* CSS Document */


#banner #banner_img {
	width: 100%;
	height: auto;
	margin:auto;

}

#banner a {
	border: solid 1px #333;
	background-color: #98bc42;
	padding: 2px;
	text-decoration: none;
	color: #98bc42;
	margin-left:5px;

}

	#banner a:hover {
		border: solid 1px #98bc42;
		text-decoration: underline;
		background-color: #333;
		color: #323f13;
	}
	
	#banner a.hover {
		background-color: #333;
		color: #FFF;
	}
	
#banner #botoes {
	width:100%;
	text-align:center;
	}

#banner #botoes {
	margin-top:-28px;;

}