#principal { padding-bottom: 0; }

/********************
Destaque
********************/
#destaque {
	overflow: hidden;
	margin-bottom: 5px;
}

#destaque .titulo {
	height: 18px;
	margin-bottom: 8px;
	padding: 12px 10px;
	background-color: #96B9D2;
}

#destaque .titulo h2 {
	font-size: 1.5em;
	float: left;
	margin: 0;
}

.titulo a {
	float: right;
	margin-top: 2px;
	padding-left: 11px;
	background: url(../images/bullet-vermelho.gif) no-repeat left;
}

#destaque a:hover {
	color: #CF0303;
	text-decoration: underline;
}

#destaque img {
	margin-left:5px;
}

	/********************
	Imóveis
	********************/
	.imovel {
		float: left;
		width: 256px;
	}
	
	.dois { float: right; }
	
	.imovel .imagem {
		display: block;
		width: 246px;
		height: 153px;
		overflow: hidden;
		margin-bottom: 5px;
		border: 5px solid #D7E3EE;
	}
	
	.imovel .imagem:hover { border-color: #B1C5D4; }
	
	.imovel p {
		height: 91px;
		padding: 5px 7px 0;
		background: url(../images/descricao-imovel.gif) repeat-x top;
	}
	
	.imovel p strong {
		display: block;
		margin-bottom: 5px;
	}
	
	.imovel p a { font-size: 1.3em; }
	/********************
	Fim: imóveis
	********************/
/********************
Fim do destaque
********************/


/********************
Listagem de imóveis
********************/
.gerenciador li {
	height: 76px;
	margin-bottom: 8px;
}

.gerenciador a {
	display: block;
	min-height: 64px;
	_height: 64px;
	padding: 6px;
}

.gerenciador a.oculto {
	display: none;
}

.gerenciador a img {
	float: left;
	width: 85px;
	height: 64px;
	overflow: hidden;
	margin-right: 10px;
	border:2px solid #D7E5F3;
}

.gerenciador a strong {
	font-size: 1.1em;
	display: block;
	margin-bottom: 5px;
}

.gerenciador a:hover {
	padding: 2px;
	border: 4px solid #D7E5F3;
	background-color: #DDE9F5;
}

.gerenciador_aluguel li {
	height: 76px;
	margin-bottom: 8px;
	display: block;
	height: 64px;
	padding: 6px;
}
/********************
Fim da listagem de imóveis
********************/