/* - - - - - - - - Configurações Gerais  - - - - - - - - */
* {
    font-family: arial, helvetica, verdana;
    font-size: 11px;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    color: #828282;
    list-style: none;
    vertical-align: text-top; 
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
}
body {
   width: 100%;
   background: url(../images/fundo.jpg) repeat-y  center top;
   text-align: center;
}
img {
	border: none;
    vertical-align: middle;
}
h2 {
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
}
input.botao { 
    padding-left: 10px;
    padding-right: 0px;
    color: black;
}

/* 1. Estrutura Geral - - - - - - - - - - - - - */
#struct {
   width: 760px;
   height: 100%;
   display: block;
   margin: auto;
   background-color: white;
}

/* 9. Div complementar - - - - - - - - - - - */
#struct-adicional1 { 
    width: 39px;
    height: 220px;
    background: url(imagem2.jpg);
    float: left;
}

/* 1.3. Menu / Pesquisa - - - - - - - - - - - - - - - - */
#struct-menu-busca {
   width: 160px;
   float: left;
   margin-top: 5px;
   background-color: white;
   padding-top: 10px;
}

/* 1.3.1. Menu Ítens - - - - - - - - - - - - - - */
#struct-menu {
   float: left;
   clear: left;
   width: 100%;
   padding-bottom: 7px;
}
#struct-menu li { /* ítem do tipo Padrão */
   width: 90%;
   margin-left: 5px;
   margin-top: 4px;
   float: left;
   clear: left;
}
#struct-menu li.padrao { /* ítem do tipo Padrão */
   font-weight: normal;
   border-bottom-color: #EEEEEE;
   border-bottom-style: dashed;
   border-width: 0px 0px 1px 0px; 
}

#struct-menu li.titulo { /* ítem do tipo Título */
   font-weight: bold;
   width: 100%;
   margin-left: 0px;
   margin-top: 7px;
   text-indent: 5px;
}
  
/* 1.3.2. Menu Busca - - - - - - - - - - - - - - */

#struct-busca {
   float: left;
   clear: left;
   width: 160px;
   background-color: #EEEEEE;
}
#struct-busca li { 
	float: left;
    clear: left;
    margin-left: 3px;
    width: 95%;
}

#struct-busca li.titulo { /* Título da busca */
   width: 100%;
   margin-left: 0px;
   background-color: white;
   font-weight: bold;
   text-indent: 5px;
}

#struct-busca li.label { /* Labels dos campos */
   color: white;
}
#struct-busca li.input { /* Inputs dos campos */
}
#struct-busca select { /* Leitura */
   width: 100%;
   border: none; 
}
#struct-busca li.botao { /* Botao buscar */
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
}

/* 1.2.2. Busca Codigo - - - - - - - - - - - - - - */

#struct-codigo {
   float: left;
   clear: left;
   width: 160px;
   background-color: #EEEEEE;
}
#struct-codigo li.titulo { /* Título da busca */
   width: 100%;
   padding-top: 10px;
   margin-left: 0px;
   background-color: white;
   font-weight: bold;
   text-indent: 5px;
}
#struct-codigo li.label { /* Labels dos campos */
    display: block;
	float: left;
    width: 80px;
    margin-top: 5px;
    margin-left: 3px;
   color: white;
    vertical-align: middle;
}
#struct-codigo li.input { /* Inputs dos campos */
    display: block;
	float: left;
    width: 60px;
    margin-top: 5px;
}
#struct-codigo li.botao { /* Botao buscar */
   float: left;
   clear: left;
   margin-left: 3px;
   width: 95%;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
}

/* 1.1. Cabeçalho - - - - - - - - - - - - - */
#struct-cabecalho {
    width: 560px;
    height: 220px;
    float: left;
    background: url(imagem1.jpg) no-repeat;
}
#struct-cabecalho img { /* Logo da Imobiliária */
	margin-top: 10px;
    margin-left: 7px;
}
#struct-cabecalho h1 { /* Nome da imobiliária */
    font-size: 20px;
    margin-top: 25px;
    margin-left: 12px;
    color: white;
}
#struct-cabecalho span { /* CRECI */
    display: block;
    font-size: 14px;
    color: white;
}

/* 1.3. Slide - - - - - - - - - - - - - - */
#slide-destaques {
	float: right;
	width: 547px;
	height: 230px;
	background: none;
}
.slide-box2 {
	float: right;
	width: 547px;
	height: 220px;
	padding-top: 10px;
    display: none;
}
.slide-box2 img {
   position: absolute;
   top: 0px;
   left: 10px;
}
.slide-box {
	float: right;
	width: 547px;
	height: 200px;
    background-color: #333333; 
    background-position: 45px 0px;
    background-repeat: no-repeat;
    display: none;
}
.slide-box h2 {
   display: block;
   clear: right;
   float: right;
   width: 350px;
   margin-right: 10px;
   background: url(../images/slide-fundo-texto1.png);
   _background: url(../images/slide-fundo-texto1.gif);
   color: white;
   text-align: right;
   font-size: 170%;
   font-weight: normal;
}
.slide-box p {
   display: block;
   float: right;
   clear: right;
   width: 350px;
   margin-right: 10px;
   background: url(../images/slide-fundo-texto1.png);
   _background: url(../images/slide-fundo-texto1.gif);
   font-size: 130%;
   color: white;
   text-align: right;
}

.slide-box p.valor {
   margin-top: 10px;
   width: 280px;
   font-size: 170%;
}


/* 1.2. Conteúdos - - - - - - - - - - - - - - */
#struct-conteudo {
	width: 535px;
	min-height: 200px;
	height: 100%;
	float: right;
    border: 6px solid; 
    border-color: #CCE29D;
    overflow: hidden; 
}

/* 1.2.2. Conteúdos do tipo contato - - - - - - - - - - - - - */

#conteudo-contato {   /* Formulatio de contato */
	margin: 10px 10px 10px 10px;
}	
#conteudo-contato h3 { }
.vcard {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}	
#conteudo-contato form { }
#conteudo-contato table { } 
#conteudo-contato td.label {
   padding-right: 3px;
   vertical-align: middle;
   text-align: right;
}
#conteudo-contato td.input { 
   text-align: left;
}
#conteudo-contato td.botoes { 
   padding-top: 5px;
   text-align: center;
}
#conteudo-contato .botao { } /* INPUT Botao

/* 1.3.2. Conteúdos do tipo cadastro de imóvel - - - - - - - - - - - - - */

#conteudo-cadastro {   
	margin: 10px 10px 10px 10px;
}	
#conteudo-cadastro h3 { }   /* Título */
#conteudo-cadastro p { margin-top: 10px; font-weight: bold;}   
#conteudo-cadastro form { } /* Formulario para e-mail */
#conteudo-cadastro table { } 
#conteudo-cadastro td.label {
   padding-right: 3px;
   vertical-align: middle;
   text-align: right;
   width: 120px;
}
#conteudo-cadastro td.input { 
   text-align: left;
}
#conteudo-cadastro td.botoes { 
   padding-top: 5px;
   text-align: center;
}
#conteudo-cadastro .botao { } /* INPUT Botao */

/* 1.2.3. Conteúdos do tipo listagem simples - - - - - - - - - - - - - */
/* 1.3.2. Conteúdos do tipo contato - - - - - - - - - - - - - */

#conteudo-contato {   /* Formulatio de contato */
	margin: 10px 10px 10px 10px;
}	
#conteudo-contato h3 { }   /* Título */

.vcard {                   /* Dados da imobiliária */
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}
#conteudo-contato .tel {
    display: block; 
    clear: left;
}	
#conteudo-contato .site {
    display: block;
    clear: left;
}

#conteudo-contato form { } /* Formulario para e-mail */
#conteudo-contato table { } 
#conteudo-contato td.label {
   padding-right: 3px;
   vertical-align: middle;
   text-align: right;
}
#conteudo-contato td.input { 
   text-align: left;
}
#conteudo-contato td.botoes { 
   padding-top: 5px;
   text-align: center;
}
#conteudo-contato .botao { } /* INPUT Botao


/* 1.3.3. Conteúdos do tipo listagem de imoveis - - - - - - - - - - - - */

#conteudo-listagem {   
	margin: 10px 10px 10px 10px;
}	
.imovel-par {}   /* DIV envolocro do imovel de numero par */
.imovel-impar {} /* DIV envolocro do imovel de numero impar */
.imovel-par, .imovel-impar {  
   width: 520px; 
   float: left;
   margin-bottom: 2px;
   border-top: 1px solid #CCCCCC; 
}
.imovel .foto { /* Foto miniatura do imóvel */
   width: 70px;
   min-width: 70px; 
   min-height: 55px;
   float: left;
   overflow: hidden;
   text-align: center;
   background: url("../images/fotoVazioMini.gif") center no-repeat;
}
.imovel .foto img { 
   width: 70px;
}
.imovel .detalhe { /* Detalhes do imovel (endereco, descricao e valor) */
   width: 80%;
   height: 80%;
   float: left;
   padding-left: 5px;
}
.imovel .detalhe h3 { /* Endereço do imovel */
   text-align: left;
   font-weight: normal;
   text-decoration: underline;
   margin-bottom: 3px;
}
.imovel .detalhe p { /* Descricao do imovel */
   text-align: left;
}
.imovel .valor { /* Valor do imovel */
   clear: right;
   float: right;
   padding-right: 2px;
   font-weight: bold;
}
#conteudo-listagem-destaques {   
	margin: 10px 10px 10px 10px;
}	
#conteudo-listagem-destaques .imovel-par {}  /* DIV envolocro do imovel destacado de numero par */
#conteudo-listagem-destaques .imovel-impar { /* DIV envolocro do imovel destacado de numero impar */
   clear: left;
   margin-right: 10px;
}
#conteudo-listagem-destaques .imovel {
   width: 235px;
   height: 170px; 
   float: left;
   padding: 5px;
   border: 1px solid #CCCCCC; 
   margin-bottom: 10px;
   overflow: hidden;
}
#conteudo-listagem-destaques .imovel .foto { /* Foto miniatura do imóvel */
   width: 125px;
   padding-bottom: 10px;
   float: left;
}
#conteudo-listagem-destaques .imovel .foto img { 
   width: 120px;
}
#conteudo-listagem-destaques .imovel .detalhe { /* Descricao do imovel */
   width: 228px;
}

#navegacao {
   margin-top: 10px;
   margin-bottom: 20px;
   width: 100%;
   float: left;
   text-align: center; 
   vertical-align: middle;
}

#pag-ant, #pag-prox {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}

.pag-atual, .pag-int, .pag-pontos {
  padding: 1px 2px 1px 2px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  display: inline;
  vertical-align: middle;
}
.pag-atual {
  background-color: #FFEEE4;
}
.pag-int {
  background-color: #EAF9E4;
}

#msg-erro {
    margin-top: 50px;
    text-align: center; 
    margin-bottom: 15px;
}

/* 1.2.3. Conteúdos do tipo listagem destacados - - - - - - - - - - - - */
#conteudo-destacado {  /* Destaques e Lancamentos */
	margin: 5px 5px 5px 5px;
}	
/* 1.2.4. Conteúdos do tipo detalhes do imóvel   - - - - - - - - - - - */
#conteudo-imovel {  /* Detalhes do imóvel */
	margin: 5px 5px 5px 5px;
}	
#conteudo-imovel h3 {
	float: left;
	clear: left;
	margin-top: 6px;
	width: 99%;
	border-bottom: 1px solid #CCCCCC; 
}
#conteudo-imovel dl {
	width: 500px;
	margin: 3px;
}
#conteudo-imovel dt {
	width: 100px;
	float: left;
	padding: 2px;
	text-align: right;
}

/* commented backslash hack for mac-ie5 */
#conteudo-imovel dt { clear: both; }
/* end hack */

#conteudo-imovel dd {
	float: left;
	width: 390px;
	margin: 0 0 0 0;
	padding: 2px;
}
#conteudo-imovel img {
	padding: 5px 5px 0px 0px;
}
#conteudo-imovel p {
	width: 90%;
    float: left;
}

/* ------------ Detalhe Fotos ----------------------------- */
#imagens {
   width: 500px;
   height:90px;
   float: left;
   margin-bottom: 15px;
}
#imagens #seta-esquerda  { float: left; margin-top: 15px; }  
#imagens #seta-direita  { float: left; margin-top: 15px;}    

#imagens #carousel {
   width: 420px;
   height: 90px;
   overflow: hidden; 
   float: left;
}

#imagens #carousel ul {
   width: 420px; 
   height: 90px; 
   float: left; 
   overflow: hidden;
}

#imagens #carousel li {
   display: block;
   width: 100px;
   height: 90px;
   float: left;
   overflow: hidden;
   padding: 0px;
   margin: 0px 5px 0px 0px;
}

#imagens #carousel li img {
}

/* Conteúdos do tipo texto - - - - - - - - - - - - - - */

#conteudo-texto {     /* Textos HTML  */
	margin: 10px 10px 10px 10px;
}	
#conteudo-texto p { 
	margin: 7px 0px 7px 0px;
}	

/* Conteúdos do tipo listagem categoria - - - - - - - - - - - - */

.conteudo-categoria {   
    float: left;
	margin: 10px 10px 10px 10px;
}	
.conteudo-categoria .lista {}
.conteudo-categoria .item-com-img, .conteudo-categoria .item-sem-img {
    float: left;
    clear: left;
    width: 99%;
    margin-top: 8px;
}
.conteudo-categoria .item-com-img img {
    float: left;
    clear: left;
    margin-right: 8px;
}
.conteudo-categoria .item-com-img h3 {
    display: block;
    width: 360px;
    float: left;
}
.conteudo-categoria .item-com-img p {
    display: block;
    width: 360px;
    float: left;
}
.conteudo-categoria .item-sem-img h3 {
}
.conteudo-categoria .item-sem-img p {
}

/* Formulario de Login - - - - - - - - - - - - - - */

#conteudo-login {     /* Textos HTML  */
	margin: 10px 10px 10px 10px;
}	
#conteudo-login p { 
	margin: 15px 0px 15px 20px;
}	
#conteudo-login #dados { 
	margin: 15px 0px 7px 0px;
}	
	
/* 1.4. Rodapé - - - - - - - - - - - - - */
#struct-rodape {}

/* 1.9. Estrutura adicionais para uso do designer  - - */
/* #struct-adicional1 { display: none; } Usado acima */
#struct-adicional2 { display: none; }
#struct-adicional3 { display: none; }
#struct-adicional4 { display: none; }
#struct-adicional5 { display: none; }
#struct-adicional6 { display: none; }
#struct-adicional7 { display: none; }
#struct-adicional8 { display: none; }
#struct-adicional9 { display: none; }

/* - - - - - - - - - - Fim - - - - - - - - - - - - - - - - - */
