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

/* INÍCIO GRID CONTAINER */ 
.gridContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
body {
	font-family: "PT Sans", "PT Sans Bold", "PT Sans Bold Italic", "PT Sans Italic", "PT Sans Narrow", "PT Sans Narrow Bold";
	margin: 0px;
	padding: 0px;
	color: rgba(51,51,51,1);
	background-attachment: fixed;
	background-image: url(../img/fundoWPipad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logotipo {
	width: 150px;
	padding: 0;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
