body{
  background:#E6E6FA;
	font-family: 'Verdana';
}

h1{
  font-size: 36pt;
  text-align: center;
}

#compactar{
  position: relative;
  left:250px;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	padding:8px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	
}

#latlng{
  height:50px;
}

#map{
  position:relative;
  left:50px;
  top:25px;
  bottom:50px;
  border-style: solid;
  border-color: black;
  border-width: 7px;
	height:325px;
	width:550px;
	background: rgba(0, 255, 0, 0.5);
}      
#reloj{
 background-color: #FF0040;
 text-align: center;
 text-indent: :50px;
 color: black;
 font-size: 50px;
 display: block;
 top: 80px;
 margin: 10px;
 padding:10px;
 position: absolute;
 left: 60%;
 right: 0;
 bottom:50%;
 
}

footer{
  position:absolute;
  bottom:0;
  font-size:10pt;
  font-style: italic;
  font-color: black;
}    
            