body{
	font-family: "Droid Sans" , "Helvetica", Arial, sans-serif;
	background-image: url("1.jpeg");
}

h1 { 
   margin: 3%;
   font-family: Garamond,"Times New Roman",Georgia,Serif; 
   font-style: inherit;
   font-size: 450%;
   font-weight: 600;
   color: Indigo;
   
   }
 

#borrar {
  display:block;
	margin-top: 3%;
	margin-left: 7%;
  background: #996699;
  font-size:20px;
  font-family:Verdana,Helvetica;
  width:150px;
  color:white;
  border-spacing: 0px;
  border-top-style: solid;
  border-top-color: #800080;
  border-left-style: solid;
  border-left-color: #800080;
  border-right-style: solid;
  border-right-color: #800080;
  border-bottom-style: solid;
  border-bottom-color: #800080;
        
       }

#latlng{
	display:block;
	margin:0;
	padding:0;
	position: absolute;
	top:0;
	left:0;
	right: 0;
    height: 50px;

}

#map {

     display: block;
     margin: 0;
     padding: 0;
     position: absolute;                   
     top: 25%;                             
     left: 7%;                             
     right: 60%;                           
     bottom: 15%;                          
     background: rgba(0,250,0,0.5);
} 

#reloj {
    text-align: center;
    min-height: 100px;
    font-family: Garamond;
    display: inline-block;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    margin-right:5%;
    position: relative;
    float: right;
    width: 40%;
}

#hour, #minute {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}

#second {
    font-size: 3.5rem;
    text-align: center;
}

footer{
  
  font-weight: bold;
	position: absolute;
	left: 3%;
	bottom: 1%;
	height: 45px;
	width: 305px;
	padding-left: 15px;
}                              