body {
	padding: 0; margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	background: #b63600 url(imgs/fundo.png) repeat-x;
	color: #fff;
	font-size: 12px;
}

h1, h2, h3 {
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 18px;	
}

table {
	border: 2px solid #777;
	padding: 5px;
}



tr, td, caption {
	font-size: 12px;
	color: #fff;
}

td {
	border-bottom: 1px solid #cfcfcf;	
}

table#fotos td { border: none;}

th {
	background-color: #f5f5f5;
	color: #333;
}

caption {
	background-color: #555;	
	padding: 3px;
	text-align: left;
	font-weight: 700;
}

/*Estrutura*/
#base {
	width: 960px;
	margin: 0 auto;
}

#topo {
	background: url(imgs/guia_topo.png) no-repeat 0% 100%;
	width: 960px; 
	height: 445px;
}

#meio {
	background: url(imgs/sombra.png) repeat-y;
	width: 960px; 
}

#meio_caixa {
	width: 816px;
	background: url(imgs/fundo_meio_caixa.png) no-repeat;
	padding: 0 22px;
	margin: 0 auto;
}

.esquerda, .direita {float: left;}

.esquerda {
	width: 282px;	
}

.esquerda ul {padding: 0; margin: 0;}

.esquerda ul li {
	list-style: none;
	font-size: 11px;
}

.bloco-agenda {
	float: left;
	background: url(imgs/caixa_agenda.png) no-repeat;
	width: 252px;
	height: 155px;
	overflow: hidden;
	padding: 15px 10px 5px 10px;
}

.bloco-agenda ul li {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dotted #555;
}

.direita {
	width: 530px;	
}


.painel {
	background: url(imgs/fundo_galeria.png) no-repeat;
	width: 530px;
	height: 337px;
	padding: 10px 0 0 10px;
	margin: 0 auto;
}

#baixo {
	background: url(imgs/baixo_meio_caixa.png) no-repeat;
	padding-top: 63px;
}

.baixo_conteudo {
	width: 820px;
	background: url(imgs/fundo_baixo.png) repeat-x;
	padding: 20px;
	margin: 0 auto;
	
}

#baixo table, #baixo tr, #baixo td {
	border: none;
	padding: 0;
	margin: 0;
}

#artigo_fixo {
	float: left;
	width: 90%;
}

#artigo_fixo img {
	border: 7px solid #eca080;	
}

#artigo_fixo h3 {
	font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
}

#artigo_fixo td {
	color: 	#eca080;
	padding-left: 20px;
}


/*Tipografia*/

#meio h2 {
	width: 100%;
	height: 28px;
	position: relative;
	text-indent: -90000px;
	padding: 0;
	margin: 0;
}

h2.destaques {
	background: url(imgs/h2_destaques.png) no-repeat;
}

h2.agenda {
	background: url(imgs/h2_agenda.png) no-repeat;
}

#rodape {
	clear: both;
	background: url(imgs/rodape_fundo.png) no-repeat 50% 0%;
	height: 70px;
	padding-top: 30px;
}

#rodape address
{
	font: normal 700 11px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	padding: 20px;
}




/*Padrões*/
.clr {clear: both;}


/*Editor*/
.telefone_home {
	font: 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #b1b1b1;
	line-height: 14px;
}

.linkpq {
	font-size: 9px;
	color: 999;
	text-decoration: none;
	color: #b1b1b1;
}

.data_agenda {
	color: #fd5c19;	
}

/******************************************
 * FORMULÁRIO DE CONTATO
 ******************************************/

.direita form {
	width: 460px;
	clear: both;
	margin: 15px 0;
	padding: 20px 33px;
	background-color: #222;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
}

.div_contato {
}

#txtposterior, #txtanterior {
	font-size: 12px;	
}

.direita .cx_texto form {
	width: auto !important;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.direita label {
	padding:4px 20px 4px 5px;
	font:bold 12px Verdana, Geneva, sans-serif;
	color:#ccc;
	clear: both;
	
}
.direita input.cxinput {
	border:1px solid #555;
	width:460px;
	height:20px;
	margin-bottom:10px;
}
.direita textarea {
	width:460px;
	height:200px;
	margin-bottom:10px;
	border:1px solid #555;
}
.direita .botao {
	background: #F60 url(fundo_botao.png) repeat-x;
	width:65px;
	height:23px;
	font:700 12px Verdana, Geneva, sans-serif;
	color:#fff;
	border: 1px solid #B93D00;
	margin: 10px 5px;
}

