.frame{height:345px; width: 247px; overflow: hidden; float:left;  margin:20px 26px 0 0;}
.clickme{position:relative; width: 247px; height: 345px; top:265px; cursor:pointer; background-color: #367842; z-index: 1000; opacity: 0.9;}
.geral-area{ width: 247px; float: left; margin: 10px 0 0 0px;}

.frameDestaque{height:345px; width: 220px; overflow: hidden; float:left;  margin:20px 17px 0 0;}
.clickFrame{position:relative; width: 220px; height: 345px; top:265px; cursor:pointer; background-color: #367842; z-index: 1000; opacity: 0.9;}
.geral-area-frame{ width: 220px; float: left; margin: 10px 0 0 0;}

#tudo-lancamentos{ float: left; width:247px; height: 345px;  border: 1px solid #cccccc; margin: 15px 13px 0 0;}


/*=== CSS para os Topo === */
#topo-frame-destaque{
	float:left; 
	width:300px; 
	background-color:#eef3f6; 
	padding-left:3px; 
	margin-right:2px;
}
#nome-lancamentos{ width:205px; position: absolute; text-transform:uppercase; height:20px; text-align:left; top: 250px; }
#bairro{ width:205px; float: left; height:40px; text-align:left; margin: 16px 0 0 10px; }
#ref {width:130px;  float:left; margin-left:5px; margin-top:10px; padding:3px; text-align:let;}

/*=== CSS para os Corpo=== */
#foto-lancamentos{ width:130px; float:left; margin:auto; }
#endereco { width:130px; padding-top:5px; margin-left:10px; float:left; text-align:let;}
#quartos { width:130px; margin-top:15px; margin-left:10px; float:left; text-align:let;}
#area { width:130px; margin-top:15px; margin-left:10px; float:left; text-align:let;}
#descricao { width:130px; background-color:#FFFFFF; float:left; margin-left:10px; margin-top:10px; padding:3px; max-width:150px; max-height:180px; text-align:let;}

/*=== CSS para os Rodapé=== */
#icones { width:150px; 	height:20px;  margin-top:5px; float:left;}
#preco{ width:150px; float:right; text-align:right; margin-top:10px;}
#rodape-frame-destaque { width:300px;  clear:both; float:left;}
#caixa-anunciante{ width:300px;   margin-top:5px; padding-top:10px;}
#aba-anunciante{
	  width:85px; 
	  height:18px; 
	  padding-top:1px;
	  margin-left:4px; 
	  margin-top:18px;
	  *margin-top:1px;/*=== IE7 ===*/
	  _margin-top:1px; /*=== IE6 ===*/
	  background-image: url(../imagens/framedestaque/aba-anunciante.jpg); 
	  background-repeat:no-repeat;
	  text-align:center;
	  }

#dados-anunciante { float:left; width:330px; padding-bottom:5px; padding-left:5px; padding-top:5px; background-color:#F7F7F7;}
  
/*=== CSS icones div  ===*/
#icones-botoes{ 
	width:23px; 
	height:20px; 
	background-color:#4e7a95; 
	border:1px outset #FFFFFF; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; color: #FFFFFF; text-align: center; cursor: default;}


/*=== CSS para os Textos === */

.titulo-frame-destaque { font-size: 21px; color: #ffffff; text-align:center; font-family: 'newsgoth_xcn_btregular';  width: 100%;}
.texto-anunciante{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4e7a95; font-weight:bold; text-align:left;}
.texto-frame-destaque {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-align:left;}
.texto-negrito-frame-destaque {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight:bold; text-align:left;}
.texto-bairro {font-family: arial; font-size: 12px; color: #ffffff; text-align:center; margin: 2px 0 0 0; width: 100%;}
.texto-abaixo {font-family: arial; font-size: 12px; color: #ffffff; text-align:center; margin: 35px 0 0 0; width: 100%; font-family: 'newsgoth_xcn_btregular'; font-size: 21px;}
.texto-abt {font-family: arial; font-size: 12px; color: #ffffff; text-align:center; margin: 5px 0 0 0; width: 100%; font-family: 'newsgoth_xcn_btregular'; padding: 0 0 5px 0; font-size: 18px; border-bottom: 1px solid #ffffff;}
.texto-ref {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-align:left;}
.texto-preco {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color: #4e7a95; font-style:italic; text-align:left;}
.maisDetalhe{font-family: arial; font-size: 12px; color: #ffffff; text-align:center; margin: 4px 0 0 0; width: 100%; font-weight: bold; font-family: 'newsgoth_xcn_btregular'; font-size: 21px;}

a.link-geral-pluguin:link, a.link-geral:visited { text-decoration: none; }
a.link-geral::hover {text-decoration: none;}
a.link-geral::active {text-decoration: none;}

.cWhite{color: #ffffff;}


#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:12px;
line-height:14px;
right:-10px;
top:4px;
position:absolute;
color:white;
font-weight:700;
display:block;
cursor: pointer;
}
#button{
text-align:center;
margin:100px;
}

/**********/
#estante_esq{
float: left;
background: url(../imagens/estante_esq.png) no-repeat;
width: 29px;
height: 72px;
}

#estante_dir{
float: left;
background: url(../imagens/estante_dir.png) no-repeat;
width: 29px;
height: 72px;
}

#estante_meio{
float: left;
background: url(../imagens/estante_meio.png) repeat-x;
height: 72px;
padding:10px; 
}

.href{
color: white;
text-decoration: none;
}

#orkut{
cursor: pointer;
background: url(../imagens/orkut.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #orkut{
background: url(../imagens/orkut-marcado.png);

}

#facebook{
cursor: pointer;
background: url(../imagens/facebook.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #facebook{
background: url(../imagens/facebook-marcado.png);
}

#twitter{
cursor: pointer;
background: url(../imagens/twitter.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #twitter{
background: url(../imagens/twitter-marcado.png);
}

#myspace{
cursor: pointer;
background: url(../imagens/myspace.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #myspace{
background: url(../imagens/myspace-marcado.png);
}

.titulo{
color: white;
font-size:18px;
float: left;
font-family:Arial,Georgia,Serif;
font-weight: bold;
}

a:hover .lblTitulo{
text-decoration:underline;
}
/********Sem usar até agora abaixo**********/

#buzz{
cursor: pointer;
background: url(../imagens/buzz.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #buzz{
background: url(../imagens/buzz-marcado.png);
}

#hotmail{
cursor: pointer;
background: url(../imagens/hotmail.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #hotmail{
background: url(../imagens/hotmail-marcado.png);
}

#yahoo{
cursor: pointer;
background: url(../imagens/yahoo.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #yahoo{
background: url(../imagens/yahoo-marcado.png);
}

#gmail{
cursor: pointer;
background: url(../imagens/gmail.png);
height: 48px;
width: 48px;
margin: 0 20px 0 20px;
}

a:hover #gmail{
background: url(../imagens/gmail-marcado.png);
}