
body{
	margin: 0;
	overflow: hidden;
	font-family:Helvetica, Arial, "sans-serif";
	font-size: 13px;
	text-decoration: none;
  	height: 100%;
	overflow-y: scroll
}
main{
	width: 100%;
	
  	height: 100%;
}
.largura{
	width: 1000px;
	margin: auto;
}
.info{
	top:0;
	text-align: center;
	margin: auto;
}
.info > div{
	display: inline-block;
	margin-top: 50px;
}
.logo{
	width: 260px;
	margin: auto;
	display: block
}
.logo2{
	height: 100px;
	width: auto;	margin: auto;
}
a{
	font-size: 16px;
	line-height: 45px;
	color: #000;
	text-decoration: underline;
	padding: 10px 20px;
	text-align: center;
	
}

@media (max-width: 992px) {
	.largura{ width: 100%; margin: 15px;}

}