body {
	background-image:url(../img/bg_patrocinador2.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:left center;
	min-height:100%;
	height:100%;
}
.content {
	position:relative;
	padding-bottom:100px;
	min-height:80% !important;
}
.footer {
	position: relative;
}
h1 {
	color:#000;
	font-size:20pt;
	font-family: 'secondary';
}

@media only screen and (max-width: 801px) {

	h1 {
		font-size:13pt !important;
	}
	.textocota {
		padding-right:7%;
		padding-left:7%;
		font-size:11pt;
		text-align:justify;
	}
}