/* CSS Document */

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #DFDAC6;
	background: #000000;
	background-image:url(imagensSite/anuncio_lateral.gif);*/
	background-repeat:no-repeat;
	background-position:1px 20px;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
} 

#geral{
background-color:#FFFFFF;
}


#esquerdo {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further 
	border-style:solid;*/
	
	height:250px;
	margin-top:50px;
	
	
}


#mainContent {/*pagina central  */
	/*margin: 0 0 0 219px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	width:734px;
	float:right;
	border: 0px solid #000000;
	padding:8px;
/*	background-color:#759ABF;*/
} 
#imagem{
margin-top:30px;
margin-bottom:20px;
}

#total{
font-size:18px;

}

#cabelalho{
border: 0px solid #000000;
height:150px;
}
.div_contagem{
/*border: 1px solid #000000;
background-color:#CBDCD6;*/
background-image:url(imagensSite/fatia_contador.jpg);
text-align:center;
width:95%;
margin: 0 auto;
height:40px;
line-height:40px;
}
#conteudo{/*está servindo a pagina cadastro de imóvel */
border-style:solid;
border-width:1px;
margin-top:10px;
background-color:#CBDCD6;
padding:10px;
}

/*------regula o modelo da div das imagens-------    */
.modelo{
float:left;
/*font-size:11px;

height:250px; no ative, porque se ativa interfere no layout
border-style:solid;
border-width:2px;
border-color: #DFDAC6;
background-color:#F1F1E4;
text-align:left;
color: #999999;*/
font-family: Arial, Helvetica, sans-serif;

line-height:11px;

letter-spacing:1px;
width:181px;
margin:0px 2px 5px 0px;
height:390px;


background-image:url(imagensSite/lousa_de_imoveis.jpg);
padding-top:5px;
/*
padding-left:4px;

padding-bottom:5px;

border-style:solid;*/
}

.div_bairro{
/*background-image:url(imagensSite/background_bairro_f.gif);
color: #FFFFFF;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;*/
width:155px;

text-align:center;


/*padding-top:3px;
padding-bottom:3px;*/
height:46px;
line-height:12px;
margin:0 auto;


}

.div_imagem{/* é para controlar a div da fotogrsfia*/
width:155;
text-align:center;
margin:0 auto;
height:129px;
}


.local{
height:90px;
width:155px;
margin:0 auto;
font-size:12px;
/*border-style:solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;*/
}
.financiado{/* controla a palqvra 100% Financiável.*/
/*color:#0000FF;
border-style:solid;
font-family:Arial, Helvetica, sans-serif;
border-style:solid;
*/

margin:0 auto;
margin-top:5px;
color: #000066;
font-size:14px;
text-align:center;
font-weight:bold;
line-height:17px;
height:17px;
width:155px;

}

.propaganda{
margin:0 auto;
height:55px;
text-align:left;
width:155px;
font-size:12px;
/*border-style:solid;*/
}

.div_preco{
/*background-image:url(imagensSite/background_f.gif);
padding-top:2px;
padding-bottom:2px;
padding-left:1px;
color:#FFFFFF;
margin-bottom:1px;
margin-top:2px;
border-style:solid;*/
margin:0 auto;
width:155px;




height:15px;
line-height:15px;


font-size:12px;


}
.botoes{
/*border-style:solid;*/
width:156px;
margin:0 auto;
}

.imagen{/* Está controlando a imagens dest página e não as divs*/
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:2px;
text-align:center;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
    background-color:#000000;
}
.div_mensagem_b{
width:100%;
text-align:center;
margin:auto;
margin-top:5px;
margin-bottom:5px;
font-size:16px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
color: #CCCCCC;
/*background-color:#000000;*/
background-image:url(imagensSite/bacground_tipo_finalidade_f.jpg);
height:22px;
line-height:22px;
}



.div_geral{
/*background-color: #CCCCCC;
border-style:solid;
border-width:0px;*/
}





/* fim do modelo das imagens */

/*Paginador */

#paginacao {  /*div que conter a paginao*/

    margin: 60px 0px 10px 0px; /* define as margens em relao aos demais objetos da pgina*/

}

#paginacao p { /*formatao CSS para a tag <p>*/

    font-size: 10px; /*tamanho da fonte*/
        font-family: Trebuchet MS; /*tipo da fonte*/
        text-align:center; /*alinhamento do texto*/
        margin-top: 10px;/*margem superior*/
        margin-bottom: 10px;/*margem inferior*/
		
        /*color:#006699;cor da fonte*/
		color:#000000;
        border:none;/*define sem borda*/
        
        
}

#paginacao a { /*formatao CSS para a tag <a>*/

    border: 1px solid #000000;/*define a borda*/
        padding: 5px 8px; /*distncia da margem*/
        text-decoration: none;/*retira o underline do link*/
        color:#000000;/*cor do texto*/

}

#paginacao a:hover { /*formatao CSS para a tag <a> quando o mouse estiver sobre ela*/

    background-color: #ffffff;/*cor de fundo*/
        color:#000000;/*cor do texto*/
        padding: 5px 10px;/*distancia da margem*/
        text-decoration: none;/*retira o underline do link*/

}

/* fim do paginador   */



/*- Menu Tabs 9 orizontal------------- */
img {
border: none;
}



    #tabs9 {
      float:left;
      width:100%;
      font-size:12px;;
      border-bottom:0px solid #F45551;
      line-height:normal;
	  /*background-color: #666666;*/
      }
    #tabs9 ul {
          margin:0;
          padding:10px 10px 0 85px;
          list-style:none;
      }
    #tabs9 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs9 a {
      float:left;
      background:url("tableft9.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs9 a span {
      float:left;
      display:block;
      background:url("tabright9.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
      background-position:100% -42px;
      }

      #tabs9 #current a {
              background-position:0% -42px;
      }
      #tabs9 #current a span {
              background-position:100% -42px;
      }
	  
	  /* ------------------ fim do menu 9-------------------- */
	  
	  
	  
	  
/*- Menu Tabs 10 Verticalestá fazendoo menu vertical acima do menu select é igual ao menu 9 mas dá a liberdade de regular --- */
    #tabs10 {
      float:left;
      width:100%;
      font-size:12px;;
      border-bottom:0px solid #F45551;
      line-height:normal;
	  /*background-color: #666666;*/
      }
    #tabs10 ul {
          margin:0;
          padding:10px 10px 0 35px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft9.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright9.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }
	  
	  /* ------------------ fim do menu -------------------- */
	  
	  
	  
	 
/*- Menu 11 está demtro do menu select ------------ */
ul {
        list-style: none;
        margin: 0;
        padding: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
        }

img {
    border: none;
}



#menu11 {
        width: 184px;
        margin: 0px;
        border-style: solid solid none solid;
        border-color: #889944;
        border-size: 1px;
        border-width: 1px;
		border-left: 0px;
		
        }

#menu11 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu11 li a:link, #menu11 li a:visited {
        color: #889944;
        display: block;
        background:  url(menu11.gif);
        padding: 8px 0 0 25px;
        }

#menu11 li a:hover, #menu11 li #current {
        color: #889944;
        background:  url(menu11.gif) 0 -32px;
        padding: 8px 0 0 27px;
        }
	
/*---------- fim menu11 ------------  */


/*---Formatação do menu select ----------*/
.larg{/*está no list/menu*/
width:184px;
/*padding:inherit;*/
}
.larg_vazio{/*está no list/menu*/
width:184px;
font-family:"Times New Roman", Times, serif;
color:#FF0000;
/*padding:inherit;*/
}
.larg_preco{/*está no list/menu*/
width:92px;
}
.ajusta{
width:184px;
text-align:left;
border-style:solid;
}
.resultado{
font-size:12px;
text-align:left;
font-weight:bold;
line-height:13px;
height:13px;
margin-left:5px;
margin-top:1px;
}
/*-------fim da formatação do menu select -----------*/




/* Faz parte das paginas de cadastro e envio de e-mail  */	
.div_captcha{
background-image:url(captcha.jpg);
height:30px;
width:120px;
color:#FFFFFF;
font-size:16px;
line-height:30px;


}
/* -------------------  --------------------------*/







/*---------------- ---------------------*/
.index_detalhes{
width:500px;
margin:5px 5px 5px 140px;
padding:5px 5px 5px 5px;
background-color:#F1F1E4;
color:#656556;
text-align:left;
}
/*-------------------  ---------------------*/	
	  
.alt{ /* é do rodape */
line-height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
/*background: #BCCCCF;*/
background-image:url(imagensSite/rodape.jpg);

}