#map {
  background-image: url('../img/mapa/mapa.png');
  background-repeat: no-repeat;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px solid black;
  margin-bottom:5px;
}

#map td {
  width: 80px;
  height: 79px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#map a:hover {
  background-color: transparent;
	cursor: pointer;
	cursor: hand;
}

#map td a div {
  width: 78px;
  height: 77px;
  border: 0px;
}

#map td a:hover div {
  border: 1px solid navy;
}

#map-detail {
  background-repeat: no-repeat;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px solid black;
}

#map-detail td {
  width: 333px;
  height: 331px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#map-detail a {
  display: block;
  width: 331px;
  height: 329px;
  border: 0px;
}

#map-detail a:hover {
  background-color: transparent;
	cursor: pointer;
	cursor: hand;
}

#map-detail td a:hover div {
  border: 0px solid navy;
}

#map-detail td img {
  visibility: hidden;
  border: 0px solid red;
  position: relative;
  top: 115px;
}

