@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

* {
	padding: 0px;
	margin: 0px;	
}
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/fundoWPdesktop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* INÍCIO GRID CONTAINER */ 
.gridContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#logotipo {
	width: 200px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#logotipo img {
	height: auto;
	width: 100%;
}
#separador {
	background-color: rgba(255,255,255,1);
	display: block;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
hgroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
}
hgroup h3 {
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
