@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'MyriadWebProBold';
    src: url('../font/myriadwebpro-bold-webfont.eot');
    src: url('../font/myriadwebpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/myriadwebpro-bold-webfont.woff') format('woff'),
         url('../font/myriadwebpro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	margin:0px;
	padding:0px;
}

.DestaquesTituloVenda{
width: 920px;
position: relative;
font-family: verdana;
font-weight: bold;
text-align: center;
height: 22px;
color: #29166F;
margin-bottom: 5px;
font-size: 18px;
}

.DestaquesTituloLocacao{
width: 920px;
position: relative;
font-family: verdana;
font-weight: bold;
text-align: left;
height: 25px;
color: #29166F;
}

.Destaque{
	float: left;
	width: 172px;
	height: 205px;
	background-image:url(../img/FundoDestaques.png);
	background-repeat:no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #666;
}

.DestaqueLinha2{
	float: left;
	width: 172px;
	height: 170px;
	background-image:url(../img/FundoDestaques.png);
	background-repeat:no-repeat;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 35px;
}

.DestaquesVendaLinha1{
	margin-top: 15px;
	position:relative;
	height: 243px;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	padding: 13px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff00f;
	border: 1px solid #e8d303;
}

.DestaquesVendaLinha{
	margin-top:10px;
	position:relative;
	height:141px;
	width:978px;
	margin-left:auto;
	margin-right:auto;
}


A {
	text-decoration: none;
}

A:link {
	color: #000000; 
	text-decoration: none;
}

A:visited {
	color: #000000; 
	text-decoration: none;
}

A:hover {
	background: none transparent scroll repeat 0% 0%; 
	color: #000000; 
	text-decoration: blink;
	font-face: verdana; 
	cursor: hand;
}

.imagem{
	width: 170px;
	height: 128px;
	position:relative;
	border: 1px solid #ccc;
}

.legenda{
	width: 100%;
	position: relative;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	color: #000;
	background-color: #29166F;    
	height: 65px;
	padding: 5px 0px;
}

.legendaBairro{
	font-size: 14px;
	position:relative;
	color: #fff;
	text-transform: uppercase;
	margin-top: 4px;
}

.legendaTipo{
	font-size: 11px;
	font-family: 'MyriadWebProBold';
	position:relative;
	color: #000;
	margin-top: 0px;
}

.legendaReferencia{
	font-size: 11px;
	font-family: 'MyriadWebProBold';
	position:relative;
	color: #000;
}


.legendaCidade
{
	font-size: 10px;
	font-family: 'MyriadWebProBold';
	position:relative;
	color: #000;
}

.legendaPreco{
	font-size: 14px;
	position:relative;
	color: #fff;
	font-weight:bold;
	margin-top: 2px;}
