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

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;
}
#geral hgroup h3 {
	font-size: 12px;
}
#logotipo {
	width: 150px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
