body{
margin: 0px;
}

A {
	text-decoration: none
}
A:link {
	color: #fff; 
	text-decoration: none
}
A:visited {
	color: #fff; 
	text-decoration: none
}
A:hover {
	background: none transparent scroll repeat 0% 0%; 
	color: #fff; text-decoration: none; 
	font-face: Arial; 
	cursor: hand
}

.Bairro{
    text-align: center;
    font-size: 9px;
    font-family: verdana;
    color: #000;
    margin-top: 5px;
    position: relative;
    width: 185px;
}

.Preco{
    text-align: center;
    font-size: 12px;
    color: #14356b;
    font-family: verdana;
    position: relative;
    width: 100%;
    font-weight: bold;
}

.Tipo{
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: verdana;
    position: relative;
    width: 100%;
}
.destaquetitulo{
	width: 938px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-weight: bold;
	color: #154d68;
	padding: 5px;
	font-size: 16px;
}

.destaquetituloLocacao{
	width:945px;
	background-image:url(../img/DestaqueTituloLocacao.png);
	height:30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.destaquesLinha1{
    position: relative;
    width: 945px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: table;
    margin-bottom: 20px;
}

.destaquesLinha2{
    position: relative;
    height: 200px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.destaque{
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    width: 305px;
}

.destaquefoto{
	width: 305px;
	height: 235px;
	border: 1px solid #ccc;
}
	
.destaquefotoImg{width: 100%;height: 100%;}

.destaqueinformacoes{
    margin-top: 5px;
}

/*DESTAQUES VND*/

.destaquevnd{
	position:relative;
	width: 930px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height: 150px;
	padding: 5px;
	border: 1px solid #ccc;
}

.destaquevndfoto{
	background-image: url(../img/BackgroundDestaques.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:185px;
	height:145px;
	float:left;
}

.destaquevndinformacoes1{
	position:relative;
	margin-left:20px;
	float:left;
	width: 540px;
	margin-top:10px;
	height:125px;
	border-right:1px solid #ccc;
}

.destaquevndinformacoes2{
	position:relative;
	margin-left:20px;
	float:left;
	width:160px;
	margin-top:10px;
	height:125px;

}

.destaquevndTipo{
    position: relative;
    font-size: 14px;
    font-family: verdana;
    font-weight: bold;
    color: #666;
}

.destaquevndLocalizacao{
    position: relative;
    font-family: verdana;
    font-size: 12px;
    color: #a71c20;
}

.destaquevndDescricao{
    position: relative;
    font-family: verdana;
    font-size: 12px;
    margin-top: 20px;
    width: 520px;
}

.destaquevndPreco{
    position: relative;
    width: 100%;
    text-align: center;
    font-family: verdana;
    font-size: 14px;
    color: #a71c20;
}

.destaquevndBotao{
    margin-top: 65px;
    position: relative;
    width: 72px;
    background-color: #a71c20;
    color: #fff;
    padding: 5px 10px;
    font-family: verdana;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    cursor: pointer;
}

.destaquevndBotao:hover{
    background-color: #000;
    color: #fff;
}