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

a.btnAzul {	
	display: block;
	width: 100%;
	height: 100px;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: none;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: bold;
	background-color: #900;
	background-position: left top;
	padding-top: 35px;
	padding-bottom: 30px;

}
