/* FRAMEWORK CSS IMOBEX */
/*
*
* @project   Imobex - Tecnologia Imobiliaria
* @version   11
* @package   layout
* @author    Cynthia Zanoni, Marcus Grüssner, Roger Camara
* @copyright 2011 - Lenova
*
*/

/* IMPORTS */
 @import url('__css_caminho__/reset.css');
@import url('__css_caminho__/tools/lightbox.css');
@import url('__css_caminho__/tools/dropbox.css');
@import url('__css_caminho__/tools/colorbox.css');
@import url('__css_caminho__/tools/banner.css');
@import url('__css_caminho__/fontes/fontes.css');

/* FIM IMPORTS */

.resultadoMensagem { width:100%; clear:both; float: left; background-color: #EBEBEB; width:960px; height: 35px; border-radius: 3px; }
.resultadoMensagemTexto {float:left	; clear: left; margin-left:10px; margin-top:10px;}
.resultadoOrdernar { float: right; clear:right; margin-right:10px; margin-top:6px;}


/* SETUPS */

body				{background-image: url('__bgimage__'); background-repeat:repeat-x; background-color: #__bgcor__; background-repeat: __bgrepeat__; background-position: __bgposh__ __bgposv__; font-size:11px; font-family:Tahoma; }
b 					{color:#333333;}
a:link, a:visited 	{text-decoration:none;}
a:hover, a:active 	{text-decoration:none;}
h1 					{font-size:28px;color:#666666;margin:21px 0 0 0;}
h2 					{color:#666666;font-size:1.75em;margin:0;}
h3					{color:#000000;font-size:18px;}
h4 					{color:#5C8127;margin:.825em 0 .5em 0;font-size:1.25em;}
h5 					{color:#5C8127;margin:.825em 0 .5em 0;font-size:1.125em;}
h6 					{color:#5C8127;margin:.825em 0 .5em 0;font-size:1em;}
ul 					{margin:0; padding:0; list-style-type:none;}
ol 					{margin-left:25px;}
label				{font-size:14px;color:#333333;margin-right:6px;}
blockquote 			{margin: 0 0 18px 18px;color:#666666;font-style:italic;}
.strong				{font-weight:bold;}
em					{font-style:italic;}
.estrutura 			{margin-top: 0; height:100%;}
.loadMap			{ width:920px; height:410px; display:table;overflow:hidden;}
.corSite1 			{background-color: #__corsite1__; !important}
.corFonteCorSite 	{color: #__corsite1__;}
.corSite2 			{background-color: #__corsite2__;}
.corFonte1 			{color: #__corfonte1__;}
.corFonte2 			{color: #__corfonte2__;}
.corBordaSite1 		{border-color: #__corsite1__;}
.corBordaSite2 		{border-color: #__corsite2__;}
.corBordaFonte1 	{border-color: #__corfonte1__;}
.corBordaFonte2 	{border-color: #__corfonte2__;}
.floatLeft 			{float:left;}
.floatRight 		{float:right;}
.clearThis 			{clear:both;}
.small				{font-size:.625em;}
.medf				{font-size:12px;}
.large				{font-size:24px;}
.medium				{font-size:18px;}
.fuckingLarge		{font-size:30px;}
.soft				{color:#D3D3D3;}
.hide				{display:none;}
.overflow 			{overflow:hidden}
.cem 				{width:100%;}
.spacer 			{margin-top:20px;}
.formLeft 			{padding:0px;}
.captalize  		{text-transform:capitalize;}
.lowercase  		{text-transform:lowercase;}
.uppercase  		{text-transform:uppercase;}
.black				{color:#000}
.pointer 			{cursor:pointer}
.relative 			{position:relative}
.hoverunderline:hover 	{ text-decoration:underline;}
a > img 			{border:none;}

/* FIM SETUPS */

/* INICIO CSS TEMPLATE */

.larguraGeral{ width:980px; margin:0 auto; background-color:#FFFFFF; display:table;}

.conteudos{ width:960px; margin:0 auto; }

#header{ background:url(__caminho__/bg_header.png) repeat; width:100%; height:30px; position:relative; z-index:2; }

.barraTopo{
	width:980px;
	background-color:#FFF;
	height:10px;
	top:-2px;
	position:relative;
	margin: 0 auto;
	z-index:0;
}

#redes-sociais {
	height:20px;
	font-size:11px;
}

#redes-sociais > span, img {
	vertical-align:middle;
}


p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }

.imgTel{
	margin-top:6px;
}

#index a:hover{text-decoration:none;}

.itemMenu{
	float:left;
	display:inline;
	margin-left: 10px;
	font-size:11px;
	margin-top:5px !important;
	vertical-align:middle;
	border:none;
}
.itemMenu > a{
	color:#000;
	margin-left:6px;
	vertical-align:middle;
	font:11px Tahoma;
	font-weight:bold;
}

.itemMenu > a:hover{
	text-decoration:underline;
}

.itemMenu>img{
	vertical-align:middle;
	float:left;
}

#menuImoveis{
	float:left;
	width:700px;
	height:37px;
}
#menuImoveis a{
	color:#FFF;
	font-size:14px;
}

.conteudoMenu{
	width:960px;
	margin:0px 0px 0px 10px;
	background-image: url(__caminho__/bg_menu.png);
	background-repeat:repeat-x;
	height:37px;
}

.bord_esq{
	width:4px;
	height:37px;
	float:left;
}
a:hover > .bord_esq
{
	background:url(__caminho__/sombra_rigth.png) right;
}

.content{
	width:auto;
	height:37px;
	float:left;
	line-height:39px;
	padding:0 10px 0 10px;
	font-family: 'SegoeUISemibold';
	font-weight:normal;
	font-size:14px;

}
a:hover >.content{
	background-color: #__corsite2__;
}

.bord_direit{
	width:4px;
	height:37px;
	float:left;
}
a:hover > .bord_direit
{
	background:url(__caminho__/sombra.png);
}

#contato{
	width:153px;
	height:37px;
	line-height:39px;

}

#contato >span>a{
	color:#ffffff;
	margin:0 0 10px 8px;
	font-family: 'SegoeUISemibold';
	font-weight:normal;
	font-size:13px;
}

#FlashBanner{
	background:#f1f1f1;
	margin:10px 0 10px 10px;
}
.destaques{
	height:auto;
	width:650px;
	margin-bottom:50px;
}

.resultados{
	height:auto;
	width:960px;
	margin-bottom:50px;
}

.sidebar{
	height:auto;
	width:298px;
	margin-bottom:50px;
}
.destaques h2, .sidebar h2 {font-size: 28px; font-family: 'SegoeUILight'; font-weight:bold;}
.sidebar h2 {font-size:24px; margin-top:5px;}

.barraSubTitulos{
	height:2px;
	background-color:#__corsite1__;
	margin: 12px 0 12px 0;
}


.botaoBanners {
	display:inline;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

.bannersTemplate, .banners-parceiros {
	margin:0 auto;
	text-align:center;
	
}

.banners-parceiros {
	width:296px;
	margin-top:20px;
	overflow:hidden;
	margin-top:20px;
	float:left;
	clear:both;
}

.barraRodape {
	float:left;
	width:100%;
	height:2px;
}



#leg_pesquisar{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#006DA2;
	margin:5px 8px 0 0;
}
#btn_pesquisar{
	background:url(__caminho__/pesquisar.jpg) center center no-repeat;
	width:29px;
	height:28px;
	border:solid 1px #BFDC32;
	margin-top:6px;
}

#financie{
	height:100px;
	width:340px;
}

#anuncie{
	height:100px;
	width:300px;
}

#encomende{
	height:100px;
	width:340px;
}
#linkPgs{
	background-color:#__corsite1__;
	width:980px;
	height:100px;
	margin:0 auto;
	border-bottom:1px solid white;
}
#linkPgs span{
	line-height:100px;
	font-family:"Segoe UI Light", "Segoe UI", sans-serif;
	color:#FFFFFF;
	font-size:22px;
	text-align:center;
}
#linkPgs img{
	margin:30px 12px 0 23px;
}
.anuncioDestaque{
	width:210px;
	margin:0 5px 10px 0;
}
.listarMais
{
	font-size:18px;
	font-family:'SegoeUILight';
	font-weight:bold;
	color:#333333;
	height:36px;
	width:208px;
	margin:0 auto;
	clear:both;
	margin-bottom:40px;
}
.listarMaisBtnEmp{
	width:100%;
	float:left;
	margin:0 0 40px;
}
.listarMais > span
{
	margin-left:35px;
}

.TipoAnunciado{
	font-size:13px;
	font-family:'Tahoma', Geneva, sans-serif;
	margin-bottom:2px;
	float:left;
	padding:3px;
	border-radius: 3px;
}

.TipoAnunciado2 {
	font-size:13px;
	font-family:'Tahoma', Geneva, sans-serif;
	margin-bottom:2px;
	float:right;
	padding:3px;
	border-radius: 3px;
}

.TipoAnunciado > img {
	margin-right:10px;
}

.descricaoAnuncio{
	width:155px;
	height:81px;
	margin-top:5px;
}
.descricaoAnuncio > h3 {
	font-size:14px;
	font-family:'Tahoma', Geneva, sans-serif;
	color:#000;
	font-weight:bold;
	overflow: hidden;
	max-height: 35px;
}
.btnDetalhes{
	width:51px;
	height:53px;
	float:right;
	margin-right:4px;
	margin-top:5px;
	cursor:pointer;
}

.btnDetalhes > img {
	opacity:0.7;
}

.resultadosBox {
	margin-top:20px;
	float:left;
}

.resultadosBox > .anuncioDestaque {
	margin-right:30px;
	
}

.pesquisaResultado {
	float:right;
	position:relative;
	top:-30px;
	font:18px SegoeUILight;
	color:#666;
	font-weight:bold;
	vertical-align:middle;
	
}

.pesquisaResultadoBox {
	width:303px;
	padding:0 0 10px 2px;;
	height:auto;
	z-index:9999;
	position: absolute;
	right:0px;
	top:80px;
	background-color:#FFF;
	border:5px solid #ccc;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}

.botaoPesquisarMais {
	width:32px;
	height:32px;
	display:inline-block;
	background-repeat:no-repeat;
	margin-left:10px;
	vertical-align:middle;
}

#acessoRapido{
	width:980px;
	position:relative;
	display:table;
	background-image:url(__caminho__/bg_acesso-rapido.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;	
	padding:20px 0 0 0;
	margin:0 auto;
	overflow:hidden; 
}

#contentFooter{ height:65px; width:980px; background-color:#FFF; margin:0 auto; margin-bottom:10px;}

.margin-bottom-footer {
	margin-bottom:30px !important;
}
#acessoRapido>h3{
	margin-left:20px;
	font-family: 'SegoeUiLight';
	
}
.listaFooter{
	padding-right:20px;
	padding-bottom:20px;
	margin:0 15px 15px 15px;
}
.listaFooter span{
	font-size:12px;
}
.maroto {float:left; margin-top:5px; margin-bottom:6px;}
.listaFooter a{
	color:#666666;
	line-height:17px;
	float:left;
	clear:both;
}
.listaFooter a:hover{
	text-decoration:underline;
}

.clearThis  p {
	margin:0;
	text-align:right;
}

#rodape{
	padding:10px 0px 20px 0px;
	color:#666666;
}
#rodape>p{
	text-align:right;
}

.creditosImobex2 h6 a span, address a span {
        display:none;
}


.dorms{
	width:155px;
	font-size:12px;
	font-family:'Tahoma';
	margin-top:3px;
	float:left;
}


.h2p > h2 {
	font-size:28px;
	font-family:'SegoeUISemibold';
	color:#666666;
}

.h2p > p {
	font-size:12px;
	font-family:'Tahoma';
	color:#666666;
}

.financiamentoBanners {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.financiamentoBannersItem {
	width:145px;
	float:left;
	height:84px;
}
.valor{
	font-size:13px;
	font-family:'SegoeUINormal';
	margin-top:3px;
	float:left;
	font-weight: bold;

}
.contatoImob{
	width:420px;
	background-color:#EEE;
	margin:0 10px 30px 0;
	padding:10px 0 20px 20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
}

#spacerContato{
	background:url(__caminho__/spacerContato.png) center no-repeat;
	height:7px;
	margin:14px 0 14px 0;
}
.camposForm{
	width:442px;
	height:30px;
	margin-right:8px;
}

#mensagem{
	width:280px;
	height:110px;
	margin:0;
}
#validacao{
	width:390px;
	height:140px;
	font-size:12px;
}

#validacontato{
	width:442px;
	height:140px;
}
#captcha{
	width:280px;
	height:20px;
	margin:10px 0 10px 0;
}
.textCaptchaFinanciamento{
	height:60px;
	width:240px;
}

.textCaptchaFinanciamento span{
	margin-left:4px;
}
.textCaptcha{
	width:230px;
	font-size:12px;
}
.textCaptcha img{
	margin:5px 0px 0 0px;
}

.testeCaptcha {
	margin-left:60px;
}
#conteudoContato{
	background:url(__caminho__/bg_contato.jpg) top no-repeat;
	height:auto;
	padding-top:20px;
}
.receber-info-contato-item {
	width:100%;
	padding:10px 0px 10px 0px;
	background-color:#ECECEC;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom:3px;
	float:left;
}


#detalhesImoveis{
	background-image:url(__caminho__/bg_detalhes_imoveis.png);
	height:305px;
	padding-top:20px;
	position:relative;
}

.enviar-para-amigo, .receber-informacoes {
	width:918px;
	height:242px;
	background-image:url(__caminho__/bg_dhtml_detalhes.png);
	background-repeat:no-repeat;
	position:absolute;
	top:19px;
	right:0px;
	left:23px;
	bottom:0px;
	z-index:99;
	display:none;
	overflow:hidden;
}

.seta-enviar-amigo, .seta-receber-informacoes {
	width:104px;
	height:64px;
	background-image:url(__caminho__/seta_dhtml_enviar.png);
	position:absolute;
	top:218px;
	right:0px;
	left:220px;
	bottom:0px;
	z-index:99999;
	display:none;
}

.seta-receber-informacoes {
	background-image:url(__caminho__/seta_dhtml_receba.png) !important;
	left:55px;
}


.formSoliciteDetalhes {
	width:100%;
}

.formSoliciteDetalhes h2 { font:24px SegoeUiSemibold; color:#666; margin:15px 0 0 20px; }

.basico { width:290px; float:left; width:formBorda; margin:20px 0px 0px 20px; }

.basico > input { margin-bottom:8px; }
.basico-right { width:600px; float:right; margin:20px 0px 0px 0px; }
.basico-right p, label { font-size:12px;}
.basico-right p.floatRight { font-size:18px;color:#666;margin:10px 30px 0 0; }

.detalhesSoliciteMsg {
	height:36px;
	border:1px solid #CCC;
	position:absolute;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	top:10px;
	right:38px;
	background-color:#FFFF9F;
	background-image:url(__caminho__/bg_alert.png);
	background-position: 5px 5px;
	background-repeat:no-repeat;
}

.detalhesSoliciteMsg p { color:red; margin-left:40px; margin-top:4px; margin-right:5px; font-size:11px; }
.detalhesSoliciteMsgOk { margin:20px 0px 0px 20px; font-size:12px;}

.detalhes-imoveis-foto {
	background-image:url(__caminho__/bg_foto_detalhes.png);
	width:338px;
	height:235px;
	padding:5px 5px 5px 5px;
	margin-left:20px;
	float:left;
	position:relative;
}

.detalhes-imoveis-info {
	width:560px;
	height:230px;
	margin-left:20px;
	float:left;
	position:relative;

}

.detalhes-imoveis-info > h2 {
	font:21px SegoeUISemibold;
	font-weight:bold;
}

ul.preview-caracteristicas {
	width:200px;
	height:150px;
	float:left;
	margin-top:20px;
}

ul.preview-caracteristicas li {
	list-style:none;
	padding-left:25px;
	height:21px;
	background-image:url(__caminho__/caracteristica_icon.png);
	background-repeat:no-repeat;
	font:13px SegoeUiSemibold;
	line-height:19px;
	margin-bottom:5px;

}

ul.preview-caracteristicas li {
	list-style:none;
	padding-left:25px;
	height:21px;
	background-image:url(__caminho__/caracteristica_icon.png);
	background-repeat:no-repeat;
	font:13px SegoeUiSemibold;
	line-height:19px;
	margin-bottom:5px;
}

.caracteristicas {
	height:200px !important;
	width: 910px !important;
	float:left !important;
	display:table;
	margin:0px !important;
	padding:0px;
}

.caracteristicas li {
	width:200px;
	float:left;
	list-style:none;
}


ul.preview-recursos {
	width:200px;
	height:150px;
	float:left;
	margin-top:20px;
}

ul.preview-recursos li {
	list-style:none;
	padding-left:25px;
	height:21px;
	background-image:url(__caminho__/caracteristica_icon.png);
	background-repeat:no-repeat;
	font:13px SegoeUiSemibold;
	line-height:19px;
	margin-bottom:5px;

}

ul.preview-recursos li {
	list-style:none;
	padding-left:25px;
	height:21px;
	background-image:url(__caminho__/caracteristica_icon.png);
	background-repeat:no-repeat;
	font:13px SegoeUiSemibold;
	line-height:19px;
	margin-bottom:5px;
}
.recursos {
	height:200px !important;
	width: 910px !important;
	float:left !important;
	display:table;
	margin:0px !important;
	padding:0px;
}

.recursos li {
	width:200px;
	float:left;
	list-style:none;
}





.preview-valores {
	float:left;
	height:150px;
	width:350px;
	background-image:url(__caminho__/preview_valores_bg.png);
	background-repeat:no-repeat;
	margin-top:20px;
}

.preview-valores h1 {
	font:36px SegoeUINegreta;
	padding:0px;
	margin:0px; padding-left:40px;
	float:left;
	width:350px;
}

.preview-valores h2 {
	font:18px SegoeUiLight;
	margin:0px; padding-left:40px;
	float:left;
	margin-top:30px;
	width:350px;
}

.preview-valores h3 {
	font:14px SegoeUiSemibold;
	float:left;
	margin:0px; padding-left:40px;
	width:350px;
}

.preview-status-obra {
	width:278px;
	height:92px;
	float:left;
	background-image:url(__caminho__/bg_status_obra.png);
	background-repeat:no-repeat;
	margin:0px 0 0 30px;
	text-align:center;
}

.preview-construtora {
	width:219px;
	height:79px;
	float:left;
	background-image:url(__caminho__/bg_construtora.png);
	margin:10px 0px 0px 60px;
}

.preview-status-obra h1 {
	text-transform:uppercase;
	color:#333;
	font:SegoeUiSemiBold;
	font-size:22px;
	text-align:center;
	margin:10px 0 0 0;
}

.preview-status-obra h2 {
	color:#333;
	font:SegoeUi;
	font-size:12px;
	text-align:center;
	margin:10px 0 0 0;
	width:100%;
	clear:both;
}

.ver-mais-informacoes-detalhes {
	position:absolute;
	z-index:98;
	top:201px;
	left:11px;
	width:324px;
	height:21px;
	background-color:#000000;
	opacity:0.6;
}

.ver-mais-informacoes-detalhes > span {
	font-family:'Tahoma';
	font-size:11px;
	color:#FFFFFF;
	margin-left:5px;
	margin-top:3px;
	line-height:21px;
}

.detalhes-tools {
	width:960px;
	margin:0 auto;
	display:inline-block;
	height:48px;
	margin-top:3px;
	text-align:center;
	
}

.detalhes-tools div {
	height:48px;
	display:inline-block;
	line-height:48px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:left center;
	*float:left;
}

.detalhes-tools span {
	font:16px SegoeUISymbolNormal;
	color:white;
	line-height:48px;
	height:48px;
}

.detalhes-tools div#receba-info{background-image:url(__caminho__/recebe_info.png); padding-left:30px; *margin-left:10px;}
.detalhes-tools div#envia-amigo{background-image:url(__caminho__/envia_para_amigo.png); padding-left:40px; margin-left:20px;}
.detalhes-tools div#corretor{background-image:url(__caminho__/detalhes-chat.png); padding-left:36px; margin-left:20px;}
.detalhes-tools div#imprimir{background-image:url(__caminho__/detalhes-imprime.png); padding-left:36px; margin-left:20px;}



.fotoAnuncio{
	width:210px;
	height:215px;
	position:relative;
	z-index:50px;
	overflow:hidden;
}


.minha-lista {
	position:absolute;
	z-index:100;
	top:6px;
	right:5px;
	padding:5px;
}

.ver-mais-informacoes2 {
	position:absolute;
	z-index:100;
	top:8px;
	left:0;
	width:221px;
	height:21px;
	opacity: 0.6;
}

.aplicar-favoritos {
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:221px;
	height:21px;
	opacity: 0.6;
	background: black;
	
}

.ver-mais-informacoes2 > span {
	font-family:'Tahoma';
	font-size:11px;
	color:#FFFFFF;
	margin-left:5px;
	margin-top:3px;
	float:left;
}

.info-detalhes {
	border-top:1px solid white;
	background-image:url(__caminho__/bg_detalhes.jpg);
	background-position:top;
	background-repeat:no-repeat;
	display:table;
}

.item-detalhes {
	width:910px;
	margin:20px 0 0 20px;
	float:left;
}

.item-detalhes h2 {
	font: 22px SegoeUiSemibold;
	color:#3D3D3D;
	padding-bottom:10px;
}

.item-detalhes span {
	font:13px SegoeUiSemibold;
	color:#666666;
}

.comboConteudos{
	background-color:#FFF;
	width:960px;
	margin:0 auto;
}

.pesquisaConteudo{
	width:295px;
	height:auto;
	margin: 0 auto;
	margin-left:3px;
	margin-top:20px;
	}

#botaoPesquisar {
	float:right;
	height:28px;
	margin:10px -5px 0 5px;
}

#botaoPesquisar > div {
	float:right;
	height:28px;
	width:29px;
	background-image:url(__caminho__/bg_botao_pesquisa.png);
	background-position:center;
	background-repeat:no-repeat;
}

.galeria-de-imagens > a > img {
	border:3px solid #999;
	margin-top:3px;
	overflow:hidden;
}

.galeria-de-imagens > a {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0px 3px 0px 0px;
}

#botaoPesquisar > span {
	float:left;
	font-family:'Tahoma';
	font-size:20px;
	margin-right:10px;
	
}

#btn_enviar{
	width:72px;
	height:33px;
	color:#__corfonte1__;
	font-size:18px;
	margin-right:8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:none;
	}

#btn_cancelar{
	background-color:#CCCCCC;
	width:88px;
	height:33px;
	color:#__corfonte1__;
	font-size:18px;
	margin-right:8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:none;
}

#formBordaFinanciamento{
	border:1px solid #E3E3E3;
	border-top:1px solid #A7A7A7;
	background:url(__caminho__/bg_input_borda.png) top no-repeat !important;
	width:235px;
}

.formBorda, .textarea-huge {
	border:1px solid #E3E3E3;
	border-top:1px solid #A7A7A7;
	background:url(__caminho__/bg_input_borda.png) top no-repeat !important;
	width:280px;
}

.indices-economicos {
	width:100%;
	margin:20px 0 0 0;
	background-image:url(__caminho__/bg_indices.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:75px;
	padding-bottom:40px;
	text-align:center;
	
}

.indice {
	height:33px;
	width:245px;
	margin: 0 auto;
	background-image:url(__caminho__/bg_indice.png);
	margin-top:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
}

.indice > div.floatLeft > span.nome {
	font:tahoma;
	font-size:14px;
	font-weight: bold;
}

.indice > div > span.data {
	font:tahoma 12px;
	font-weight: normal;
}

.indice > div.floatRight > span.valor {
	font:tahoma 12px;
	font-weight: bold;
	clear:right;
}

.textarea-small {
	background:url(__caminho__/bg_textarea_huge.png) left top no-repeat !important;
	width:280px !important;
	height:50px;
	margin-top:5px;
	border:1px solid #E3E3E3;
	border-top:1px solid #A7A7A7;
}
.textarea-huge {
	background:url(__caminho__/bg_textarea_huge.png) left top no-repeat !important;
	width:560px !important;
	height:50px;
	margin-top:5px;
	
}
.txtFinanciamento{
	font-size:12px;
	color:#333333;
}

/* hack para o chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#mensagem { width:276px; }
}

.selectStyle, .selectStyleLocation, .selectStyleValues{
	border:1px solid #E7E7E7;
	border-top:1px solid #ACACAC;
	background:url(__caminho__/bg_input_borda.png) top no-repeat !important;
	width:100%;
	padding:3px;
	margin:5px 0px 0px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font:13px Tahoma;
}
.selectStyleLocation, .selectStyleValues{
	width:145px !important;
}

.itemFavorito{
	width:460px;
	margin:0 0 10px 0;
}

.favoritoInfos {
	width:240px;
	display:inline-block;
	padding-left:10px;
}

div.enviarFavoritos {
	text-align:center;
	width:100%;
	padding:20px 0px 20px 0px;
	font:22px SegoeUINormal;
	float:left;
}

p.resumoObs {
	margin:10px 0 0 3px;
	width:230px;
	height:130px;
	float:left;
	color:#999;
	overflow:hidden;
}

p.removeFavorito {
	height:16px;
	float:left;
	background-image:url(__caminho__/remove_favorito.png);
	background-position:left;
	background-repeat:no-repeat;
	font:12px Tahoma;
	color:red;
	padding-left:20px;
}

.formularios-bloco-esquerda, .formularios-bloco-direita {
	width:400px;
	text-align:left;
}

.formulario-esquerda, .formulario-direita{
	width:450px;
	margin-top:40px;
	text-align:left;
}

.formulario-direita {
	width:450x;
	float:left;
}

.formContato
{
	width:450px;
	text-align:left;
}

.formulario-cadastre{
	width:400px;
	padding:0 8px 0 0;
}
.formulario-cadastre-caracteristicas{
	width:510px;
	margin-bottom:35px;
}
.txtCadastre{
	width:200px;
}
.cadastreTipos{
	width:300px;
}


.formulariosInfo {font-size:12px; padding-bottom:20px;}

ul.menu-topo > li { vertical-align:middle; line-height:20px; height:20px; float:left; margin-right:10px; margin-top:2px; display:inline;}

ul.menu-topo > li > a { vertical-align:middle; line-height:20px; height:20px; display:inline-block; margin-top:2px; color:black;}

ul.menu-topo > li > a:hover { text-decoration:underline;}

ul.menu-topo > li > img { vertical-align:middle; line-height:20px; display:inline; margin-right:3px; }

/**
 *	MENU PRINCIPAL
 */
.menu > li{font-family:'SegoeUISemibold';font-weight:normal;font-size:14px;position:relative;float:left; margin:0 6px 0;}
.menu > li > div > a{float:left;}
/**
 * comportamento padrão
 */
.menu > li > div > a > span.left,
.menu > li > div > a > span.right,
.menu > li > div > a > span.middle{float:left !important;width:10px;height:39px;display:block;}
.menu > li > div > a > span.middle{width:auto;height:29px;padding:10px 0 0; text-align:center;}
.menu > li > div > a > span.right{float:right;}
/**
 * Hover
 */
.menu > li > div > a:hover > span.left,
.menu > li > div > a:hover > span.right,
.menu > li > div > a:hover > span.middle{/*background:#__corsite2__;*/ text-decoration:underline;}


/*.menu > li > div > a:hover > span.left{float:left;width:10px;display:block;border-top-left-radius:3px;margin-top:-2px;-moz-border-top-left-radius:3px;}
.menu > li > div > a:hover > span.middle{float:left;display:block;margin-top:-2px; line-height:22px}
.menu > li > div > a:hover > span.right{float:left;width:10px;display:block; border-top-right-radius:3px;margin-top:-2px;-moz-border-top-left-radius:3px ;}*/



/*.menu > li.open > div > a > span.left{float:left;width:10px;display:block;margin-top:-2px;border-top-left-radius:3px;-moz-border-top-left-radius:3px;} 
.menu > li.open > div > a > span.middle{float:left;display:block;margin-top:-2px;line-height:22px}
.menu > li.open > div > a > span.right{float:left;width:10px;display:block; margin-top:-2px;border-top-right-radius:3px;-moz-border-top-left-radius:3px;}

.menu > li.open > div > a > span.left,
.menu > li.open > div > a > span.right,
.menu > li.open > div > a > span.middle{background:#__corsite2__;}*/

/**
 * DROPDOWN
 */
/*.menu > li.open{background:#__corsite2__;-moz-box-shadow:0 3px 3px 3px #444;-webkit-box-shadow:0 5px 13px 1px #333; border-radius:20px; -moz-border-radius:5px;}
.menu > li ul{display:none;}
.menu .open ul{position:absolute;z-index:999;top:36px;left:0;background:url('__caminho__/bg-menu-dropdown.png') top left repeat-x #__corsite2__;padding:22px 0 22px 22px;height:auto;width:380px;overflow:hidden;display:block; }
.menu .open ul > span{float:left; height:auto; overflow:hidden;}
.menu .open ul > div.up,
.menu .open ul > div.down{width:20px;height:20px;position:absolute;right:10px;top:20px;cursor:pointer;}
.menu .open ul > div.down{top:180px;}
.menu .open ul li{line-height:20px;float:left;width:180px;height:16px;overflow:hidden;margin:0 10px 6px 0;}
.menu .open ul li > a{background:url('__caminho__/list-style.png') left 3px no-repeat;padding:0 0 0 15px;font:12px Tahoma !important;}
.menu .open ul li > a:hover{text-decoration:underline;}
*/


/*
 * Detalhes Lançamentos - Unidades
 */
.detlancUniTabelaCabecalho {
	height:50px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#F2F2F2;
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border: 1px solid #CCCCCC;
	line-height:50px;
}
.detlancUniTabelaItem td {
	border: 1px solid #CCCCCC;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}

.socialImg {
	width:25px;
	height:25px;
	margin-top:2px;
}
#gallery a{
	display:block; float:left;
	border:2px solid #ccc;
	margin:0 15px 10px 0;
}
