/* CSS Document */
.empreendimento
{
	width:532px;
	height:700px;
	background:#E7E7E7;
	float:left;
	margin:30px;
}
.empreendimentoInfo h4
{
	color: #FF8002;
	font-size:24px;
	margin:10px;
}

.valor
{
	color:#383838;
	font-size:35px;
	line-height:95%;
	margin:20px;
}
.valor span, .bairro span
{
	font-size:16px;
}

.bairro
{	color:#383838;
	font-size:20px;
	line-height:95%;
		margin:20px;
}
.empreendimentoBt { width:125px; height:31px; line-height:33px; display:inline-block; color:#FFF !important; font-size:11px; text-indent:15px; background-image:url(/imagens/iconLinkMais.png); background-repeat:no-repeat; background-position:bottom left; float:right; margin-top:-60px; margin-right:25px;}
.empreendimentoBt:hover { background-position:top center; }
@media screen and (max-width: 500px) {
	.empreendimento
	{
		width: 320px;
		height: 520px;
		background: #E7E7E7;
		float: left;
		margin: 20px 0px;
	}
	.empreendimentoInfo h4
	{
		color: #FF8002;
		font-size: 18px;
		margin: 10px;
	}
}