﻿.destaques
	{
		margin-top:20px;
		min-height:410px;
		float:left;
		width:284px;
	}
		.tituloDestaques
		{
			margin:10px 0 30px 21px;
			padding:0;
			width:138px;
			height:29px;
			background-image:url(../img/titDestaques.gif);
		}
		.areaDestaques
		{
			width:270px;
		}
			.linkDestaque
			{
				float:left;
				margin-left:20px;
				padding-bottom:50px;
				position:relative;
				text-decoration:none;
				color:#455560;
				cursor:pointer;
				vertical-align:middle;
			}
				.linkDestaque:hover .descricaoImovel
				{
					color:#788893;
				}
				.linkDestaque:hover .descricaoImovel b
				{
					color:#788893;
				}
				.imgDestaque
				{
					border:0px;
					Width:102px;
					Height:88px;
				}
				.descricaoDestaque
				{
					background-image:url(../img/fundoAmarelo.png);
					position:absolute;
					left:18px;
					top:70px;
					width:65px;
					height:44px;
					border: solid 3px #939597;
					text-align:center;
				}
					.descricaoImovel
					{
						font-size:8px;
						font-family:Helvetica Neue, Arial;
						display:block;
					}
					.descricaoImovel b
					{
					    color:#233340;
					}
	.separadorDestaques
	{
		float:left;
		background-image:url(../img/separador.png);
		background-repeat:repeat-y;
		width:4px;
		height:460px;
		margin-top:25px;
		margin-right:20px;
	}