﻿* { margin:0; padding:0; border:none; list-style:none; text-decoration:none;font-size: 12px;}

img {border:none;}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #533C32;
background: #fff url(../imagens/fundo.jpg) repeat-x scroll center top;
font-size: 12px
}

h2 {padding: 5px;}
h3 {
	font-style: normal;
	color: #990000;
}

a,strong,span{
	vertical-align: baseline;

}

a  {
	color: #533C32;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}

table { border:none;
border-collapse:collapse;
}

/******** ELEMENTOS ********/

#caixa {
width:778px;
position: relative;
min-height:300px;
_height:300px;
padding-left: 0;
background: #FCF8ED url(../imagens/menu_fundo.png) repeat-y scroll 0 0;
margin: 0 auto 0 auto
}

#topo {
width: 778px;
height:115px;
padding-top:3px;
margin:0 auto;
background: #663300 url(../imagens/topo_fundo.jpg) repeat-x scroll center bottom;
  text-align: center;
  color: #FFFFFF
}

#rodape {
	width: 617px;
	height:112px;
	margin:0 auto;
	background: #FCF8ED url(../imagens/rodape_fundo.jpg) repeat-x scroll center top;
}

 #rodape address { 
font-size: 10px;
font-style: normal;
color:#533C32;
text-align: right;
padding-top: 50px;
padding-right: 40px;
}



#conteudo {
	width: 617px;
	display: block;
	float: right;
	line-height: 110%;
	padding-right: 5px;
	min-height:400px;
	_height:400px;
	background-attachment: scroll;
	background-image: url(../imagens/rodape_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 45px;
}
#conteudo p { 
padding-bottom: 5px; 
padding-top: 5px;}



#conteudo ul, .textconfig ul {
padding-bottom: 10px;
padding-left: 10px;
margin-left: 10px;
color: #453229;
}

#conteudo .lis_decimal li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 10px;
}

#conteudo .lis_normal li , .textconfig li{
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 10px;
	list-style-image: url(../imagens/bullet.png);
}


.textconfig li ul {
	padding: 15px;
}

.textconfig blockquote {
margin:25px;
padding:inherit;
}


.textconfig h2 {
	padding: 15px;
	font-size: 15px;
}

.textconfig  img{
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	clear: none;
}


/******** TABELA DE DADOS ********/

.dados{
width: 100%;
background-color: #fff;
clear: both;
margin: 0 0 15px 0
}

.dados th{
background-color: #7A5949;
padding: 3px;
color: #fff;
font-weight:normal;
border: 1px solid #453229;
}
.dados .nlinha td { background-color: #F7EBCC;}

.dados td{
	background-color: #FCF8ED;
	padding: 3px;
	color: #533C32;
	border: 1px solid #9E725F;
}

.dados td span{
	text-align: center;
	display: block;
	width: 100%;
}

a.dadoslink{
	text-decoration: underline;
	color: #533C32;
	line-height: 25px;
	padding-right: 5px;
}

a.dadoslink:hover{
	color: #CC0000;
}

/******** TABELA DE DADOS 2********/

.dados2{
width: 100%;
background-color: #fff;
clear: both;
margin: 0 0 15px 0

}

.dados2 th{
background-color: #7A5949;
padding: 0;
color: #fff;
font-weight:normal;
border: 1px solid #453229;
  font-size: 9px
}
.dados2 .nlinha td { background-color: #F7EBCC;}

.dados2 td{
	background-color: #FCF8ED;
	padding: 0;
	color: #533C32;
	border: 1px solid #9E725F;
     font-size: 9px;
  text-align: center
}

.dados2 td span{
	text-align: center;
	display: block;
	width: 100%;
}




/******** MENU ********/

ul#menu li a.selecionado {color:#FF0000;}
ul#menu ul li a.selecionado {color:#FF0000;}

ul#menu .sub { background: transparent url(../imagens/menu_seta.png) no-repeat scroll right center }

#menu {
z-index: 30;
position:relative;
float:left;
}

ul#menu,
ul#menu ul {
width: 150px;
text-indent: 2px;
text-align: left;
}


ul#menu li {
width: 150px;
display: block !important; /*para opera, firefox*/
display: inline; /*para ie*/
position: relative;
float: right;
line-height: 18px;
color: #533C32;
}

/* raiz */
ul#menu li a {
display: block;
height: auto !important;
height: 1%; /*para ie*/
color: #533C32;
text-decoration: none;
}

/* root */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
color: #533C32;
background-color: #DFCC7F;
}

/* 2º*/
ul#menu li:hover li a,
ul#menu li.iehover li a {
background-color:#F2E9C8 ;
color: #533C32;

}

/*
 2º hover */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	background-color: #DFCC7F;
}


ul#menu ul,
ul#menu ul ul,
ul#menu ul ul ul {
text-indent: 5px;
display: none;
position: absolute;
top: 0;
left: 150px;
width: 150px;
border: 1px solid #460000;
}

/* não mecha */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
display: block;
}


.mostradata {
	background-attachment: scroll;
	background-image: url(../imagens/fundo_data.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;

}
.mostradata p {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 11px;
}









/******** FORMULÁRIOS ********/

form {
color: #000;
font-size: 11px;
}

form label {
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	text-indent: 5px;
	color: #663333;
	margin-bottom: 9px;
	margin-right: 5px;
	line-height: 21px;
}

input, select, textarea {
	font-family:Verdana, Arial;
	font-size: 12px;
	border: 1px solid #663333;
	margin-bottom: 9px;
	float: left;
	padding: 3px;

}

form br {
clear: left;
}

form .multcampo {
display: block;
padding-left: 130px;
}	

form fieldset {
border: 1px solid #663333;
width: 250px;
padding: 2px;
margin:4px;
}	
form legend {
padding: 2px;
color: #663333;
}

form input.bot {
	background: #663333;
	color: #fff;
	width: 100px;
	border: 2px solid #fff;
	height: 24px;
	margin: 3px;
	padding: 3px;
}

form input.bot:hover  {
  background: #663333;
}

form .disable  {
	background: #ddd;
	color: #333;  
}

form .conteudoxhtml{
	border: 1px solid #663333;
	float: none;
	padding: 3px;
	background-color: #FFFFFF;
	height: 200px;
	width: 95%;
	clear: both;
	display: block;
	margin: 5px;
	overflow: visible;
}

/******** Tipo Notícias ********/

.tiponews h2{
	font-size: 18px;
	line-height: 25px;
	padding: 0;
}

.tiponews h3{
	font-size: 13px;
	color: #AC8675;
	font-weight: normal;
}

.tiponews h4{
	font-size: 10px;
	color: #986C5A;
	font-weight: normal;
}

.tiponews img{
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	float: left;
}

.tiponews a img{
padding:1px;
}


.tiponews ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style:none;
}

.tiponews ul li a{
	font-size: 15px;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
	color: #660033;
		list-style:none;

}

.tiponews li a:hover{
	color: #986C5A;
}


.tiponews .poslink{
	font-size: 12px;
	color:  #986C5A;
}


/******** Caixa Notícias ********/

.caixanews {
float:left;
width:400px;
 }

.caixanews h2{
	font-size: 18px;
	line-height: 25px;
	padding: 0;
}

.caixanews h3{
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
  padding-left: 5px;
  margin-bottom: 10px
}

.caixanews h4{
	font-size: 10px;
	color: #986C5A;
	font-weight: normal;
}

.caixanews img{
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	float: left;
}


.caixanews ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style:none;
}

.caixanews ul li a{
	font-size: 15px;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
	color: #533C32;
		list-style:none;

}

.caixanews li a:hover{
	color: #990033;
}


.caixanews .poslink{
	font-size: 12px;
	color:#533C32;

 }


/******** Menu Lateiral ********/

.menulateral {
float:right;
width:190px;
/*margin:3px 5px 3px 10px;*/
  /*background-image: url(../imagens/fundo_lateral.png);
  background-position: left;
  background-repeat: repeat-y;
  background-color: transparent;
  background-attachment: scroll;   */
  min-height:200px;
  _height:200px;
  text-align: center
}


/******** Tipo Eventos ********/

.tipoevento h4{
background-color: #986C5A;
line-height: 20px;
color: #fff;
text-align: center;
font-size: 12px;
}


.tipoevento a img{
float:left;
margin: 2px;
}
.tipoevento img{
float:left;
margin: 5px;
}



.tipoevento p{
margin: 5px;
}


/******** Tipo Tempo ********/

.tipotempo {
background-color: #FFF2CC;
width:156px;
display:block;
color: #000;
font-size: 10px;
border: 1px solid #533C32;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding: 2px;
  text-align: left;
line-height:15px;
}

.tipotempo span{
width:85px;
display:block;
text-align: right;
float:left;
  color: #666633;
 font-size: 10px;
}


.tipotempo .reg{
width:100%;
display:block;
background-color: #533C32;
color: #fff;
font-size: 10px;
text-align:center;
}
.tipotempo a{
font-size: 9px;
}
.tipotempo i{
font-size: 9px;
}





/******** OUTROS ********/

.clear {clear: both;}

#loading {
position: absolute;
background : #DF0000;
color: #fff;
padding: 3px;
width: 80px;
top: 0;
left: 0;
float: left;
display: block;
}

