.bgautorizacao
{ 
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
}

section
{ 
	background: #FFFFFF;
}
.barra{ 
	border: 3px solid #CCCCCC;
}
.autorizacao
{ 
	color: #000000 !important;
	font-size: 28px !important;
	margin-left: 1% !important;
	margin-top: 2% !important;
}

.bgautorizacao a{ 
	background: #31AB94;
	color: #FFFFFF;
}
.bgautorizacao .btn{ 
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 25%;
}
.bgautorizacao .btn:hover{ 
	background: #61D1BB;
}
.bgautorizacao a:hover{ 
	color: #FFFFFF;
}



.entrecontato{ 
	background: #F5F5F5;
}



.box-noticias
{ 
	padding: 4%;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin-bottom: 2%;
}


.box-noticias h3
{ 
	text-decoration: underline !important;
}

.box-noticias a button
{ 
	background: #31AB94;
	border: none;
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	cursor: pointer;

}

.box-noticias a button:hover
{ 
	background: #333333;
	color: #FFFFFF;
	
}

.box-contato
{ 
	
}