#mapa {
  margin-top: 25px;
  width: 400px;
  height: 400px;
  border: 1px solid #000000;
  background: url(mapa.jpg) top left no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#mapa * {
  color: #000000;
  font-size: 11px;
  text-align: left;
}

#mapa a {
  text-decoration: none;
  font-weight: bold;
  color: #286ea0;
}
#mapa a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #286ea0;
}

