/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:url(../images/bg_padrao.gif);
}

body, td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	margin:0 auto;
	width:1000px;
	background:url(../images/bg_wrapper.png) repeat-y;
	padding-left:0px;
}

#cabecalho
{
	width:1000px;
	height:152px;	
}

#content{
	padding-top:10px;
}

ul#menu{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.bordadireita
{
	border-right:1px solid #fff;	
}

ul#menu a{
	display:block;
	background:#bdbdbd;
	border-left:9px solid #1C513A;	
	margin-bottom:1px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;	
}

#menusuperior a
{
	display:block;
	background:url(../images/sprites/upper_menu_left.png);
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;	
	font-size:14px;
}

#menusuperior a:hover
{
	background:url(../images/sprites/upper_menu_left.png);
	background-position:0 -25px;
	color:#fff;
}

#menuinferior a
{
	display:block;
	background:url(../images/sprites/upper_menu_left.png);
	background-position:0 -26px;
	color:#fff;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;	
}

#menuinferior a:hover
{
	background-position:0 -1px;
	color:#fff;
}

#rodape{
	color:#000;
	font-size:11px;
	padding-top:10px;
	padding-left:170px;
}

#formPesquisa
{
    background:#fff url(../images/bg_pesquisa.png) repeat-x top;
    margin-bottom:15px;
    padding:5px;
    width:596px;    
}

.conteudoInterna
{
	padding-right:10px;
}

td.h10{
	height:10px;
}

.linhaverde{
	background:#058140;
	width:1000px;	
}

.linhapreta{
	background:#000;
	width:1000px;	
}

.padb2{
	padding-bottom:2px;
}

.txtInternas
{
    font-size:13px;
    color:#1C513A;
}

.txtInternas h4
{
    font-size:12px;
    font-weight:bold;
    margin:0px;
    padding:2px;
}

.txtInternas p
{
	padding-right:10px;	
}

.dVenda
{
    text-decoration:none;
}

.dAluguel
{
    text-decoration:none;
}

.dChaVenda, .dChaAluguel
{
    margin-top:98px;   
    font-size:11px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:5px;
}

.dChaVenda
{    
    background:#fff url(../images/sprites/bg_chamada_imovel.png) repeat-x center;
    color:#058140;
    border-bottom:5px solid #058140;
}

.dChaAluguel
{
    background:#fff url(../images/sprites/bg_chamada_imovel.png) repeat-x center;
    color:#1C513A;
    border-bottom:5px solid #1C513A;
}

.linkImovel
{
    display:block;
    text-decoration:none;    
}

#foto
{
    float:left;
    padding-left:5px; 
    margin-right:0px;
    height:290px;
    overflow:auto; 
    background:url(../images/bg_fotos.png) repeat-x;         
}

#miniaturas
{
    float:right;    
    display:block;   
    width:210px;
    height:290px;
    overflow:auto;    
    border:1px solid #ccc;  
}

#conteudoGaleria
{
    background:#F1F1F0 url(../images/bg_fotos.png) repeat-x;
    height:310px;   
    padding-top:10px;   
}

.headerImovel
{
    background:url(../images/bg_detalhes_venda.png) no-repeat;
    width:603px;
    height:26px;
    color:#fff;
    padding-top:10px;
    padding-left:10px;
    font-size:12px;
    font-weight:bold;
}

.headerImovelAluguel
{
    background:url(../images/bg_detalhes_aluguel.png) no-repeat;
    width:603px;
    height:26px;
    color:#fff;
    padding-top:10px;
    padding-left:10px;
    font-size:12px;
    font-weight:bold;
}

.detalhes
{    
    width:603px;     
    margin-bottom:20px;       
}

.maisInfo
{
    background:#FFF url(../images/bg_pesquisa.png) repeat-x;
    font-size:11px;
    padding-bottom:10px;
}

.infoLista
{
    padding-top:10px;
    background:#F1F1F0 url(../images/bg_pesquisa.png) repeat-x;
    height:100px;
    font-size:12px;
}

.headListaImovel
{
    display:block;
    background:#fff url(../images/bg_header_detalhes.png) repeat-x;
    height: 23px;        
    color:#fff;
    padding-left:10px;
    padding-top:8px;       
    font-weight:bold;
    font-size:11px;
}

.miniatura
{
    float:left;
    margin-left:3px;
    margin-bottom:3px;
    margin-right:3px;
    border:1px solid #fff;
    cursor:pointer;
}

a.destaque
{
	display:block;
	width:190px;
	text-decoration:none;
}

a.linkImovel
{
	color:#1C513A;
}

.dia{
	background:url(../images/casadia.png) no-repeat right;
}

.noite{
	background:url(../images/casanoite.png) no-repeat right;
}