#mapa_wrapper{
	position: relative;
	background: url('img/googlemaps.jpg') no-repeat center top;
	background-size: cover;
	height: 330px;
}

#mapa{
	width: 100%;
}

.limite_contactos{
	margin: 53px auto 0;
	display: table;
}

.limite_contactos li{
	width:183px;
	float: left;
	list-style: none;
	text-align: center;
	height: 169px;
	line-height: 20px;
}

#morada, #telef, #email, #fax{
	background: url("img/imgs.png") 0 0 no-repeat;
	width: 42px;
	height: 42px;
	margin: 0 auto;
}

#telef{
	background-position: -43px 0;
}

#email{
	background-position: -128px 0;
}

#fax{
	background-position: -85px 0;
}

.limite_contactos a{
	color:#000;
}