#numeros{
    font-family:sans-serif;
    font-size: 23px;
    color:green;
    background-color: black;
    width: 200px;
    text-align: center;
    margin-left: 30%;
    margin-bottom: 1%;
    border-width: 10px;
    border-color: green;
    border-radius: 25px;
    -moz-border-radius:25px;
}

#analog {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left:30%;
    background: url(http://4.bp.blogspot.com/-JWBIk7o77hQ/T43_W-LtTKI/AAAAAAAACh4/n8wev2W3XJQ/s200/reloj%2Bsin%2Bmanecillas.GIF) no-repeat;
}

#seg, #min, #hor {
    background-image: url(http://riotdesign.eu/assets/img/orologio/analogseconds.png);
    background-position: center center;
    height:200px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 87px;
}

#seg {
    background-size: 320px;
    -webkit-filter: grayscale(1);
}

#min {
    background-size: 280px;
}

#hor {
    background-size: 200px;
    background-repeat: no-repeat;
}

.boxHeader{
    font-family:sans-serif;
    font-size: 23px;
    width: 200px;
    text-align: center;
    margin-bottom: 1%;
    border-width: 10px;
    border-color: green;
    border-radius: 25px;
    -moz-border-radius:25px;
    margin-left:30%
}

#geolocalizacion {
    float:left;
    text-align: center;
    
}

#reloj{
    float:right;
     width:500px;
    height:500px;
   
}

footer{
    clear: both;
}

#map{
    display:block;
    width:500px;
    height:500px;
    background: rgba(0,255,0,0.5);
}

#compactar{
    font-family:sans-serif;
    width: 100px;
    text-align: center;
    margin-bottom: 1%;
    -moz-border-radius:25px;
}

main {
   min-width: 1000px;
}

header { 
   padding-left:500px;
}
