* { padding:0; margin: 0; }


#container {
	width: 850px;
	margin: 0 auto;
}

#corretor_online {
	margin-left:340px;
	position:absolute;
	top:295px;
}

body {
	font-family: Tahoma, Arial, Verdana;
	font-size:14px;
	color: #000;
	background-color: #16314F;
	background: #16314F;
}



a {
	text-decoration : none;
	color:13007D;
}
a img { border: 0; }


/* TIPOS - ap, casa, area, etc ... */
#dvTipos {
	width:225px;
	height:28px;
	font-size:11px;
	text-align:center;
	font-weight: bold;
	color:#333333;
	background-image:url(../../images/botaoTipos.png); 
	background-position:center;
	background-repeat: no-repeat;	/* letter-spacing: 0.1em; */
}
#dvTipos a {
	text-decoration: none;
	color:#606060;
	line-height:30px; /* Alinhamento vertical */
}


/* LISTAGEM - lista dos imóveis */
#divTabela { padding:3px; font-size:12px; }

#divTabela th { background: none; }
#divTabela th a { color:#000000; }

#divTabela tr { }

#divTabela td { background: none; }
#divTabela td a {
	color:#000000;
	/* font-weight: bold; */
}

.ImovelReservado {
	width: 100%;
	height: 44px;
	background-color: red;
}		