/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*Geral*/
body, td, th, img {
	margin:0;
	padding:0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
a, a:link {
	color: #009161;
	text-decoration: none;
}
a:hover, a:visited {
	color: #F26822;
}
h1 {
	margin: 0;
	padding:0;
	font-size: 18px;
}
h2 {
	margin: 0;
	padding:0;
	font-size: 16px;
}
h3 {
	margin: 0;
	padding:0;
	font-size: 14px;
}
h4 {
	margin: 0;
	padding:0;
	font-size: 12px;
}
.fundoGeral {
	left: 0;
	top: 0;
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../imagens/fundoCab.png);
	background-repeat: repeat-x;
	display: none;
}
/*Estrutura*/
#conteiner {
	width: 600px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
/*Cabecalho*/
#cabecalho {
	width: 100%;
	position:relative;
	z-index: 5;
	display: none;
}
/*barraGeralGov*/
#conterBarraBG {
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagens/fundoBarra.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	display: none;
}
.divisaoBG {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9C9C9;
	margin-top: 3px;
}
.divisaoBG a {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display:block;
}
#brasaoEstadoBG {
	float: right;
	position: relative;
}
/*FimbarraGeralGov*/
#logoOrgSec {
	width: 315px;
	float:left;
	height:100px;
	display:block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.blocoCabecalho {
	width: 220px;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#bemVindo {
	height: 50px;
	margin: 0;
	width: 220px;
	left: 350px;
	top: 10px;
}
#bemVindo p {
	margin: 5px 0;
	padding: 0;
}
#busca {
	height: 34px;
	margin: 0;
	width: 220px;
	display:block;
}
.formeBusca {
	width: 150px;
	margin: 0 10px 0 0;
	border: 1px #009161 solid;
	height:20px;
	padding:5px;
}
.formeBusca:active {
	border: 1px #F26822 solid;
}
.botBusca {
	width: 32px;
	height:32px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../imagens/botOut.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botBusca:hover {
	background-image: url(../imagens/botOver.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#faleConosco {
	height: 25px;
	float:right;
	width: 110px;
	display:block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 70px;
	background-image: url(../imagens/separador.png);
	background-repeat: repeat-y;
	background-position: 0px;
	padding-left: 10px;
}
#faleConosco ul {
	margin: 0;
	padding:0;
	list-style-image: url(../imagens/marcador.png);
	list-style-type: none;
	list-style-position: inside;
}
#faleConosco ul li {
	margin: 0;
}
#faleConosco li a {
	color: #009161;
}
#faleConosco li a:hover, #faleConosco li a:active {
	color: #F26822;
}
#seloGoverno {
	height: 100px;
	float:right;
	width: 230px;
	display:block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*Menu*/
#menu {
	clear:both;
	height: 35px;
	background-image: url(../imagens/fundoMenuGeral.png);
	background-repeat: no-repeat;
}
#menu ul {
	list-style: none;
	margin: 0;
	float:left;
	width: 960px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#menu ul li {
	list-style: none;
	margin:0;
	padding:0;
	position:relative;
	display:block;
	width: 320px;
	float:left;
	text-align: center;
}
#menu ul li a {
	color: #009161;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
	display: block;
}
#menu ul li a:hover {
	color: #F26822;
	display: block;
}
#menu ul li ul {
	display:block;
	position:absolute;
	left: -9999px;
}
#menu ul li:hover ul {
	position:absolute;
	left:0;
	width: 300px;
	top: 15px;
	z-index:9999;
	background-color: #ecce83;
	margin-left: 10px;
}
#menu ul li ul li {
	display:block;
	clear:both;
	float:none;
	position:relative;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu ul li ul li a {
	color: #009161;
	display: block;
}
#menu ul li ul li a:hover {
	color: #F26822;
	display: block;
}
/*FimMenu*//*FimCabecalho*/
/*ConteudoHome*/
#conteudo {
	width: 100%;
	display:block;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
#colunaA {
	margin: 0;
	width: auto;
	float: left;
	background-color: #FFF;
}
#colunaA h1 {
	color: #000;
}
#colunaA h2 {
	color: #333;
}
#colunaA h3 {
	color: #666;
}
#colunaA img {
}
#colunaA p {
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#colunaA ol {
	margin: 0;
	padding:0;
}
#colunaA ol li {
	margin: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#colunaA ul {
	margin: 0;
	padding: 0;
	list-style: circle;
}
#colunaA ul li {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#destaque {
	width: 560px;
	height: 90px;
	position:relative;
	background-image: url(../imagens/fundoDestaque.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f47b4c;
	border-bottom-color: #f47b4c;
	top: 10px;
	padding: 10px;
	margin-top: 30px;
	float: left;
	clear: both;
}
#destaque p {
	width: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	font-size: 18px;
}
#destaque p a {
	color: #000;
}
#destaque p a:hover {
	color: #F26822;
}
#destaque h2 {
	font-size: 16px;
	font-weight:bold;
	float: left;
	color: #007336;
	margin-top: -35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	padding: 0;
}
.imgDestaque {
/*	max-width: 200px;
*/	width: auto;
	float:right;
	border: 1px solid #009161;
	background-color: #FFF;
	padding: 5px;
	position: relative;
	margin-top: -50px;
	text-align: center;
}
.imgDestaque img {
	float:right;
	height: 150px;
	position: relative;
}
.imgDestaque img a {
	margin: 0px;
	padding: 0px;
}
.legendaDestaque {
	clear:right;
	float:right;
	padding:5px;
	margin:0;
	background: #ccc;
	font-size:11px;
	width: 190px;
	display: none;
}
#destaque ul {
	position:absolute;
	left: 10px;
	top: 1px;
}
#destaque ul li {
	float: left;
	text-align: center;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
	width: 25px;
	padding: 0px;
	line-height: 25px;
}
#destaque ul li a {
	display: block;
}
.ordemOff {
	background: #94d87d;
}
.ordemOff:hover {
	background: #e8b768;
	cursor: pointer;
}
.ordemOff a {
	color: #000;
}
.ordemOff a:hover {
	color: #000000;
	cursor: pointer;
}
.ordemOn {
	background: #e8b768;
}
.ordemOn:hover {
	background: #e8b768;
	cursor: pointer;
}
.ordemOn a {
	color: #000;
}
.ordemOn a:hover {
	color: #000000;
	cursor: pointer;
}
#manchete {
	width: 580px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	float: left;
	clear:both;
}
#manchete h2 {
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#manchete h2 a {
	color: #007336;
}
#manchete h2 a:hover {
	color: #F26822;
}
.imgManchete {
	float: left;
/*	max-width: 280px;
*/	width: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #009161;
	text-align: center;
}
.imgManchete img {
	height: 210px;
}
.imgManchete img a {
	margin: 0px;
	padding: 0px;
}
.imgManchete:hover, .imagManchete a:hover {
}
.legendaManchete {
	padding: 5px;
	font-size: 11px;
	background: #ecce83;
	float:left;
	width: 270px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	text-align:left;
}
#manchete p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#manchete img {
}
#manchete a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.continueLendo {
	padding: 0;
	text-align:right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	clear: both;
}
.continueLendo a {
	font-style:italic;
	color: #007336;
}
.continueLendo a:hover {
	font-style:italic;
	color: #F26822;
}
#noticiasCapa {
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 580px;
}
#noticiasCapa h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	color: #007336;
}
#noticiasCapa ul {
	margin: 0;
	padding:0;
	list-style-position: inside;
	list-style-image: url(../imagens/marcador.png);
	list-style-type: none;
}
#noticiasCapa ul li {
	margin: 10px 0;
}
#noticiasCapa ul li a {
	color: #007336;
}
#noticiasCapa ul li a:hover {
	color: #F26822;
}
.maisNoticias {
	clear:both;
	margin: 5px 0;
	padding: 0;
	text-align:right;
}
.maisNoticias a {
	color: #007336;
	font-style: italic;
}
.maisNoticias a:hover {
	color: #F26822;
}
#imagens {
	margin: 0 0 20px 0;
	padding: 10px;
	height: 150px;
	display: none;
}
#imagens h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #333333;
}
.irEsq {
	float:left;
	width: 30px;
	height: 50px;
	margin: 40px 10px 40px 0;
	background: url(../imagens/irEsq.png) no-repeat;
}
.irEsq:hover {
	background: url(../imagens/irEsqHover.png) no-repeat;
}
.irDir {
	float:right;
	width: 30px;
	height: 50px;
	margin: 40px 0 40px 10px;
	background: url(../imagens/irDir.png) no-repeat;
}
.irDir:hover {
	background: url(../imagens/irDirHover.png) no-repeat;
}
#imagens ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#imagens ul li {
	margin: 0 5px 0 5px;
	padding: 0;
	float:left;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#iconesAtalhos {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	width: 580px;
	height: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f26822;
	float: left;
	position: relative;
}
#iconesAtalhos img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#iconesAtalhos h2 {
	font-size: 16px;
	color: #007336;
	line-height: 20px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#iconesAtalhos ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#iconesAtalhos ul li {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 75px;
	padding: 0;
}
#iconesAtalhos ul li a {
	color: #007336;
	padding: 0px;
	margin-top: 0px;
}
#iconesAtalhos ul li a:hover {
	color: #F26822;
}
#localize {
	width: 580px;
	position: relative;
	margin-bottom: 10px;
}
#localize h2 {
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	color: #007336;
	line-height: 20px;
}
#mapa {
	height: 245px;
	width: 255px;
	margin: 5px;
	float: left;
	position: relative;
	background-image: url(../imagens/mapa.png);
	background-repeat: no-repeat;
}
#mapa a:link, #mapa a:visited {
	color: #007336;
}
#mapa a:hover {
	color: #F26822;
}
#interior {
	font-size: 12px;
	color: #007336;
	position: absolute;
	font-style: italic;
	font-weight: bold;
	left: 88px;
	top: 46px;
}
#portoAlegre {
	font-size: 12px;
	color: #007336;
	position: absolute;
	font-style: italic;
	font-weight: bold;
	left: 123px;
	top: 104px;
}
#portoAlegre a:link, #portoAlegre a:visited {
	display: block;
	padding-right: 25px;
	height: 22px;
	background-image: url(../imagens/icoPortoAlegreOff.png);
	background-repeat: no-repeat;
	background-position: right;
}
#portoAlegre a:hover {
	background-image: url(../imagens/icoPortoAlegreOn.png);
	background-repeat: no-repeat;
	background-position: right;
}
#regiaoMetropolitana {
	font-size: 12px;
	color: #007336;
	position: absolute;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	left: 174px;
	top: 64px;
}
#itensMapa {
	float: right;
	width: 315px;
	padding-top: 20px;
	position: relative;
}
#itensMapa a:link, #itensMapa a:visited {
	color: #007336;
}
#itensMapa a:hover {
	color: #F26822;
}
#itensMapa h3 {
	color: #333;
	margin: 0 0 10px 0;
	padding:0;
}
#itensMapa ul {
	margin: 0;
	padding:0;
}
#itensMapa ul li {
	margin: 10px;
	padding:0;
	list-style-position: inside;
	list-style-image: url(../imagens/marcador.png);
	list-style-type: none;
}
#imagemFundoMapa {
	width: 580px;
	position: relative;
	height: 255px;
	background-image: url(../imagens/fundoMapa.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f47b4c;
	border-bottom-color: #f47b4c;
}
.campoSelecionarLocalize {
	width: 305px;
	padding:5px;
	border:1px solid #009161;
}
#colunaB {
	width: 360px;
	float:right;
	margin:0;
	padding:0;
	display: none;
}
#colunaB h2 {
	margin: 0 0 10px 0;
	padding:0;
	font-size:16px;
}
#gerais {
	padding:10px;
	margin: 0;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009161;
}
.aMais {
	font-size:16px;
	margin: 0 5px 0 0;
}
.aMais a, .aMenos a {
	color: #007336;
}
.aMais a:hover, .aMenos a:hover {
	color: #F26822;
}
.aMenos {
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 20px;
}
.servInter {
	background-image: url(../imagens/icoServicos.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-left: 20px;
}
.servInter a {
	color: #007336;
}
.servInter a:hover {
	color: #F26822;
}
#especificosA {
	padding: 10px;
	margin: 0 0 20px 0;
	display: none;
}
#especificosA h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding:0;
}
#especificosA ul {
	margin: 0 0 0 10px;
	padding:0;
	list-style:square;
}
#especificosA ul li {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 5px;
}
#especificosA ul li a {
	color:#000;
}
#especificosA ul li a:hover {
	color:#666;
}
.maisEspecA {
	clear:both;
	margin: 5px 0;
	padding: 0;
	text-align:right;
}
.maisEspecA a {
	color: #000;
	font-style: italic;
}
.maisEspecA a:hover {
	color: #666;
}
#redesSociais {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#redesSociais h2 {
	padding:0;
	font-size: 16px;
	color: #007336;
	float: left;
	margin: 0;
}
#redesSociais ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#redesSociais ul li {
	margin: 0;
	float:left;
	width: 35px;
	height:35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#bannerRando {
	height:127px;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	width: 360px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f47b4c;
	border-bottom-color: #f47b4c;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	float: left;
}
.caixaBanner {
}
#bannerRando ul {
}
#bannerRando ul li {
}
#bannerRando ul li a {
}
#progProjetos {
	padding:10px;
	margin: 0 0 20px 0;
	display: none;
}
#progProjetos h2 {
	margin: 0 0 10px 0;
	padding:0;
	font-size: 16px;
}
#progProjetos ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style:square;
}
#progProjetos ul li {
	margin: 5px;
	padding: 0 0 0 5px;
}
#progProjetos ul li a {
	color:#000;
}
#progProjetos ul li a:hover {
	color:#666;
}
.subSite {
	padding:10px;
	margin: 0 0 20px 0;
	display: inline-table;
}
.tituloSubSite {
}
.desceSubSite {
	width: 30px;
	height:30px;
	background: #ccc;
	float:right;
	margin:0;
	display: none;
}
.subSite p {
	margin: 5px 0;
	padding:0;
}
.linhaMenuSubSite {
}
.itemMenuSubSite {
}
/* utilizar essas classes para criar estilos variados para o primeiro e ultimo menu*/
.first {
}
.last {
}
.itemMenuSubsite1 {
}
.itemMenuSubsite2 {
}
.itemMenuSubsite3 {
}
#subSite1 /*substituir "subSite1" pelo nome do subSite*/ {
	background-color: #bfe3d7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0f387e;
	border-bottom-color: #0f387e;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 100%;
}
#subSite1 a {
	color: #0a72b5;
}
#subSite1 a:hover {
	color: #F26822;
}
#subSite1 h2 /*substituir "subSite1" pelo nome do subSite*/ {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#subSite1 .tituloSubSite {
	margin-bottom: 10px;
	margin-top: 10px;
}
#subSite1 .imgSubSite {
	float: left;
/*	max-width: 200px;
*/	width: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #0f387e;
	text-align:center;
}
#subSite1 .imgSubSite img {
	height: 150px;
}
#subSite1 .imgSubSite img a {
	margin: 0px;
	padding: 0px;
}
#subSite1 .legenda/*substituir "subSite1" pelo nome do subSite*/ {
	float:left;
	padding:5px;
	font-size: 11px;
	background-color: #4895c8;
	color: #FFF;
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0f387e;
	text-align:left;
}
#subSite1 ul {
}
#subSite1 ul li {
}
#subSite1 ul li a {
}
#subSite1 ul li a:hover {
}
#subSite1 .linhaMenuSubSite {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0f387e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f387e;
	margin: 0px;
	height: 26px;
	list-style-type: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 100%;
	position: relative;
}
#subSite1 .itemMenuSubsite1 a {
	color: #FFF;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	background-color: #8cb1b5;
	float: left;
	text-align: center;
	padding: 5px;
	width: 23%;
}
#subSite1 .itemMenuSubsite1 a:hover {
	color: #000;
}
#subSite1 .itemMenuSubsite2 a {
	color: #FFF;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	background-color: #8cb1b5;
	float: left;
	text-align: center;
	padding: 5px;
	width: 38%;
}
#subSite1 .itemMenuSubsite2 a:hover {
	color: #000;
}
#subSite1 .itemMenuSubsite3 a {
	color: #FFF;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	background-color: #8cb1b5;
	float: left;
	text-align: center;
	padding: 5px;
	width: 28%;
}
#subSite1 .itemMenuSubsite3 a:hover {
	color: #000;
}
#subSite2 /*substituir "subSite1" pelo nome do subSite*/ {
	background-color: #e1e9c3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009161;
	border-bottom-color: #009161;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#subSite2 a {
	color: #00a651;
}
#subSite2 a:hover {
	color: #F26822;
}
#subSite2 h2 /*substituir "subSite1" pelo nome do subSite*/ {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#subSite2 .tituloSubSite {
	margin-bottom: 10px;
	margin-top: 10px;
}
#subSite2 .imgSubSite {
	float: left;
/*	max-width: 200px;
*/	width: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #009161;
	text-align:center;
}
#subSite2 .imgSubSite img {
	height: 150px;
}
#subSite1 .imgSubSite img a {
	margin: 0px;
	padding: 0px;
}
#subSite2 .legenda/*substituir "subSite1" pelo nome do subSite*/ {
	float:left;
	padding:5px;
	font-size: 11px;
	background-color: #40bc7d;
	color: #FFF;
	color: #FFF;
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	text-align:left;
}
#subSite2 ul {
}
#subSite2 ul li {
}
#subSite2 ul li a {
}
#subSite2 ul li a:hover {
}
#subSite2 .linhaMenuSubSite {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009161;
	margin: 0px;
	height: 26px;
	list-style-type: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 100%;
	position: relative;
}
#subSite2 .itemMenuSubsite1 a {
	color: #FFF;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	background-color: #8dc585;
	float: left;
	text-align: center;
	width: 30%;
	padding: 5px;
}
#subSite2 .itemMenuSubsite1 a:hover {
	color: #000;
}
#subSite2 .itemMenuSubsite2 a {
	color: #FFF;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	background-color: #8dc585;
	float: left;
	text-align: center;
	width: 29%;
	padding: 5px;
}
#subSite2 .itemMenuSubsite2 a:hover {
	color: #000;
}
#subSite2 .itemMenuSubsite3 a {
	color: #FFF;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	background-color: #8dc585;
	float: left;
	text-align: center;
	width: 30%;
	padding: 5px;
}
#subSite2 .itemMenuSubsite3 a:hover {
	color: #000;
}
.imgSubSite {
}
.legenda {
}
.linhaMenuSubSite {
}
#itemMenuSubsiteA {
}
#itemMenuSubsiteB {
}
#itemMenuSubsiteC {
}
.subSite ul {
}
.subSite ul li {
}
.subSite ul li a {
}
.subSite ul li a:hover {
}
/*FimConteudoHome*/
/*ConteudoInterna*/
#conteudoInterna {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*rastreio/breadcrumbs*/
.navegacao {
	padding: 5px 0;
	font-size: 12px;
}
.navegacao a {
	color: #009161;
}
.navegacao a:hover {
	color: #F26822;
}
/*rastreio/breadcrumbs*/
/*ferramentasConteudo*/
#ferramentasConteudo {
	width: 100%;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F26822;
	border-bottom-color: #F26822;
	height: 30px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: none;
}
.voltar {
	width: 70px;
	float: left;
	background: url(../imagens/voltar.png) left center no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
}
.addthis {
	float: left;
	padding: 10px 0 10px;
	margin: 0 10px;
	width: 100px;
}
.rss {
	float: left;
	width: 70px;
	background: url(../imagens/iconFeeds.png) no-repeat left center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
}
.impControle {
	float: left;
	width: 90px;
	background: url(../imagens/iconeImprimir.png) no-repeat left center;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
}
.aMenosA {
	float: left;
	margin: 0 10px 0 10px;
	font-size:12px;
	font-weight:bold;
}
.aMenosA:hover {
	color: #ccc;
}
.aNormalA {
	float: left;
	margin: 0px 10px 0 5px;
	font-size: 15px;
	font-weight:bold;
}
.aNormalA:hover {
	color: #ccc;
}
.aMaisA {
	float: left;
	margin: 0px 5px 0 5px;
	font-size: 18px;
	font-weight:bold;
}
.aMaisA:hover {
	color: #ccc;
}
/*fimferramentasConteudo*/
#conteudoInterna h1 {
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#conteudoInterna h2 {
	font-size: 18px;
	color: #007336;
}
#conteudoInterna h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
#conteudoInterna h4 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.imgInterna {
	float: left;
/*	max-width: 200px;
*/	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #009161;
	text-align:center;
}
.imgInterna img {
	height: 150px;
}
.imgInterna img a {
	margin: 0px;
	padding: 0px;
}
.legendaInterna {
	width: 190px;
	float:left;
	font-size: 11px;
	padding:5px;
	background-color: #ecce83;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	text-align:left;
}
#conteudoInterna ol {
	margin: 10px 20px;
	padding: 0;
}
#conteudoInterna ol li {
	margin: 5px 0;
	padding: 0;
}
#conteudoInterna ul {
	margin: 10px 15px;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../imagens/marcador.png);
	list-style-type: none;
}
#conteudoInterna ul li {
	margin: 10px 0;
	padding:0;
}
#conteudoInterna table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009161;
}
#conteudoInterna th {
	background: #ecce83;
	padding:5px;
	margin:0;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009161;
	border-bottom-color: #009161;
	border-left-color: #009161;
}
#conteudoInterna td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009161;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009161;
}
/*Categorias*/
.categorias {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.comboCategorias {
	padding: 5px;
	width: 100%;
	border: 1px solid #009161;
}
/*Categorias*/
/*dataPublicação*/
.publicacao {
	margin: 10px 0;
	padding: 0;
	text-align:right;
	font-size: 12px;
}
.atualizacao {
	margin: 0 0 0 10px;
	font-size: 12px;
}
/*fimDataPublicação*/
/*ListaNoticias*/
.caixaInformacao {
	width: 100%;
	padding:0 0 10px 0;
	margin: 0 0 20px 0;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F26822;
}
.caixaInformacao a {
	color:#007336;
}
.caixaInformacao a:hover {
	color:#F26822;
}
.imgCaixaInformacao {
	float:left;
	border:1px solid #009161;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
/*	max-width: 200px;
*/	width: auto;
	padding: 0px;
	text-align:center;

}
.imgCaixaInformacao img {
    height: 150px;

}
.imgCaixaInformacao img a {
	margin: 0px;
	padding: 0px;
}
/*FimListaNoticias*/
/*resultadoBusca*/
.caminhoResultado {
	padding:0;
	margin: 0 10px 0 0;
	color: #333;
	font-size: 12px;
}
.caminhoResultado a {
}
/*fimResultadoBusca*/
/*Paginação*/
.paginacao {
	clear:both;
	text-align:center;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F26822;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
}
.paginacao a {
	color: #009161;
}
.paginacao a:hover {
	color: #F26822;
}
/*FimPaginação*/
/*ferramentaBusca*/
#ferramentaBusca {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#ferramentaBusca h3 {
	padding: 0 0 5px 0;
	margin:0 0 10px 0;
	color: #007336;
}
#ferramentaBusca img {
	border:0;
}
.formeLinha {
	margin: 0 0 10px 0;
}
.label {
	margin: 0 10px 0 0;
	padding:0;
}
.ui-datepicker-trigger {
	width: 20px;
	height: 20px;
	margin: 0 0 -5px 5px;
}
.forme300 {
	width: 300px;
	padding:5px;
	border: 1px #009161 solid;
	margin: 0 0 0 10px;
}
.forme100 {
	width: 100px;
	padding:5px;
	border: 1px #009161 solid;
	margin: 0 10px 0 0;
}
.forme150 {
	width: 150px;
	padding:5px;
	margin: 0 10px;
	border: 1px #009161 solid;
}
.botLocalizar {
	width: 100px;
	padding:5px;
	cursor: pointer;
	background-image: url(../imagens/botLocalizarOut.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 32px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botLocalizar:hover {
	width: 100px;
	padding:5px;
	background-image: url(../imagens/botLocalizarOver.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 32px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*fimFerramentaBusca*/
#linqueCurto {
	clear:both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	border-top: 1px #F26822 solid;
	width: 570px;
	display: none;
}
/*Categorias*/
#categorias {
	margin: 0;
	padding:0;
}
/*FimCategorias*/
/*conteudoRelacionado*/

#conteudoRelacionado {
	width: 580px;
	float:left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.menuContRel {
	margin: 0;
	padding:0;
	width: 580px;
	float:left;
}
.abaOnCont a {
	float:left;
	padding: 5px;
	background-color: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	color: #000000;
	font-weight: bold;
}
.abaOnCont a:hover {
	float:left;
	padding: 5px;
	background-color: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	color: #000000;
	font-weight: bold;
}

.abaOffCont a {
	float:left;
	padding: 5px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	font-weight: bold;
	background-color: #217E50;
}
.abaOffCont a:hover {
	float:left;
	padding: 5px;
	background: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	font-weight: bold;
}
.contRel {
	width: 570px;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F4E4B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009161;
	display: inline-table;
}
.contRel p {
	position: relative;
	font-style: italic;
	right: 10px;
	bottom: -5px;
	text-align: right;
}
#conteudoRelacionado ul {
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
#conteudoRelacionado li {
	list-style-position: inside;
	list-style-image: url(../imagens/marcador.png);
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
/*FimConteudoRelacionado*/
/*ListaLocais*/
.linhaEndereco {
	float: left;
	position: relative;
	width: 580px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F26822;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.endereco {
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	position: relative;
	width: 460px;
}
.fotoMapa {
	float: right;
	position: relative;
	width: 100px;
	background-image: url(../imagens/separador.png);
	background-repeat: repeat-y;
	background-position: 0px;
	padding: 0px;
	text-align: right;
}
.fotoMapa a {
	float: right;
	clear: right;
}
.fotoMapa img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	clear: left;
	border: 1px solid #009161;
}
/*FimListaLocais*/

/*mapa*/
.blocoMapa {
	width: 100%;
}
.blocoMapa iframe {
	border: 1px solid #009161;
	max-height: 435px;
}
.comoChegar {
	text-align:left;
	font-size:12px;
	width: 75px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.comoChegar img {
	border: 1px solid #009161;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.verMapa {
	text-align:right;
	font-size:12px;
	width: 75px;
	float:right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.verMapa img {
	border: 1px solid #009161;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*fimMapa*/
/*FimConteudoInterna*/
/*agenda*/
.hora {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#agenda {
	padding:10px;
	margin: 0 0 20px 0;
	display: none;
}
#agenda h2 {
	margin: 0 0 10px 0;
	padding:0;
}
#agenda h3 {
	margin: 0 0 5px 0;
	padding:0;
}
#agenda ul {
	margin: 5px;
	padding: 0 5px;
}
#agenda ul li {
	margin: 5px;
	padding:0;
}
/*fimAgenda*/
/*faleConosco*/
.formeLinha {
	float:left;
	width: 100%;
	margin: 10px 0;
}
.labelFormeLinha {
	float:left;
	margin: 0 10px 0 0;
	width: 100px;
	text-align:right;
}
.forme {
	float:left;
	width: 400px;
}
#form1 {
}
.campo400 {
	padding: 5px;
	width: 390px;
	border: 1px #009161 solid;
}
.combo400 {
	padding: 5px;
	width: 400px;
	border: 1px #009161 solid;
}
.botEnviar {
	width: 100px;
	padding:5px;
	cursor: pointer;
	background-image: url(../imagens/botLocalizarOut.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 32px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botEnviar:hover {
	width: 100px;
	padding:5px;
	background-image: url(../imagens/botLocalizarOver.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 32px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*fimFaleConosco*/
/*Comentarios*/
#comentarios {
	width: 100%;
	float:left;
	padding: 0;
}
#comentar {
	margin: 20px 0;
	float:left;
	width: 100%;
}
.comentario {
	margin: 20px 0;
	padding:0 0 10px 0;
	clear:both;
}
#abrirComentar {
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	width: 100px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
#abrirComentar a {
	background-image: url(../imagens/botLocalizarOut.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#abrirComentar a:hover {
	background-image: url(../imagens/botLocalizarOver.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#facebook {
	padding: 10px;
	border: 1px #009161 solid;
	margin: 0 10px 0 0;
	width: 105px;
	height: 15px;
	float:left;
	text-align: center;
}
#twitter {
	padding: 10px;
	border: 1px #009161 solid;
	margin: 0 10px 0 0;
	width: 105px;
	height: 15px;
	float:left;
	text-align: center;
}
#google {
	padding: 10px;
	border: 1px #009161 solid;
	margin: 0 10px 0 0;
	width: 105px;
	height: 15px;
	float:left;
	text-align: center;
}
/*fimComentarios*/
/*Galeria*/
#galeria {
	width: 100%;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.itemAtivoGaleria {
	width: 100%;
	margin: 20px 0 0 0;
	position:relative;/*Não definir a altura, ela é definida pelo componente*/
	text-align:center;
}
.itemAtivoGaleria iframe {
	max-height: 435px;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fotoAtual {
	display:block;
	border: 1px solid #009161;
/*	max-width: 580px;
*/	width: auto;
}
.fotoAtual img {
	height: 435px;
}
.fotoAtual img a {
	margin: 0px;
	padding: 0px;
}
.fotoAnterior {
	display:none;
	border: 1px solid #009161;
/*	max-width: 580px;
*/	width: auto;
}
.fotoAnterior img {
	height: 435px;
}
.fotoAnterior img a {
	margin: 0px;
	padding: 0px;
}
.descriItemAtivo {
	position:absolute;
	bottom: 0px;
	z-index:10;
	background: #ecce83;
	display:none;
	width:569px;
	left:0px;
	color: #000;
	padding: 5px;
	border: 1px solid #009161;
	text-align:left;
}
.itemAtivoGaleria:hover .descriItemAtivo {
	display:block;
}
.navEsqAtivo, .navEsqAtivo img {
	position:absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	height: 435px;
	width: 50px;
}
.navEsqAtivo:hover {
	display:block;/*A altura da imagem deve ser igual a altura da lista de miniaturas, seguindo o exemplo*/
	background-image: url(../imagens/irEsqHover.png);
	background-repeat: no-repeat;
	background-position: center;
}
.navDirAtivo, .navDirAtivo img {
	position:absolute;
	z-index: 20;
	right: 0px;
	top: 0px;
	height: 435px;
	width: 50px;
}
.navDirAtivo:hover {
	display:block;/*A altura da imagem deve ser igual a altura da lista de miniaturas, seguindo o exemplo*/
	background-image: url(../imagens/irDirHover.png);
	background-repeat: no-repeat;
	background-position: center;
}
.downloadHD {
	position: relative;
	float:right;
	clear:left;
	height: 25px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.credito {
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	width: 485px;
}
#filtroGaleria {
	margin: 10px 0px !important;
	padding: 0px !important;
	list-style: none;
	width: 100%;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F26822;
}
#filtroGaleria ul{
	margin:0;
	padding: 0;
}
#filtroGaleria ul li {
	float:left;
	padding: 5px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	font-weight: bold;
	background-color: #92B892;
	list-style-type: none;
}
#filtroGaleria ul li:hover {
	float:left;
	padding: 5px;
	background: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	font-weight: bold;
	list-style-type: none;
}
#filtroGaleria ul li a {
	color: #000;
}
#filtroGaleria .filtroAtivo {
	float:left;
	padding: 5px;
	background-color: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	color: #000000;
	font-weight: bold;
	cursor: default;
	list-style-type: none;
}

#filtroGaleria .filtroAtivo:hover {
	float:left;
	padding: 5px;
	background-color: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	color: #000000;
	font-weight: bold;
	cursor: default;
	list-style-type: none;
}
#listaGaleria {
	margin: 10px 0px !important;
	padding: 0px !important;
	list-style: none;
	position: relative;
	float: left;
	clear: both;
	width: 580px;
	height: 290px;
	text-align: center;
}
#listaGaleria ul {
	width: 460px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 70px;
	list-style: none;
	text-align: center;
}
#listaGaleria ul li {
	float: left;
	list-style: none;
	padding: 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*	max-width: 180px;
*/	width: auto;
	text-align: center;
}
#listaGaleria ul li img {
	height: 135px;
	border: 1px solid #009161;
}
#listaGaleria ul li img a {
	margin: 0px;
	padding: 0px;
}
.hoverItem {
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width: 172px;
	height: 100%;
	display:none;
	color: #000;
	text-align:left;
	padding:5px;
	background-color: transparent;
	background-image: url(../imagens/overlay.png);
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0 0;
	background-size: auto auto;
	background-repeat: repeat;
}
.hoverItem a {
	color: #000;
	display: block;
	height: 135px;
	width: 180px;
}
#listaGaleria li:hover .hoverItem {
	display:block;
}
.navEsq, .navEsq img {
	position:absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	display:block;/*A altura da imagem deve ser igual a altura da lista de miniaturas, seguindo o exemplo*/
	background-image: url(../imagens/irEsq.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 280px;
}
.navEsq:hover {
	display:block;/*A altura da imagem deve ser igual a altura da lista de miniaturas, seguindo o exemplo*/
	background-image: url(../imagens/irEsqHover.png);
	background-repeat: no-repeat;
	background-position: center;
}
.navDir, .navDir img {
	position:absolute;
	z-index: 20;
	right: 0px;
	top: 0px;
	display:block;/*A altura da imagem deve ser igual a altura da lista de miniaturas, seguindo o exemplo*/
	background-image: url(../imagens/irDir.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 280px;
}
.navDir:hover {
	display:block;/*A altura da imagem deve ser igual a altura da lista de miniaturas, seguindo o exemplo*/
	background-image: url(../imagens/irDirHover.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*fimGaleria*/

/*ConteudoSubSite*/
/*#cabecalhoSubSite {
}
#logoSubSite {
}
#contatoSubSite {
}
#contatoSubSite p {
}
#colunaC {
}
#colunaC h1 {
}
#colunaC h2 {
}
#colunaC h3 {
}
#colunaC img {
}
#colunaC p {
}
#colunaC ol {
}
#colunaC ol li {
}
#colunaC ul {
}
#colunaC ul li {
}
#colunaD {
}
#colunaD h2 {
}
.menuSubSite {
}
.menuSubSite ul {
}
.menuSubSite ul li {
}
.menuSubSite ul li:hover {
}
.menuSubSite ul li a {
}
.menuSubSite ul li a:hover {
}
#buscaSubSite {
}
.campoBuscaSub {
}
.campoBuscaSub:hover {
}
.botBuscaSub {
}
.botBuscaSub:hover {
}
#nomeBlocoEspecialSub /*Substituir "nomeBlocoEspecialSub" pelo nome do conteudo*/ /*{
}
#nomeBlocoEspecialSub /*Substituir "nomeBlocoEspecialSub" pelo nome do conteudo*//*img {
}
#nomeBlocoEspecialSub/*Substituir "nomeBlocoEspecialSub" pelo nome do conteudo*/ /*p {
}
#nomeBlocoEspecialSub/*Substituir "nomeBlocoEspecialSub" pelo nome do conteudo*/ /*h2 {
}**//*/
/*FimConteudoSubSite*/
/*GaleriaAudio*/
#galeriaAudio {
	float:left;
	margin:10px 0;
	width:100%;
}
#menuGaleriaAudio {
	float:left;
	width: 100%;
}
.abaOffAudio {
	float:left;
	padding: 5px;
	background-color: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	color: #000000;
	font-weight: bold;
}
.abaOnAudio a {
	float:left;
	padding: 5px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	font-weight: bold;
	background-color: #217E50;
}
.abaOnAudio a:hover {
	float:left;
	padding: 5px;
	background: #ecce83;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	display: block;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009161;
	font-weight: bold;
}
#conteudoGaleriaAudio {
	width: 570px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F4E4B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009161;
}
.itemAudio {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.iconeAudio {
	float:left;
	width: 24px;
	margin-top: -8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*fimGaleriaAudio*/

/*modalImpressao*/ 
#caixaModal {
	position:relative;
	width: 600px;
	padding:0;
}
#modalCabecalho {
	width: 100%;
	float:left;
	background-image: url(../imagens/fundoCab.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F26822;
	border-bottom-color: #F26822;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	position: relative;
}
.blocoModal {
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}
.botModal {
	width: 100px;
	height: 32px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-image: url(../imagens/botLocalizarOut.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botModal:hover {
	width: 100px;
	height: 32px;
	background-image: url(../imagens/botLocalizarOver.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#conteudoModal {
	width: 100%;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#rodapeModal {
	clear: both;
	background-image: url(../imagens/fundoRodape.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F26822;
	border-bottom-color: #F26822;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	width: 100%;
	position: relative;
	float: left;
}
#rodapeModal p {
	margin-left: 10px;
}
#caixaModal p {
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
/*fimModalImpressao*/
/*galeria2*/
#galeria2 {
}
#menuGaleria2 {
}
.itemMenuOn {
}
.itemMenuOff {
}
#conteudoGaleria2 {
}
.rolaEsq {
}
.rolaDir {
}
#listaMiniaturas {
}
.conterItem {
}
.conterItemMiniatura {
}
.conterItemDesc {
}
.maisItensPainel {
}
/*fimGaleria2*/

/*Rodape*/
#rodape {
	clear: both;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F26822;
	display: none;
}
#rodape h2 {
	background: #f1daa2;
	font-size: 14px;
	text-align:center;
	font-style: italic;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding: 5px;
}
#mapaSite {
	background-image: url(../imagens/fundoRodape.png);
	background-repeat: repeat-x;
	width: 960px;
	position: relative;
	margin: 0;
	padding: 0;
	height: 202px;
}
.itemMapa {
	width: 190px;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 10px;
}
#mapaSite .itemMapa h2 {
	margin: 0 0 10px 0;
	padding:0;
	background: none;
	text-align:left;
	font-style: normal;
}
#mapaSite ul {
	margin: 0;
	padding:0;
	list-style:none;
}
#mapaSite ul li {
	margin: 5px 0;
	padding:0;
}
#mapaSite ul li a {
	color: #009161;
}
#mapaSite ul li a:hover {
	color: #F26822;
}
#expediente {
	width: 300px;
	float:right;
}
#expediente p {
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#expediente a {
	color: #009161;
}
#expediente a:hover {
	color: #F26822;
}
.procergs {
	text-align:center;
	margin: 0px;
	display: none;
	position: relative;
	padding: 10px;
	vertical-align: middle;
}
.procergs img {
	text-align:center;
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ImpressaoCabecalho, #ImpressaoRodape {
	display: block;
}
