body{
  font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
  height:100%;
}

#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 */
  top: 20%;      /* px debajo de borde de navegador */
  left: 50px;        /* ajusta a borde de navegador */
  right:50%;
  bottom: 10%;
  background: rgba(0,255,0,0.5); /* verde si no hay mapa */
}

.boton {

 text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
            text-align:center;
            text-decoration: none;
      font-family: 'Helvetica Neue', Helvetica, sans-serif;
      display:inline-block;
            color: #FFF;
            background: #7F8C8D;
            padding: 7px 20px;
            white-space: nowrap;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 100px;
            margin: 10px 5px;
            -webkit-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
             background: #3498DB;
  box-shadow: 0px 5px 0px 0px #2980B9;
}
.boton:hover{
  background: #39a0e5;
}

.boton:active{
  box-shadow: 0px 2px 0px 0px #2980B9;
}

header{
  max-height:10%;
  max-width:100%;
  padding-top:5px;
  margin-bottom:15px;
  display:flex;
   
  display: -webkit-flex;
  flex-wrap:no-wrap;
  padding-right:10px;
  background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
  border-bottom-color:#000000;
  border-bottom-width:1px;
  border-bottom-style:solid;
}
#reloj{
 display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posiciÃ³n absoluta a navegador */
  top: 128px;      /* px debajo de borde de navegador */
  left: 300x;        /* ajusta a borde de navegador */
  right: 9px;
  bottom: 0;
  }
  
  @font-face {
    font-family: 'digi';
    src: url('https://cssdeck.com/uploads/resources/fonts/digii/DS-DIGII.TTF');
}
 
* {
    box-sizing: border-box;
}
 

#clock {
    font-family: 'digi';
    font-size: 76%;
    background: #B9B7B1;
    background-image: radial-gradient(
        center 0,
        white,
        #B9B7B1
    );
}
 
#clock {
    width: 250px; height: 100px;
    background: white;
    font-size: 4em;
    color: #707070;
 
    /* Centrar nuestro reloj*/
    position: absolute;
    left: 75%; top: 50%;
    margin-left: -125px; margin-top: -50px;
 
    text-align: center;
    line-height: 100px;
 
    border-top: 5px solid #E54B6B;
    background-image: linear-gradient(#f0f0f0, white);
}

footer{
  max-height:90%;
  max-width:100%;
  padding-top:40%;
  margin-bottom:15px;
  display:flex;
}
  