@charset "utf-8";
/* CSS Document */

/* CSS Travessia 21/03/2007 */

/* Hacks do IE */
html, body {
	height: 100%;
	background-image: url(fundo-site.jpg);
}
html>body div#conteudo, #menu, #menurepet {height: auto;}

body {
	margin:0;
	padding:0;
	font:12px arial;
	color:#371C01;
	background-color: #C9D5C7;
	height: auto;
	}
a {
	color:#371C01;
	text-decoration:none;
	}

a:hover{
	color:#357700;
	text-decoration:none;
	}
/* tabelas gerais */

div#tudo{
	width:1000px;
	height:100%;
	margin:0px auto;
	padding:0px;
	}
.direita {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #184115;
	padding-left: 5px;
}
.direita h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #184115;
	background-image: url(fundo-h1-direito.gif);
	height: 20px;
	padding-left: 23px;
	padding-top: 3px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 3px;
}.galeria-dir {
	border: 2px solid #184115;
	background-color: #EEF1ED;
	padding: 2px;
}
.input-cad-dir {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2A4C10;
	border: 1px solid #C9D5C7;
}
.rodape {
	color: #FFF;
	background-color: #57894C;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #030;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.chamada-foto-home {
	border: 4px solid #FFF;
}
.lista-direita a:link, .lista-direita a:active, .lista-direita a:visited  {
	color: #33542E;
	text-decoration:none;
}
.lista-direita a:hover{
	color: #33542E;
	text-decoration:underline;
}
div#banner{
	width:164px;
	font-size: 11px;
	float: left;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 20px;
	}
#td-over {
	height: 430px;
	overflow: auto;
	width: 200px;
}

div#banner-interna{
	width:160px;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	padding-left: 20px;
	}
div#corpo_a{
	width:200px;
	}
div#corpo_b{
	width:540px;
	padding: 0px 10px 5px 10px;
	}
div#corpo_b_pub{
	width:900px;
	padding: 0px 10px 5px 50px;
	}
div#texto{
	margin-bottom:10px;
	width: 552px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: justify;
}

div#texto P{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0x;
	padding-left: 0px;
}

div#texto .imagem {
	background-color: #FBFAF7;
	margin: 2px;
	padding: 2px;
	border: 1px solid #EEE7D5;
	cursor:pointer;
	cursor:hand;
}
div#titulo{
	color: #23451D;
	font-weight:bold;
	padding-top:10px;
	font-family: arial;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #23451D;
	}

div#texto{
	color: #23451D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	}
div#texto h1{
	font-weight:bold;
	color: #23451D;
	font-family: arial;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
div#texto h2{
	font: 14px arial;
	font-weight:bold;
	color: #391D01;
	}
div#texto h3{
	font: 14px arial;
	font-weight:bold;
	color: #391D01;
	}
/* Menu*/
/* -------------------------- menu -------------------------*/


div#menu{
	width:170px;
	background-repeat:no-repeat;
	display: table;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#menurepeat{
	width:200px;
	margin:0px;
	display: table;
}
.td-menu {
	background-image: url(fundomenu1.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}


.suckerdiv ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:170px;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/* próximo nível */
.suckerdiv ul li ul{
	position: absolute;
	width: 137px; /*sub menu width*/
	top: 0px;
	visibility: hidden;
	background: #fff;
}

.suckerdiv ul li a{
	display: block;
	overflow: auto; /* hack IE7 */
	color: #391D01;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #ECF0DF;
}

.suckerdiv ul li a:visited{
	color: #292929;
}

.suckerdiv ul li a:hover{
	color: #3F7A04;
	background-color: #F3F2F1;
}

.suckerdiv .subfolderstyle{
	background-image: url(seta.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/* -------------------------- galeria */

ul.gal2col{
	padding: 0px 0px 0px 21px;
	float: left;
	margin: 0px;
	width: 530px;
	list-style-type:none;
}

ul.gal2col li{
	margin:2px;
	padding: 5px;
	display:inline;
	float:left;
	width:45%;
	border:1px solid #D8EDD3;
	background-color:#f5f5f5;
	height: 140px;
}

#foto {
	float:left;
	padding: 2px;
	background-color:#EBE1C8;
	margin: 3px 5px 5px 0px;
}

ul.gal1col{
	padding: 0px 0px 0px 8px;
	float: left;
	margin: 0px;
	width: 545px;
	list-style-type:none;
}

ul.gal1col li{
	margin:1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	display:inline;
	float:left;
	border:1px solid #D8EDD3;
	background-color:#f5f5f5;
	height: 90px;
	width: 125px;
	text-align: center;
	vertical-align: middle;
}
/* Galeria home */
#gallery_wrap {
	width: 938px;
	height: 161px;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}
/* -------------------------- galeria -------------------------*/

eria -------------------------*/


#galeria{
margin: 0;
padding: 0;
}

* html #galeria ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#galeria ul li{
	display: inline;
}

#galeria ul li a{
	padding: 3px;
	margin: 2px;
	width: 125px;
	height: 100px;
	float: left;
	text-align: center;
	background-color: #EDEED7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #23451D;
}

#galeria ul li a:hover{

}
#galeria ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.formcampo {
	font-size: 12px;
	color: #163B10;
	background-color: #F2F7F3;
	border: thin solid #174014;
}
.formcampo-obrig {
	font-size: 12px;
	color: #163B10;
	background-color: #F2F7F3;
	border: 2px solid #174014;
}
.ch-home h1,.ch-home h1 a:link,.ch-home h1 a:active,.ch-home h1 a:visited,.ch-home h1 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	text-decoration:none;
	margin: 0px;
	height: 23px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#compartilhar {
	background-color: #ECEFE2;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDD398;
	border-bottom-color: #BDD398;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 5px;
}
.form-lista {
	font-size: 12px;
	height: 30px;
	border: 2px solid #c0d49a;
	padding: 4px;
}
.form-lista:focus {
	font-size: 12px;
	height: 30px;
	border: 2px solid #889868;
	padding: 4px;
	background-color: #FFC;
}
.lista1 {
	background-color: #EDEEDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DBCA;
}
.lista2 {
	background-color: #F8F8F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DBCA;
}
.tit-noticia {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
}
td .data_nt .not_texto {
	font-weight: bold;
}
.titfoto {
	font-weight: bold;
	color: #371C01;
	text-decoration: none;
	background-color: #EDEED7;
	background-image: url(ico-fotos.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #523B21;
	margin-top: 20px;
}
