/* ------ CSS DA HOME ------ */

.header_imovel h1 {
font-size: 56px; 
color: #008400;
padding: 20px 0 4px 0;
margin-top: 20px;
}

.header_imovel h2 {
margin-top: 20px;
}


/* ------ INICIO DO DESTAQUE SLIDER ------ */


#slider1 {
    width: 940px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top: 30px;
}

#slider1Content {
    width: 940px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	/* display: none; */
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 720px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 140px !important;
	height: 290px;
}
ul { list-style-type: none;}

/* ------ INICIO DOS DESTAQUES COLUNA ------ */

.destaque_coluna {
width: 220px;
height: 340px;
margin: 30px 20px 0 0;
float: left;
}

.descricao_dest_col h3 {
font-family: Georgia;
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
color: #003A9A;
margin-top: 15px;
}

.descricao_dest_col p {
padding: 10px 0;
font-size: 14px;
color: #516064;
}


/* ------ INICIO DO DESTAQUE PRINCIPAL ------ */

.destaque_multi {
clear: both;
width: 940px;
margin: 40px 0 0 0;
padding: 0 0 50px 0;
height: 544px;
border-bottom: 3px solid #cccccc;
}

.divisaodestaque {
clear: both;
width: 940px;
padding: 0 0 20px 0;
}

.divisaodestaque:after {
content: " ";
display: block;
clear: both;
}

.thumb {
float: left;
}

.descricao_dest_pr {
padding: 25px 0 0 240px;
height: 132px;
}

.descricao_dest_pr h3 {
font-family: Georgia;
font-size: 50px;
font-weight: 100;
letter-spacing: -1px;
color: #003A9A;
}

.descricao_dest_pr p {
padding: 20px 0;
color: #516064;
}

.foto_grande {
float: left;
}

.info_bullets {
padding: 0 20px;
float: left;
width: 220px;
height: 350px;
}

.info_bullets li {
font-family: Georgia;
font-style: italic;
font-size: 18px;
vertical-align: middle;
display: block;
padding-top: 15px;
width: 220px;
height: 34px;
border-bottom: 1px solid #cccccc;
}

.info_bullets ul span li {
border: 0;
}


.botaoconsulta {
width: 220px;
height: 64px;
margin: 112px 0 0 0;
background-color: #FF9900;
float: right;
background-image: url(img/bt_promo.png);
background-repeat: no-repeat;
}

.botaoconsulta p:hover {
color: #FFFFCC;
}

.botaoconsulta p {
padding: 20px 43px; 
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
color: #FFF;
}

/* ------ INICIO DO DESTAQUE NORMAL ------ */

.destaque_normal {
padding: 0 0 50px 0;
margin: 50px 0 0 0;
clear: both;
width: 940px;
height: 350px;
/* border-bottom: 3px solid #cccccc; */
}

.descricao_dest_nm {
padding: 55px 0 0 480px;
height: 132px;
}

.descricao_dest_nm h3 a{
font-family: Georgia;
font-size: 40px;
font-weight: 100;
letter-spacing: -1px;
color: #003A9A;
padding: 0 0 10px 0;
}

.descricao_dest_nm p {
padding: 10px 0 0 0;
}

.descricao_dest_nm p a {
color: #516064;
}


/* Cores Especiais */

.cor_verde {
color: #6EBD12;
}

.cor_azul {
color: #098CC8;
}

.cor_rosa {
color: #EB5771;
}

.cor_laranja {
color: #FF7400;
}

.cor_roxo {
color: #8F32EB;
}