@charset "utf-8";
/* CONTEUDO */

#centro {
	width:100%;
	background:top center #C7C2A5 url(../imgs/centro2.jpg) repeat-x;
	clear:both;
	border-bottom:1px solid #fff;
}
#centro .foto {
	background:top center #C7C2A5 url(../imgs/centro.jpg) no-repeat;
	height:55px;
	width:775px;
	margin:0px auto;
}

#conteudo {
	padding:10px;
	width:755px;
	padding-top:0px;
}

#conteudo .tit {
	clear:both;
	width:715px;
	height:23px;
	padding-top:7px;
	padding-left:40px;
	background:top left url(../imgs/tit.jpg) no-repeat #fff;
}

#conteudo .tit h2 {
	height:30px;
	width:725px;
}

#conteudo .tit h2.tit_tab {	background:top left url(../imgs/tit_tabeliao.jpg) no-repeat; }
#conteudo .tit h2.tit_esc {	background:top left url(../imgs/tit_escreventes.jpg) no-repeat; }
#conteudo .tit h2.tit_ser {	background:top left url(../imgs/tit_servicos.jpg) no-repeat; }
#conteudo .tit h2.tit_cus {	background:top left url(../imgs/tit_custas.jpg) no-repeat; }
#conteudo .tit h2.tit_loc {	background:top left url(../imgs/tit_localizacao.jpg) no-repeat; }
#conteudo .tit h2.tit_lin {	background:top left url(../imgs/tit_links.jpg) no-repeat; }
#conteudo .tit h2.tit_fal {	background:top left url(../imgs/tit_fale.jpg) no-repeat; }


#conteudo .conteudo {
	padding:10px;
	width:735px;
	clear:both;
	text-align:justify;
}

#conteudo h3 {
	color:#007082;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}

#conteudo h4 {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
}

#conteudo h4.lista {
	font-weight:bold;
	margin:0;
	margin-right:10px;
	float:left;
}


#conteudo ul {
	margin-left:30px;
	list-style-image:url(../imgs/li.jpg);
}

#conteudo ul li { line-height:1.7em; }

#conteudo ul.lista {
	margin-left:30px;
	list-style-image:url(../imgs/li.jpg);	
}
#conteudo ul.lista li { display:inline; margin-right:10px; }

/* TABELAS */

#conteudo table.tabela {
	width:100%;
	padding:1px;
}

#conteudo table.tabela td {
	padding:2px;
}
#conteudo table.tabela tr.linha {
	background-color:#D7D2BD;
}
#conteudo table.tabela tr.linha2 {
	background-color:#EAE8DB;
	font-weight:bold;
}

#conteudo thead {
	background-color:#fff;
	font-weight:bold;
	font-size:13px;
}

#conteudo .coluna {
	width:45%;
	float:left;
	padding-right:5%;
}