@charset "utf-8";
/* CSS Document */

#texto_cadastro_imovel{
	position:relative;
	float:left;
	width:990px;
	height:20px;
	}
	
#texto_cadastro_imovel p{
	position:relative;
	float:left;
	width:990px;
	height:20px;
	}
	
.cabecalho_cadastro{
	position:relative;
	float:left;
	width:990px;
	height:31px;
	margin-top:15px;
	}
	
#comporta_itens_para_cadastro{
	position:relative;
	float:left;
	width:543px;
	height:550px;
	border:1px solid #CCCCCC;
	background-color:#F0F0F0;
	margin-top:10px;
	}
	
.linha_generica_cadastro{
	position:relative;
	float:left;
	width:525px;
	height:27px;
	margin-top:8px;
	margin-left:8px;
	}
	
.linha_generica_cadastro h1{
	position:relative;
	float:left;
	width:150px;
	height:27px;
	background-color:#999999;
	color:#FFFFFF;
	line-height:2.10em;
	padding-left:5px;
	font-size:14px;
	}

#nome, #email, #fixo, #celular, 
#cidade, #bairro, #valor01, #valor02, #endereco{
	position:relative;
	float:right;
	width: 350px;
	height:15px;
	padding: 5px 6px;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	cursor: pointer;
	background-color: white;
	border: 0px;
	border: 1px solid #CCC;
	}
	
.caixa_inputs_radio{
	position:relative;
	float:right;
	width: 360px;
	height:27px;
	}
	
.radio{
	position:relative;
	float:left;
	width:27px;
	height:27px;
	padding:0px;
	margin:0px;
	}
	
.texto_radio{
	position:relative;
	float:left;
	height:27px;
	font-size:13px;
	color:#666666;
	font-family:Arial;
	padding-right:15px;
	line-height:2.10em;	
	}
	
#tipo {
	position:relative;
	float:right;
	width: 362px;
	height:27px;
	padding: 3px 4px;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	cursor: pointer;
	background-color: white;
	border: 0px;
	border: 1px solid #CCC;
	}
	
.linha_generica_cadastro02{
	position:relative;
	float:left;
	width:525px;
	height:83px;
	margin-top:8px;
	margin-left:8px;
	}
	
.linha_generica_cadastro02 h1{
	position:relative;
	float:left;
	width:150px;
	height:83px;
	background-color:#999999;
	color:#FFFFFF;
	line-height:5.60em;
	padding-left:5px;
	font-size:14px;
	}
	
#observacao{
	position:relative;
	float:right;
	width: 350px;
	height:75px;
	padding: 3px 4px;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	cursor: pointer;
	background-color: white;
	border: 0px;
	border: 1px solid #CCC;
	}
	
.botao_enviar_cadastro{
	position:relative;
	float:right;
	width:148px;
	height:26px;
	background-image:url(../imagens/enviar_cadastro.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
	margin-right:10px;
	cursor:pointer;
	}
	
.botao_enviar_cadastro:hover{
	background-position:-148px 0px;
	}
	
/* vantagens */
	
#comporta_vangagens{
	position:relative;
	float:right;
	width:420px;
	height:211px;
	border:1px solid #CCCCCC;
	background-color:#F0F0F0;
	margin-top:10px;
	}
	
#centraliza_vantagem{
	position:relative;
	float:right;
	width:395px;
	margin-right:13px;
	margin-top:13px;
	}
	
#centraliza_vantagem h1{
	position:relative;
	float:right;
	width:395px;
	height:24px;
	background-image:url(../imagens/vangagens-titulo.jpg);
	background-repeat:no-repeat;
	}
	
#centraliza_vantagem p{
	position:relative;
	float:right;
	width:395px;
	height:35px;
	margin-top:5px;
	}
	
.vantagem01{
	position:relative;
	float:left;
	width:395px;
	height:46px;
	background-image:url(../imagens/vantagem-exclusividade-de-venda.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	cursor:pointer;
	}
	
.vantagem01:hover{
	background-position:0px -46px;
	}
	
.vantagem02{
	position:relative;
	float:left;
	width:395px;
	height:46px;
	background-image:url(../imagens/vantagem-garantido.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	cursor:pointer;
	}
	
.vantagem02:hover{
	background-position:0px -46px;
	}
	

/* CONTATOS */
	
#comporta_contatos{
	position:relative;
	float:right;
	width:420px;
	height:263px;
	border:1px solid #CCCCCC;
	background-color:#F0F0F0;
	margin-top:10px;
	}
	
#centraliza_contatos{
	position:relative;
	float:right;
	width:395px;
	margin-right:13px;
	margin-top:13px;
	}
	
#centraliza_contatos h1{
	position:relative;
	float:right;
	width:395px;
	height:24px;
	background-image:url(../imagens/vangagens-titulo.jpg);
	background-repeat:no-repeat;
	}
	
#centraliza_contatos p{
	position:relative;
	float:right;
	width:395px;
	height:35px;
	margin-top:5px;
	}
	
.vantagem03{
	position:relative;
	float:left;
	width:395px;
	height:46px;
	background-image:url(../imagens/vantagem-email.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	cursor:pointer;
	}
	
.vantagem03:hover{
	background-position:0px -46px;
	}
	
.vantagem04{
	position:relative;
	float:left;
	width:395px;
	height:46px;
	background-image:url(../imagens/vantagem-ligamos.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	cursor:pointer;
	}
	
.vantagem04:hover{
	background-position:0px -46px;
	}
	
	
.vantagem05{
	position:relative;
	float:left;
	width:395px;
	height:46px;
	background-image:url(../imagens/atendimento-telefone.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	}

		


	