﻿h3.tit_lanc {
  color:#ff6600;
  font-family:'arial';
  font-size:20px;  
}

h2.tit_lanc {
  color:#ff6600;
  font-family:'arial';
  font-size:20px;
  margin: 0 0 25px 10px;
}

h1.tit_lanc {
    color: #FF6600;
    font: bold 16px/30px 'arial';
    margin-top: -15px;
}

/* PAGINADOR */

.paginador {
  text-align: right;
}
  
.paginador a.anterior {
  background: url('../img/seta_esquerda2.gif') no-repeat scroll left center;
  padding-left: 10px; 
}

.paginador a.proximo {
  background: url('../img/seta_direita2.gif') no-repeat scroll right center;
  padding-right: 10px;  
}

/* BOX IMOVEL */

.info_imovel .nome {
  border-bottom:1px solid #DFDFDF;
  margin-bottom:20px;
  padding-bottom:15px;
}

.info_imovel .nome h3 a {
  font-size:16px;  
}

.info_imovel img {
  height:167px;
  width:288px;
}

.info_imovel .descricao h4 a {
  font-size:14px;  
}

.info_imovel .descricao h4 {
  margin: 10px 0;
}

.info_imovel .descricao p {
  margin: 5px 0;
  font-size: 11px;
  line-height: 14px;
  height:65px;
}

.info_imovel .valor p.cor1,
.info_imovel .valor p.cor2 {
  line-height: 21px;
  height: 22px;
  font-weight: bold;
  padding-left: 5px;
  }

.info_imovel .valor p.cor1 { background-color: #c6c3b2; }
.info_imovel .valor p.cor2 { background-color: #f1efe7; }

.info_imovel .opcoes .ver_detalhes {   
  background: url('../img/btn_ver_detalhes.gif') no-repeat scroll 0 0;
  font-weight:bold;
  width: 110px;
  height:19px;  
  padding: 3px 5px 0 25px; 
  display: block;
  float: left;  
}

.info_imovel .opcoes a:hover.ver_detalhes {
  color: #f60;
}

.info_imovel .opcoes a.contato {
  background: url('../img/btn_contato_off.gif') no-repeat scroll 0 0;
  width: 91px;
  height: 19px;
  text-indent: -2000px;
  display: block;
  float: right;
}

.info_imovel .opcoes a:hover.contato {
  background: url('../img/btn_contato_on.gif') no-repeat scroll 0 0;  
}
  
  
  

