
body {
	color: #000;
	background-color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#print {
	display:inline-table;
}
#print h1 {
  display: inline-block;
  border-bottom: solid 5px #000;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  text-align: right;
}
.tabela-tit {
	color: #000;
	font-weight: 600;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.tabela-item {
	color: #000;
	font-weight: 300;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#print .imovel-item {
	border: thin solid #000;
	margin-bottom: 30px;
	margin-left: 0px;
}
#print .imagem {
	width: 100%;
}
#print .imagens {
	padding: 0;
	margin: 0;
	height: 50px;
	padding-top: 5px;
}
#print .preco {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
#print .preco span.tPreco {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.Rodape {
	margin: 0px;
	padding: 0px;
}
.Rodape h3{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
.Rodape hr{
	margin: 0px;
	padding: 0px;
}
