a.annotation {
  position: absolute;
  border: 2px groove black;
  padding: 0;
  display: none;
  z-index: 40;
  background: url(/pantallas/ekotolosa/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: center;
}
a.annotation span {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
  z-index: 40;
}
a.annotation:hover {
  border-color: yellow;
  z-index: 40;
  background: url(/pantallas/ekotolosa/images/bullet_hover.gif);
  background-repeat: no-repeat;
  background-position: center;
}
img.annotated {
  border-width: 1px;
  border-color: #000000;
}



div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(/pantallas/ekotolosa/js/ntbg.png);
    z-index: 50;
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
    z-index: 50;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
    z-index: 50;
}
