
/***************** BUSCA *****************/

#tblImovel {
	position:relative;
	width:100%;
	margin-bottom:25px;
	margin-top:25px;
	color:#7A6665;
	font-size:13px;
}
#tblImovel tr th {
	background-color:#A2A2A2;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:15px 20px;
	vertical-align:top;
}
#tblImovel tr td {
	background-color:#E6E6E6;
	padding:15px 20px;
}
#tblImovel tr td p {
	display:block;
	margin-bottom:20px;
	text-align:justify;
}
.lnkImage {
	display:block;
	margin:0px 5px 10px 5px;
	float:left;
}
.lnkImage img {
	border:3px solid #FFFFFF;
}

#divCoverBody {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	filter: alpha(opacity=50,style=0); 
	-moz-opacity:0.50; 
	opacity: 0.50; 
	z-index:999;
}
#divCoverBodyPhoto {
	position:absolute;
	top:0px;
}

#pImovel {
	background-image:url(../images/l_09.gif);
	height:34px;
	padding-top:23px;
	text-align:center;
	margin:25px 12px 25px 13px;
}

#lnkSend {
	text-decoration:none;
	display:block;
	background-image:url(../images/i_06.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:4px 25px;
	margin:0px 15px;
	font-weight:bold;
	color:#29A1BA;
	font-size:12px;
}
#lnkInfo {
	text-decoration:none;
	display:block;
	background-image:url(../images/i_07.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:4px 25px;
	margin:0px 15px;
	font-weight:bold;
	color:#29A1BA;
	font-size:12px;
}
#lnkSend:hover {
	text-decoration:underline;
}
#lnkInfo:hover {
	text-decoration:underline;
}
.divDivision {
	display:block;
	clear:both;
	border-bottom:1px dotted #A09583;
	margin:8px 15px;
}














