#botao {
    background-color: #ff7400;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 40px;
	text-decoration: none;
	max-width: 90%;
	text-align: center;
}
#botao:hover {
	background-color:#ff0000 !important;
}
/*#botao:active {
	position:relative !important;
	top:1px !important;
}*/
