/*******************************************************************************
* full d'estils especifics per a la pàgina localitza                           *
*******************************************************************************/
#contenidor {
	position: relative;
	width: 521px;
	height: 350px;
	margin: 0px 13px 0px 13px;
	display: inline;
  float: left;
}

#zonaMapa {
  position: relative;
  width: 281px;
  height: 281px;
	margin: 10px 0px 0px 10px;
  float: right;
}

#Mapa {
  position: relative;
  top: 0px;
  width: 279px;
  height: 239px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: black;
	overflow: hidden;
  float: left;
}

#botonsMapa {
  position: relative;
  top: 0px;
  left: 90px;
  text-align: center;
  border-top: 4px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: white;
  float: left;
}

.btnMapa {
  float: left;
}
