﻿/*
SETA IMÓVEIS - estilo.css
Folha de Estilo Principal
Por Vinicius
*/

/* -------- IDS -------- */

#topo {text-align:right; background:url(../img/bg-topo.jpg) repeat-x; height:310px; font-size:30px; color:#767676; padding-top:36px;}
#topo .ddd { font-size:24px; }
#topo .flash { padding-top:5px; }

#topo .topo_int {height:224px;}

#menu { padding:30px 0; font-size:18px;}
#menu a {  margin:0 15px; text-decoration:none; color:#7b7a7a;}
#menu a:hover { color:#e77817; }

#lateral {width:198px; float:left; border:1px solid #dcdcdc; min-height:680px;}
#lateral .busca { padding-top:12px; margin-left:25px;}
#lateral .noticias { margin:0 18px;}
#lateral .noticias a { color:#e77817; font-size:12px; margin:0; text-decoration:none; font-weight:bold;}
#lateral .noticias a:hover { text-decoration:underline; }

#lateral .menu-busca a { background:url(../img/bg-menu.jpg) no-repeat top; height:15px; display:block; padding:7px 13px; font-size:13px; color:#5b5b5b; text-decoration:none; font-weight:bold; margin:8px 0; }
#lateral .menu-busca a:hover { background:url(../img/bg-menu.jpg) no-repeat bottom; color:#FFF; }


#lancamento { border-bottom:5px #959595 solid; height:177px; font-size:12px; margin-bottom:15px;} 
#lancamento .descricao { margin-left:250px; margin-right:30px;}
#lancamento .descricao h1 { padding-left:0; }

#conteudo {margin-left:230px; font-size:12px;}

#conteudo #destaques a { text-decoration:none; font-size:12px; }
#conteudo #destaques a:hover { text-decoration:underline; }
#conteudo #destaques img { border:2px solid #cacaca; }
#conteudo #destaques img:hover { border-color:#000; }
#conteudo #destaques td {width:33%; vertical-align:top;}

#rodape {clear:both; background:url(../img/bg-rodape.jpg) repeat-x; height:210px; color:#FFF; padding-top:22px;}
#rodape .tags { color:#5b5b5b; padding:20px 50px 20px 110px; }
#rodape .endereco {padding-top:30px;}
#rodape .direitos { font-size:12px; font-weight:bold; }
#rodape .creditos {text-align:right; font-size:10px; margin-top:30px; font-family:Verdana, Geneva, sans-serif;}
#rodape .creditos a {text-decoration:none; color:#FFF;}
#rodape .creditos a:hover {color:#333;}

/* ------- CLASSES ------- */

.saiba a { text-decoration:none; font-style:italic; }
.saiba a:hover { font-weight:bold; }

.voltar {}

.preco { margin:0; color:#717171; padding-left:10px;}

.resultado .tit {background-color:#E77817; font-weight:bold; color:#fff; text-align:center; }
.resultado .tit td { border-bottom:none; }
.resultado tr td {border-bottom:1px solid #333;}
.resultado tr:hover { background-color:#CCC; }

.imovel_detalhes {background-color:#fff; border:none; font-size:12px;}
.imovel_detalhes .tit {background-color:#E77817; font-weight:bold; color:#fff; text-align:center;}
.imovel_detalhes .atributo {background-color:#f0f0f0; font-weight:bold;}
.imovel_detalhes td {}

/* ------- TAGS ------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5b5b5b;
	margin:0;
}

hr { border:solid #CCC; }

h1 { color:#e77817; font-size:18px; margin:0; font-weight:normal; padding-left:20px; margin-bottom:10px;}

h2 {}

h3 { color:#e77817; font-size:12px; margin:0;}

a {color:#5b5b5b; text-decoration:underline}
a:hover {text-decoration:none}

a img {border:none}

form {margin:0;}

div.int {width:950px; margin:0 auto;}
