/*****************************************
	GENÉRICOS
*****************************************/

h1, h2, h3 {
	font:  small Georgia, "Palatina Linotype", Baskerville, "Times New Roman", Times, Serif;
	color: #a25036;
	border-bottom: 1px solid #e1c4b4;
}
img, fieldset, table {
	border: 0;
}
a {
	color: #817d68;
	text-decoration: none;
}
a:hover {
	color: #c56242;
	text-decoration: underline;
}
.escondido {
	display: none;
	cursor:pointer;
	visibility: hidden;
	text-indent: -10000px;
}

/*****************************************
	GLOBAL
*****************************************/

* {
	margin: 0;
	padding: 0;
}
/*
html, body {
	height: 100%;
}
* html #containner {
	height: 100%;
}
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:  #817d68;
	line-height:  1.5em;
	background:  #f1f0e6 url(../imagens/bg.png) repeat-x;
}
#containner {
	width: 898px;
	padding: 0 15px 50px 15px;
	margin: 0 auto;
	background: url(../imagens/bg_containner.png) center top no-repeat;
	display: table !important;
	/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	*/
	position: relative;
	z-index: 2;
}
#conteudo-principal {
	width: 712px;
	/*position: relative;
	left: 0;*/
	float: left;
}
#conteudo-secundario {
	width: 170px;
	float:left;
	/*position: relative;
	right: 0;
	float: right;
	margin-left: 16px;
	display: inline;*/
}

/*****************************************
	TOPO
*****************************************/

#topo {
	position:relative;
	height: 90px;
	z-index: 1000;
}
#portal {
	width: 210px;
	height: 80px;
	float: left;
	display: inline;
	margin: 5px 0 0 20px;
}
html>body #portal {	
	background:  url(../imagens/logo_portal.png) no-repeat;	
}
ul#box {
	position: absolute;
	right: 20px;
	height: 24px;
	background: #e58668;
	top: 3px;
	list-style-type: none;
	float: right;
}
ul#box li {
	float: left;
	display: inline;
	margin-right: 15px;
}
ul#box li a {
	float: left;
}
ul#box input.campo-pesquisa {
	color: #817d68;
	border: 1px solid #db8367;
	background: #ebdccf;
	padding: 2px 0 4px 5px;
}
ul#box input#botao-pesquisa {
	padding: 0;
	border: none;
	margin: 0;
	width: 58px;
	height: 21px;
}
ul#box li.busca {
	margin-right: 3px;
	margin-left: 5px;
}
ul#box li.bt-busca {
	margin-right: 0;
	padding: 0;
	/*padding-right: 4px;*/
}
#box a {
	color: #FFF;
	margin: 5px 0 0;
	float: left;
	text-decoration: none;
}
#box a:hover {
	color: #FFF;
	text-decoration: underline;
}
#id-usuario {
	position: absolute;
	top: 40px;
	float: right;
	right: 20px;
	color: #f4e0da;
}
#id-usuario a {
	color: #FFF;
}

/*****************************************
	MENU PRINCIPAL
*****************************************/

ul#menu {
	float: right;
	position: relative;
	z-index: 2;
	right: 20px;
}
ul#menu li {
	list-style: none;
	overflow: hidden;
	display: inline;
}
ul#menu li a {
	float: left;
	padding:0 1px;
	overflow: hidden;
	display: block;
	height: 26px;
}
ul#menu li a img {
	visibility: hidden;
	display: block;
}
ul#menu li#mn-sobre a {
	width: 97px;
	background: url(../imagens/mn_sobre.png) no-repeat;
}
ul#menu li#mn-sobre a:hover {
	background-position: 0 -26px;
}
ul#menu li#mn-bens a {
	width: 119px;
	background: url(../imagens/mn_bens.png) no-repeat;
}
ul#menu li#mn-bens a:hover {
	background-position: 0 -26px;
}
ul#menu li#mn-pesquisa a {
	width: 66px;
	background: url(../imagens/mn_pesquisa.png) no-repeat;
}
ul#menu li#mn-pesquisa a:hover {
	background-position: 0 -26px;
}
ul#menu li#mn-cadastro a {
	width: 85px;
	background: url(../imagens/mn_cadastro.png) no-repeat;
}
ul#menu li#mn-cadastro a:hover {
	background-position: 0 -26px;
}
ul#menu li#mn-login a {
	width: 47px;
	background: url(../imagens/mn_login.png) no-repeat;
}
ul#menu li#mn-login a:hover {
	background-position: 0 -26px;
}
ul#menu li#mn-faleconosco a {
	width: 90px;
	background: url(../imagens/mn_faleconosco.png) no-repeat;
}
ul#menu li#mn-faleconosco a:hover {
	background-position: 0 -26px;
}
ul#menu li#mn-meusdados a {
	width: 82px;
	background: url(../imagens/mn_meusdados.png) no-repeat;
}
ul#menu li#mn-meusdados a:hover {
	background-position: 0 -26px;
}

/*****************************************
	BOX CHAMADAS LATERAIS
*****************************************/

div.box {
	position:relative;
	top:10px;
	width: 170px;
	margin:0 0 5px 0;
}
div.box h2 {
	width: 160px;
	position: relative;
	left: 10px;
	padding-top: 10px;
}
div.box div p {
	color: #FFF;
	margin: 10px 10px 20px 10px;
}
a.box-link {
	font:  small Georgia, "Palatina Linotype", Baskerville, "Times New Roman", Times, Serif;
	padding: 3px 0 3px 5px;
	margin-left: 10px;
	display: block;
	position: relative;
	bottom: 10px;
}
a.box-link:hover {
	text-decoration: none;
}

/*****************************************
	FUNDO
*****************************************/

.column {
	width: 50%;
	position: absolute;
	z-index:1;
	top: 0;
}
.direita {
	right: 0;
}
.esquerda {
	left: 0;
}
#direita, #esquerda {
	height: 240px;
}
#direita {
	background: url(../imagens/bg_right.png) top left no-repeat;
}
#esquerda {
	background: url(../imagens/bg_left.png) top right no-repeat;
}

/*****************************************
	RODAPE
*****************************************/

#footer {
	background: url(../imagens/bg_sombra_footer.jpg) repeat-x;
	/*
	background-color: #f6f5ec;
	margin-top: -38px;
	z-index: 4;
	position: relative;
	*/
	clear:both;
	height: 38px;
}
#footer #info {
	width: 888px;
	float: left;
	position: relative;
	left: 50%;
	overflow: hidden;
	margin-left: -449px;
	padding: 15px 15px 0 0;
}
#info a {
	float:left;
	margin: 0 15px 0 0;
}
span.links {
	display:block;
	float:left;
	position:relative;
	cursor:pointer;
	margin-right:2px;
}
span#ico-privacidade {
	width: 11px;
	height: 13px;
	background: url(../imagens/icone_privacidade.gif) no-repeat;
}
span#ico-privacidade {
	width: 11px;
	height: 13px;
	background: url(../imagens/icone_privacidade.gif) no-repeat;
}
a:hover span#ico-privacidade {
	background-position: 0 -13px;
}
span#ico-anuncie {
	top:1px;
	width: 12px;
	height: 12px;
	background: url(../imagens/icone_anuncie.gif) no-repeat;
}
a:hover span#ico-anuncie {
	background-position: 0 -12px;
}
span#ico-linksuteis {
	top:2px;
	width: 12px;
	height: 12px;
	background: url(../imagens/icone_links.gif) no-repeat;
}
span#ico-mapadosite {
	width: 13px;
	height: 13px;
	background: url(../imagens/icone_mapa.gif) no-repeat;
}
a:hover span#ico-mapadosite {
	background-position: 0 -13px;
}
span#ico-rss {
	top:1px;
	width: 12px;
	height: 12px;
	background: url(../imagens/icone_rss.gif) no-repeat;
}
a:hover span#ico-rss {
	background-position: 0 -12px;
}
a#grecodesign {
	top: 2px;
	position: relative;
	margin: 0;
	float: right;
	width: 56px;
	height: 12px;
	background: url(../imagens/v7.gif) no-repeat;
}
a#v7 {
	top: 2px;
	position: relative;
	margin: 0;
	float: right;
	width: 56px;
	height: 12px;
	background: url(../imagens/v7.gif) no-repeat;
}

/*****************************************
	DIMENSÃO DO TEXTO
*****************************************/

span.texto-mais, span.texto-menos {
	width: 13px;
	float: left;
	position: relative;
	top: 5px;
	left: 0;
	display: inline;
	margin-right: 2px;
	height: 13px;
}
span.texto-mais {
	background: url(../imagens/icone_fontmais.png) no-repeat;
}
span.texto-menos {
	background: url(../imagens/icone_fontmenos.png) no-repeat;
}


/* PESQUISA & LOGIN */

a.lbAction{
	float:right;
	margin-bottom:12px;
	display:block;
	width:60px;
	height:22px;
	margin-right:4px;
	background:url(../imagens/bt_cancelar.gif) no-repeat;
}

/* PESQUISA */

.leightbox-pesquisa {
	display: none;
	width: 336px;
	position:absolute;
	margin-top:-130px;
	margin-left:-168px;
	top:50%;
	left:50%;
	border: 4px solid #b85535;
	background-color:#FFF;
	z-index:1001;
}
h1#tit-lembrete-pesquisa{
	margin:20px 20px 10px 20px;
	padding-bottom:0.2em;
}
form#pesquisa-cadastros label{
	color:#b24f2f;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	margin-left:20px;
	margin-bottom:0.2em;
}
form#pesquisa-cadastros input#palavra-chave, form#pesquisa-cadastros input#povoado, form#pesquisa-cadastros input#distrito{
	border:2px solid #e6e5da;
	width:290px;
	margin-bottom:10px;
	margin-left:20px;
	padding:2px 0 4px 5px;
}
form#pesquisa-cadastros select{
	width:300px;
	margin-bottom:10px;
	margin-left:20px;
}

/* LOGIN */

h1#tit-lembrete-login, h1#tit-lembrete-senha{
	margin:20px 20px 10px 20px;
	padding-bottom:0.2em;
}
.leightbox-login, .leightbox-senha{
	display: none;
	width: 336px;
	position:absolute;
	margin-top:-75px;
	margin-left:-168px;
	top:50%;
	left:50%;
	border: 4px solid #b85535;
	background-color:#FFF;
	z-index:1001;
}
form#loginAdm ul#campos-login, lembrete-senha ul#campos-email{
	list-style-type:none;
	margin-bottom:15px;;
	float:left;
}
#formcadastro ul#campos-login li, #lembrete-senha ul#campos-email li{
	float:left;
	display:inline;
	margin-bottom:10px;
	margin-right:5px;
}
form#loginAdm label, form#lembrete-senha label{
	color:#b24f2f;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	margin-left:20px;
	margin-bottom:0.2em;
}
/*
form#login input#email{
	border:2px solid #e6e5da;
	width:200px;
	margin-bottom:10px;
	margin-left:20px;
	padding:2px 0 4px 5px;
}
*/
form#loginAdm input#campo-senha{
	border:2px solid #e6e5da;
	width:75px;
	margin-bottom:10px;
	margin-left:20px;
	padding:2px 0 4px 5px;
}
form#loginAdm input#email, form#lembrete-senha input#email{
	border:2px solid #e6e5da;
	width:290px;
	margin-bottom:10px;
	margin-left:20px;
	padding:2px 0 4px 5px;
}
/*
#loading {
    background: white;
    width:110px;
	height:100px;
	padding: 20px;
    border: 2px solid #B24F2F;
    display: none; 
    position: absolute;    
    left: 50%;
    top: 25%;
	z-index: 1010;
	text-align: center;
    }
*/
#loading {
    width:110px;
	height:100px;
	padding: 20px;
    border: 2px solid #B24F2F;
    display: none; 
margin-left: -20px !important;
left: 10% !important;
background: #FFF !important;
top: -14% !important;
margin-top: -20px !important;
position: relative;
margin: auto;
	z-index: 1010;
	text-align: center;
    }
