

.caixaEspai {
	background-color: #EA0001;
	width: 265px;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #534741;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #534741;
	height: 175px;
	text-align: left;
	overflow: hidden;
}
.caixaEspai h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 30px;
}
.caixaEspai p {
	margin: 0px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#titolEspai {
	height: 98px;
}

.caixaEspaiMapa {
	background-color: #FFFFFF;
	height: 115px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #534741;
	text-align: center;
	padding-top: 10px;
}.caixaEspaiMapa h2 {
	display: none;
}