* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #DCDCDC;
	text-align:center;
}

img { border:0px; }
.c { clear:both; font-size:0px; height:0px; }

#geral {
	width:770px;
	margin:0px auto;
	background:#fff;
	text-align:left;
	border-left:2px solid #ccc;;
	border-right:2px solid #ccc;;
}

#topo {
	height:88px;
	border-bottom:2px solid #4a586c;
	background:transparent url(/images/topo_fundo.jpg) top center repeat-X;
	font-size:8pt;
}

#topo h1 a {
	width:251px;
	height:72px;
	background:transparent url(/images/topo_logo.jpg) top center no-repeat;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	top:10px;
	left:27px;
	float:left;
}

#topo #menu1 {
	width:420px;
	height:25px;
	float:right;
/* 	background:red; */
	position:relative;
	top:5px;
	right:10px;
}

#topo ul#menu1, #topo ul#menu1 li { list-style-type:none; }

#topo #menu1 li {
	float:left;
	margin-right:16px;
}

#topo #menu1 #menu1-4 {
	margin-right:0px;
}

#topo #menu1 a {
	color:#1a1a1a;
	text-decoration:none;
}

#topo #menu1 a:hover {
	color:#000000;
	text-decoration:underline;
/* 	border-bottom:2px solid #000; */
}


#topo #menu2 {
	width:464px;
	height:25px;
	background:transparent url(/images/topo_menu2.gif) top right no-repeat;
	float:right;
	position:relative;
	top:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
/* 	padding:5px 0px 0px 18px; */
}

#topo ul#menu2, #topo ul#menu2 li { list-style-type:none; }

#topo #menu2 li {
	float:left;
	margin-left:15px;
	_margin-left:12px;
	margin-top:5px;
}

#topo #menu2 #menu2-6 {
	margin-right:0px;
}

#topo #menu2 a {
	color:#ffffff;
	text-decoration:none;
}

#topo #menu2 a:hover {
	color:#ffffff;
	text-decoration:underline;
/* 	border-bottom:2px solid #000; */
}



#conteudo {
	padding:0px 5px;
	font-size:9pt;
/* 	background:red; */
}

div#conteudo a {
	color:#162d50;
	text-decoration:none;
	font-weight:bold;
	font-size:0.95em;
}

div#conteudo a:hover {
	color:#10223C;
	text-decoration:underline;
}

#conteudo-esq {
	float:left;
	width:560px;
/* 	background:red; */
}

#conteudo-dir {
	float:right;
	width:195px;
/* 	background:#eeeeee; */
}

div#conteudo h1, div#conteudo h2, div#conteudo h3, div#conteudo h4 {
	color:#00325b;
	padding:3px 3px 3px 5px;
	margin-top:10px;
	margin-bottom:15px;
/* 	border-bottom:1px solid #00325b; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:#e5e5e5 url(/images/titulos_borda_bot.gif) bottom center repeat-X;
}

div#conteudo h1 { font-size:1.6em; text-transform:uppercase; }
div#conteudo h2 { font-size:1.4em; text-transform:uppercase; }
div#conteudo h3 { font-size:1.2em; }
div#conteudo h4 { font-size:1em; }

div#conteudo ul, div#conteudo ol, div#conteudo li {
	margin-left:15px;
}

div#conteudo ul, div#conteudo ol {
	margin-bottom:15px;
}

div#conteudo p {
	text-align:justify;
	line-height:1.65em;
	_line-height:1.55em;
	margin-bottom:15px;
}

div#conteudo p small {
	font-weight:bold;
	color:#333;
}

div#conteudo .tit-sec {
	border-bottom:1px solid #808080;
	color:#808080;
	text-align:center;
	display:block;
	font-size:1.2em;
	margin-top:30px;
	margin-bottom:30px;
	text-transform:uppercase;
}

div#conteudo .tit-sec1 {
	border:0px;
}

#conteudo .img-esq {
	float:left;
/* 	border:1px solid #808080; */
	padding:2px;
	margin:5px 5px 5px 0px;
	background:#eee;
}

#conteudo .img-dir {
	float:right;
/* 	border:1px solid #808080; */
	padding:2px;
	margin:5px 0px 5px 5px;
	background:#eee;
}

/*#conteudo1 form { padding:10px; text-align:left; color:#333; margin:5px 10px 15px 10px; }*/
#conteudo form { text-align:left; color:#333; margin-bottom: 15px; }
#conteudo form .input-text { font-size:9pt; border:1px solid #666; padding:3px; width:490px; margin-bottom:0px; }
#conteudo form .input-text1 { font-size:9pt; border:1px solid #666; padding:3px; margin-bottom:0px; }
#conteudo form .input-text:focus, #conteudo form .input-text1:focus { background:#eeeeee; border:2px solid #808080; padding:2px; }
#conteudo form label {
	font-weight:bold;
	font-size:9pt;
	display:block;
	cursor:pointer;
	margin-top:10px;
}

#conteudo fieldset {
	border:1px solid #ccc;
	margin:15px 10px;
	padding:1px 10px 10px 10px;
}

#conteudo legend {
	text-align:center;
	padding:5px 10px;
	margin-left:15px;
	font-size:8pt;
	font-weight:bold;
	color:#666;
}

table {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:12px;
	margin-bottom:15px;
}

table caption {
	background:#ccc;
	color:#000000;
	font-weight:bold;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 3px;
	font-size:12pt;
}

table th {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 3px;
	background:#DDDDDD;
	font-weight:bold;
	vertical-align:top;
	color:#4a4a4a;
}

table td {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 3px;
	vertical-align:top;
}

table .fundo-cinza { background:#eee; }

table.tabela-sem-borda, .tabela-sem-borda th, .tabela-sem-borda td {
	border:0px;
}


#pesquisa-lateral {
	width:195px;
	height:275px;
	background:transparent url(/images/pesquisa.jpg) top center no-repeat;
}

#pesquisa-lateral form {  margin:0px; padding:5px; }

#pesquisa-lateral form label { color:#666; }

#pesquisa-lateral .pesquisa-lat-campo {
	border:1px solid #ccc;
	padding:2px;
	_padding:0px;
	display:block;
	font-size:8pt;
	color:#000;
	background:white;
}

#pesquisa-lateral .pesquisa-lat-campo-sel {
	width:167px;
	border:1px solid #ccc;
	background:white;
}

#pesquisa-lateral #searchterms_citie_id {
	position:relative;
	top:60px;
	left:12px;
}

#pesquisa-lateral #searchterms_categorie_id {
	position:relative;
	top:80px;
	left:12px;
}

#pesquisa-lateral #searchterms_range {
	position:relative;
	top:100px;
	left:12px;
}

#pesquisa-lateral #searchterms_submit {
	position:relative;
	top:106px;
	_top:109px;
	left:111px;
	border:none;
	background:none;
	text-indent:-9999px;
/* 	overflow:hidden; */
	display:block;
	width:68px;
	height:18px;
	cursor:pointer;
	font-size: 0;
	color: #ccc;
	text-align: right;
}

#pesquisa-lateral input#searchref_reference {
	position:relative;
	top:131px;
	_top:134px;
	left:12px;
	width:135px;
	height:17px;
}

#pesquisa-lateral #searchref_submit {
	position:relative;
	top:108px;
	_top:112px;
	left:159px;
	border: 0 none;
	background:none;
	text-indent:-9999px;
/* 	overflow:hidden; */
	display:block;
	width:20px;
	height:21px;
	cursor:pointer;
	font-size: 0;
	color: #ccc;
	text-align: right;
}



#conteudo-dir #links-botoes {
	text-align:center;
}

#conteudo-dir #links-botoes a {
	margin-bottom:5px;
	display:block;
}

#conteudo-dir #corretores {
	margin:5px;
}

#conteudo-dir #corretores .corretor {
	margin:10px 0px;
	border:1px solid #ccc;
	padding:3px;
	font-size:8.5pt;
	line-height:1.5em;
}

#conteudo-dir #corretores .corretor a {
	font-weight:normal;
	color:#4a4a4a;
}

#conteudo-dir #corretores .corretor img {
	float:left;
	margin:0px 3px 0px 0px;
}

#conteudo-dir #corretores .corretor strong {
	font-family: "arial narrow", sans-serif; /* monospace;*/
	color:#333;
	font-size:9.5pt;
}

#conteudo-dir #corretores .corretor span {
	font-family: "arial narrow", sans-serif; /* monospace;*/
	font-size:9.5pt;
}

#buildings { margin-bottom:15px; }

div#conteudo-esq .pesq-imovel-lst {
	width:180px;
	height:240px;
	background:transparent url(/images/painel_imovel.gif) top center no-repeat;
	color:#29405a;
	font-style:normal;
	margin:0px 2px 25px 3px;
	float:left;
}

div#conteudo-esq .pesq-imovel-tit3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	margin:0px;
	padding:3px 0px 0px 5px;
	border:0px;
	height:17px;
	display:block;
	font-style:normal;
	background:none;
}

div#conteudo-esq .pesq-imovel-img {
	margin:1px 0px 1px 3px;
}

div#conteudo-esq .pesq-imovel-p {
	margin: 0px 5px 3px 5px;
	line-height:1.1em;
	_line-height:1.05em;
	font-size:8pt;
}

.contact-errors {
	display:block;
	background:#FFC0C0;
	padding:3px;
	color:#800000;
	border:1px solid #800000;
	font-weight:bold;
	width:300px;
	margin-top:5px;
}

.pagination {
	border-top:2px solid #ccc;
	padding:5px;
	margin:10px 5px;
}

.pagination .current {
	text-decoration:underline;
}

#build-detail-img {
	background:#eee;
	padding:5px;
	width:345px;
	height:260px;
	text-align:center;
	float:left;
	margin:0px 0px 10px 0px;
	_margin:0px 0px 20px 0px;
	border:1px solid #ccc;
}

#build-details {
	background:#eee;
	border:1px solid #ccc;
	padding:5px;
	width:180px;
	height:260px;
	_height:262px;
	float:right;
	margin:0px 0px 10px 0px;
	_margin:0px 0px 20px 0px;
	color:#333;
	line-height:1.95em;
}

#build-details {
	font-size:8pt;
	letter-spacing:-0.025em;
	text-align:left;
}

#build-details small {
	font-size:7.5pt;
	font-weight:bold;
	width:78px;
	height:17px;
	display:block;
/* 	background:white; */
	float:left;
}

#build-images {
	margin-bottom:15px;
}

#build-images .img-list {
	background:#eee;
	padding:3px;
	width:174px;
	height:130px;
	text-align:center;
	float:left;
	margin:0px 2px 15px 2px;
	border:1px solid #ccc;
}

#plantao {
	text-align:center;
	margin:3px 0px 6px 2px;
}

#invertido {
	text-align:center;
	margin:10px 0px 15px 2px;
}

#outras-imagens {
	position:absolute;
	z-index:1;
	background:#C3C3C3;
	border:1px solid #fff;
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;*/
	padding:3px;
	font-size:7.5pt;
	top:407px;
	margin-left:5px;
}


#link-topo {
	line-height:1.8em;
	float:right;
	font-size:7pt;
	color:#ccc;
	width:90px;
	display:block;
	text-align:right;
	position:relative;
	top:-3px;
}
#link-topo a { color:#666; text-decoration:none; }
#link-topo a:hover { color:#333; text-decoration:underline; }

/*#megainternet {
	float:right;
	position:relative;
	top:25px;
}*/


#rodape {
	border-top:2px solid #4a586c;
	height:30px;
	background:#eeeeee;
	font-size:7pt;
	color:#4a4a4a;
	padding:5px;
}

#rodape a { color:#4a4a4a; text-decoration:none; }
#rodape a:hover { color:#000; text-decoration:underline; }

address { font-style:normal; }


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0px;
padding-bottom: 0;
background: #A0A0A0;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 10px Tahoma;
border:3px solid #808080;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
/* font: bold 10px Tahoma; */
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #fff;
padding: 5px;
z-index: 5;
}