
#fecha {font-weight: bold;
  display: block;
position: absolute; /* Debajo del mapa */
  top: 83px;      
  left: 400px;        
  right:0px;
  bottom: 0;
  width: 470px;
  height:20px;
    background-color:#F0F0F0;

}
body{background-color:#C5C5C5;

  font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
}
h3{font-weight: bold}
#latlng{

  display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  top: 0;             /* ajusta a borde de navegador */
  left: 0;
  right: 0;
  height: 50px;
}

#map{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  width: 515px;
  height:515px;
  top: 130px;      
  left: 15px;       
  right: 0;
  bottom: 40px;
  background: rgba(0,255,0,0.5); /* verde si no hay mapa */
}
footer{
  font-family: Times;display:block;position: absolute; 
  background-color:#F0F0F0;
  top: 655px;     
  left: 15px;        
  right: 0;
  bottom: 0;
width:150px;
  height:20px;
}
    