/*****************
	@ pagina conteudo.php (descrição detalhes aba1);
******************/

/**************** 
 @Cor de letras
*******************/
.Cor1{
	color:#323333;
	font-weight:bold;
}

/*****************
 Background-color linhas
*******************/
.Bg1{

}

/***********************
 @ Tipo de Font
*********************/

/* Fonte padrão para descrição dos imóveis, tanto para rotulo como para o conteudo (Ex.Casa) */

.FontType{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.FonteValor{
	font-size:18px !important;
}

/********************
 @ line-height padding
********************/

.Line1{
	padding:0;
	display:block;
	color:#000000;
	text-indent:10px;
	margin:2px 0;
}

.Line2{
	display:block;
}

/**************
 @ Linha height
****************/

.Linha{
	margin:2px 0 0 0;
	width:49% !important;
	float:left !important;
	text-indent:10px;	
}

.Linha span a{
	text-decoration:none;
	color:#990000;
}

span a{
	text-decoration:none;
	color:#990000;
}

/*********************** 
	@ Separador hr
***********************/
.SeparadorDetalhes{
	clear:both;
	width:100%;

}

/*****************
 @fieldsets Descrição do Imóvel, Composição Imovel e Outras informações
***********************/
fieldset#DescricaoImovel{
	width:100%;
}

fieldset.ComposicaoImovel{
	width:100%;
	float:left;	
	margin:20px 0 0 0 !important;
}

fieldset.OutrasInformacoes{
	width:100%;
	float:left;	
	margin:20px 0 0 0 !important;	
}

fieldset#DescricaoObservacoes{
	width:100%;
	float:left;
	margin:20px 0 0 0 !important;
}

#ValoresImoveis{
	width:100%;
	float:left;
}

fieldset#DescricaoValores{
	width:100%;
	float:left;
	margin:20px 0 0 0 !important;
}


/*************************
 @Colunas Composição Imovel
****************************/

.Coluna1{
	width:61%;
	float:left;
}

.Coluna2{
	width:39%;
	float:left;
}

.Coluna1 span{
	padding:1px 0 1px 3px;
	display:block;
}

.Coluna2 span{
	padding:1px 0 1px 3px;
	display:block;
	text-align:center;
}

.ColunaFloat{
	float:left;
	width:49.9%;
}

/****************
	@Composição Apto  -> composição_apto.php
*****************/

#headerComposicao{
}

#headerOutrasInfo{
}

#headerObservacoes{
}

#headerVendaValores{
}

#headerLocacaoValores{
}

#headerTemporadaValores{
}

#headerPermutaOpcoes{
}


/*#ComposicaoApto{
	width:100%;
	display:table;
}

#ComposicaoApto .OutrasInformacoes .Linha .Coluna1{
	width:38%;

}

#ComposicaoApto .OutrasInformacoes .Linha .Coluna2{
	width:62%;

}*/

/****************
	@ Composição Comercial  -> composição_coml.php
*****************/

#ComposicaoComercial{
	width:100%;
	display:table;
}

#ComposicaoComercial fieldset.OutrasInformacoes .Coluna1{
	width:41%;
}
#ComposicaoComercial fieldset.OutrasInformacoes .Coluna2{
	width:59%;
}

/****************
	@ Composição Rural  -> composição_rural.php
*****************/

#ComposicaoRural{
	width:100%;
	float:left;
}
/*#ComposicaoRural fieldset.ComposicaoImovel{
	width:49%;
	float:left;
}
#ComposicaoRural fieldset.OutrasInformacoes{
	width:49%;
	float:right;
}*/

#ComposicaoRural fieldset.OutrasInformacoes .Coluna1{
	width:61%;
}

#ComposicaoRural fieldset.OutrasInformacoes .Coluna2{
	width:39%;
}

/****************
	@ Composição Terreno -> composicao_terreno.php
*****************/

.ComposicaoTerrenos{
	width:100%;
}

.ComposicaoTerrenos fieldset.ComposicaoImovel{
	width:100%;
}

.ComposicaoTerrenos .Linha .Coluna1{
	width:57%;
}

.ComposicaoTerrenos .Linha .Coluna2{
	width:43%;
}

/****************
	@ Detalhes Vendas  -> detalhes_venda.php
*****************/

#DetalhesVendas{
	width:100%;
}

#DetalhesVendas .Linha .Coluna1{
	width:33%;
}

#DetalhesVendas .Linha .Coluna2{
	width:67%;
}

#DetalhesVendas .Linha span{
	text-align:left;
}

/****************
	@ Detalhes Locacao  -> detalhes_locacao.php
*****************/

#DetalheLocacao{
	width:100%;
	margin:20px 0 0 0;
}

#DetalheLocacao .Linha{
	line-height:20px;
	margin:2px 0 0 0;
	width:100%;
}

#DetalheLocacao .Linha .Coluna1{
	width:33%;
}

#DetalheLocacao .Linha .Coluna2{
	width:67%;
}

#DetalheLocacao .Linha span{
	text-align:left;
}

/****************
	@ Detalhes temporada  -> detalhes_temporada.php
*****************/

#DetalheTemporada{
	width:100%;
	margin:20px 0 0 0;
}

#DetalheTemporada .Linha .Coluna1{
	width:33%;
}

#DetalheTemporada .Linha .Coluna2{
	width:67%;
}

#DetalheTemporada .Linha span{
	text-align:left;
}
/****************
	@ Detalhes Permuta -> detalhes_permuta.php
*****************/

#DetalhesPermuta{
	width:100%;
	margin:20px 0 0 0;
}

#DetalhesPermuta .Linha{
	line-height:20px;
	margin:2px 0 0px 0;
	width:100%;
}

/******************
	@Acabamentos -> Acabamentos.php
********************/

#Acabamentos{
}

#Infraestrutura{

}
