@charset "utf-8";
/* CSS Document */

.caixa_area_exclusiva{
	position:relative;
	float:left;
	width:762px;
	height:141px;
	border:1px solid #CCCCCC;
	background-image:url(../imagens/area-exclusiva-filete.jpg);
	background-repeat:repeat-x;
	background-position:0px 2px;
	margin-top:10px;
	}
	
.linha_usuario{
	position:relative;
	float:left;
	width:752px;
	height:17px;
	margin-top:10px;
	margin-left:10px;
	}
	
.linha_usuario h1{
	position:relative;
	float:left;
	height:17px;
	padding-left:20px;
	background-image:url(../imagens/estrela-area-exclusiva.jpg);
	background-repeat:no-repeat;
	}
	
.linha_usuario h2{
	position:relative;
	float:left;
	height:17px;
	padding-left:20px;
	background-image:url(../imagens/icone-area-exclusiva.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	cursor:pointer;
	}
	
.linha_usuario h2:hover{
	text-decoration:underline;
	}
	
.nome_usuario{
	color:#CE1A1E;
	font-weight:bold;
	}
	
.sair_area_exclusiva{
	position:absolute;
	top:-14px;
	right:15px;
	width:93px;
	height:27px;
	background-image:url(../imagens/area-exclusiva-fechar.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.sair_area_exclusiva:hover{
	background-position:0px -27px;
	}
	
.batoes_area_exclusiva{
	position:relative;
	float:left;
	width:553px;
	height:45px;
	margin-left:100px;
	margin-top:30px;
	}
	
.botao_area_esclusiva01{
	position:relative;
	float:left;
	width:250px;
	height:44px;
	background-image:url(../imagens/area-exclusiva-botao001.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.botao_area_esclusiva01:hover{
	background-position:0px -44px;
	}
	
.botao_area_esclusiva02{
	position:relative;
	float:right;
	width:253px;
	height:44px;
	background-image:url(../imagens/area-exclusiva-botao002.png);
	background-repeat:no-repeat;
	}
	
.cabecalho_meus_imoveis_favoritos{
	position:relative;
	float:left;
	width:764px;
	height:36px;
	background-image:url(../imagens/meus-imoveis-favoritos-cabecalho.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	}