html {
    overflow: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 2px;
}

#content {
    margin-top: 2px;
    position: relative;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
}

.tooltip {
    position:absolute;
    padding: 5px;
    border: 1px solid gray;
    font-size: 9pt;
    font-family: Verdana;
    background-color: #fff;
    color: #000;
}

img.foto{
    background:url(../images/load.gif) no-repeat center center;
}

#mapSearchContainer{
  position:fixed;
  top:20px;
  right: 40px;
  height:30px;
  width:180px;
  z-index:110;
  font-size:10pt;
  color:#5d5d5d;
  border:solid 1px #bbb;
  background-color:#f8f8f8;
}