html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 105%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
#container {
	position: relative;
	/*width: 300px;*/
	height: 45px;
	width: 918px;
 text-align:center font-family: inherit;
	font-size: xx-small;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: -2px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-repeat: no-repeat;
}
#bloco {
	background: #4a913a;
	filter: alpha(opacity=90); /* IE */
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9; /* Mozilla */
	opacity: 0.9; /* CSS3 */
	-ms-filter: ”alpha(opacity=90)”;
	filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}
body {
	line-height: 1;
	font-size: 12px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: auto;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}
.tabela {
	border-bottom: #F00 dotted;
}
table .p {
	float: left;
}
caption, th, td {
	text-align: left;
	font-weight: 400;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: 700;
}
html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Abel', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
	overflow: visible;
}
.logo {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.board {
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);*/
	/*-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);*/
	/*box-shadow: 3px 3px 3px rgba(0,0,0,.3);*/
	color: #fff;
	text-align: center;
	overflow: hidden;
	/*background-image: url(../img/board.jpg);*/
	background-position: -15px 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.board h1 {
	background: url(../images/h1.png) no-repeat;
	width: 600px;
	height: 104px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
}
.board h1 span {
	position: absolute;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #000;
	top: 19px;
	left: 116px;
	width: 380px;
}
.board h2 {
	font-family: 'Abel', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	position: relative;
	z-index: 99;
	text-align: center;
}
.board p, ul {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	position: relative;
	z-index: 99;
	line-height: 24px;
	text-align: left;
}
.board li {
	margin-bottom: 10px;
	text-align: left;
}
.board p:last-child {
	margin: 0;
}
.board .center {
	text-align: center;
}
.board .half {
	width: 50%;
	float: left;
}
.board .vertical {
	background: url(../images/dotted_vertical.png) repeat-y center left;
	opacity: .7;
}
.board .point_left {
	vertical-align: middle;
	margin-right: 10px;
}
.board .point_right {
	vertical-align: middle;
	margin-left: 10px;
}
.board .collabs {
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-left: 9%;
	margin-bottom: 20px;
	position: relative;
}
.board .collabs .frame {
	width: 220px;
	height: 280px;
	background: url(../images/picture_frame2.png) no-repeat center center;
}
.board .collabs .frame img {
	position: absolute;
	left: 30px;
	top: 26px;
	width: 155px;
	height: 230px;
}
.board .collabs .info {
	margin-top: -5px;
	font-size: 18px;
}
.board .justify {
	text-align: justify
}
.board .info {
	padding-top: 10px;
}
hr {
	width: 100%;
	height: 30px;
	border: 0;
	background: url(../images/dotted.png) repeat-x center center;
	opacity: .7;
}
.social {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 0;
	z-index: 999
}
.social .arrow {
	position: absolute;
	right: -7px;
	top: 23px;
}
nav {
	width: 815px;
 text-align:center font-family: inherit;
	font-size: xx-small;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 45px;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 550;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
nav a:hover, nav a:focus {
	outline: none;
}
.menu a {
	padding: 3px;
	color: #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	margin-right: 20px;
}
.menu a::before, .menu a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: #fff;
}
.menu a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.menu a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.menu a:hover, .menu a:focus, .menu a.active {
	color: #000;
}
.menu a.active::after, .menu a.active::before, .menu a:hover::before, .menu a:focus::before, .menu a:hover::after, .menu a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
#container-ro {
	position: relative;
	/*width: 300px;*/
	height: 20px;
	width: 920px;
	text-align: center;
	font-family: inherit;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	overflow: hidden;
}
#bloco-ro {
	background: #4a913a;
	filter: alpha(opacity=90); /* IE */
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9; /* Mozilla */
	opacity: 0.9; /* CSS3 */
	-ms-filter: ”alpha(opacity=90)”;
	filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#rodape {
	letter-spacing: 1px;
	position: relative;
	clear: both;
	margin: 0 auto;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
#adobe {
	letter-spacing: 1px;
	position: relative;
	clear: both;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	margin-left: 0%;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	font-size: 10px;
}
ul.enlargeBL {
	list-style-type: none;
	margin-left: 0;
}
ul.enlargeBL li {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 32px;
}
ul.enlargeBL img {
	background-color: #09F;
	padding: 6px;
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.enlargeBL span {
	position: absolute;
	left: -9999px;
	background-color: #09F;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: .9em;
	text-align: center;
	color: #495a62;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.enlargeBL li:hover {
	z-index: 50;
	cursor: pointer;
}
ul.enlargeBL span img {
	padding: 2px;
	background: #ccc;
}
ul.enlargeBL li:hover span {
	top: -40px;
	left: -20px;
}
ul.enlargeBL li:hover:nth-child(2) span {
	left: -50px;
	top: -40px;
}
ul.enlargeBL li:hover:nth-child(3) span {
	top: -40px;
	left: -90px;
}
ul.enlargeBL li:hover:nth-child(4) span {
	left: -80px;
	top: -40px;
}
ul.enlargeBL li:hover:nth-child(5) span {
top: -40px;
left: -100px;
}
ul.enlargeBL li:hover:nth-child(6) span {
	left: 50px;
	top: -170px;
}
ul.enlargeBL li:hover:nth-child(7) span {
	left: 50px;
	top: -150px;
}

ul.enlargeBL img, ul.enlarge span {
	behavior: url(pie/PIE.htc);
}
ul.enlargeR {
	list-style-type: none;
	margin-left: 0;
}
ul.enlargeR li {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 35px;
}
ul.enlargeR img {
	background-color: #09F;
	padding: 6px;
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.enlargeR span {
	position: absolute;
	left: -9999px;
	background-color: #09F;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: .9em;
	text-align: center;
	color: #495a62;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.enlargeR li:hover {
	z-index: 50;
	cursor: pointer;
}
ul.enlargeR span img {
	padding: 2px;
	background: #ccc;
}
ul.enlargeR li:hover span {
	top: 155px;
	left: 40px;
}
ul.enlargeR li:hover:nth-child(2) span {
	left: 40px;
}
ul.enlargeR li:hover:nth-child(3) span {
	left: -80px;
}
ul.enlargeR li:hover:nth-child(4) span {
	left: -290px;
}
ul.enlargeR li:hover:nth-child(5) span {
	top: 125px;
	left: -10px;
}
ul.enlargeR li:hover:nth-child(6) span {
	top: 125px;
	left: -80px;
}
ul.enlargeR li:hover:nth-child(7) span {
	top: 125px;
	left: -80px;
}
ul.enlargeR li:hover:nth-child(8) span {
	top: 125px;
	left: -290px;
}
ul.enlargeR li:hover:nth-child(9) span {
	top: -300px;
	left: 40px;
}
ul.enlargeR li:hover:nth-child(10) span {
	top: -300px;
	left: 40px;
}
ul.enlargeR li:hover:nth-child(11) span {
	top: -300px;
	left: -80px;
}
ul.enlargeR img, ul.enlarge span {
	behavior: url(pie/PIE.htc);
}
ul.enlarge {
	list-style-type: none;
	margin-left: 0;
}
ul.enlarge li {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 35px;
}
ul.enlarge img {
	background-color: #09F;
	padding: 6px;
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.enlarge span {
	position: absolute;
	left: -9999px;
	background-color: #09F;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: .9em;
	text-align: center;
	color: #495a62;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.enlarge li:hover {
	z-index: 50;
	cursor: pointer;
}
ul.enlarge span img {
	padding: 2px;
	background: #ccc;
}
ul.enlarge li:hover span {
	top: -140px;
	left: -20px;
}
ul.enlarge li:hover:nth-child(2) span {
	left: -130px;
}
ul.enlarge li:hover:nth-child(3) span {
	top: -140px;
	left: -90px;
}
ul.enlarge li:hover:nth-child(4) span {
	left: -150px;
}
ul.enlarge li:hover:nth-child(5) span {
	left: -150px;
}
ul.enlarge img, ul.enlarge span {
	behavior: url(pie/PIE.htc);
}
ul.apoioP {
	list-style-type: none;
	margin-left: 0;
}
ul.apoioP li {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin: 10px 20px 0 20px;
}
ul.apoioP img {
	background-color: transparent;
	padding: 6px;
}
ul.apoioMP {
	list-style-type: none;
	margin-left: 0;
}
ul.apoioMP li {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}
ul.apoioMP img {
	background-color: transparent;
	padding: 6px;
}
#windguru {
	letter-spacing: 1px;
	position: relative;
	clear: both;
	margin: 0 auto;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.AccordionPanelTab {
	overflow: visible;
	background-color: #09F;
	border-top: solid 1px #fff;
	margin: 0;
	padding: 15px;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelContentClass {
	overflow: hidden;
	margin: 0;
	padding: 0px;
	height: 380px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelContentClassR {
	overflow: hidden;
	margin: 0;
	padding: 0px;
	height: 750px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelContentClassBL {
	overflow: hidden;
	margin: 0;
	padding: 0px;
	height: 310px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelContentClassP {
	overflow: hidden;
	margin: 0;
	padding: 0px;
	height: 1080px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.Accordion {
	word-wrap: break-word;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelContent {
	overflow: hidden;
	margin: 15px;
	padding: 0px;
	height: 200px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}
.AccordionPanelContentDoc {
	margin: 15px;
	padding: 0px;
	height: 255px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelContentFX {
	margin: 15px;
	padding: 0px;
	height: 255px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: visible;
}
.AccordionPanelContentBL {
	margin: 15px;
	padding: 0px;
	height: 300px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: visible;
}
.AccordionPanelContentAP {
	overflow: hidden;
	margin: 0;
	padding: 0px;
	height: 420px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelContentClassAPP {
	overflow: hidden;
	margin: 0;
	padding: 0px;
	height: 180px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelContentPRV {
	overflow: hidden;
	padding: 0px;
	height: 1000px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #09f;
	color: #000;
	font-weight: bold;
}
.AccordionPanelTabHover {
	color: #000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
 @media print {
.Accordion {
	overflow: visible !important;
}
.AccordionPanelContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
}
.camSPA {
	background-color: #eae9d4;
	padding: 6px;
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.AccordionPanelContentClassID {
	overflow: hidden;
	margin: 0;
	padding: 0px;
	height: 285px;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.tbl {
	margin: 0 auto;
	vertical-align: middle;
}
.tbl img {
	margin: 0 auto;
	vertical-align: middle;
}
