body, html{
    height: 100%;
    margin: 0;
    padding: 0;    
}

body{
    font-family: sans-serif;
    text-align: center;    
    background: -webkit-radial-gradient(
                 #407BA0,
                 #214154,
                 #13242F
                 );
}

h1{
    color: #eee;
}


.nubes,
.mapa{    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    
}


.nubes{
   width: 220px;
   height: 220px;
   /*outline: 1px solid #ccc;*/
    
}

.nubes img{
    position: relative;
    z-index: 20;
}

.mapa{
    width: 200px;
    height: 200px;
    background: url(../img/mapa.png);    
    border-radius: 50%;
    box-shadow: -30px -20px 0 0 rgba(0,0,0,.15) inset,
                -70px -30px 0 0 rgba(0,0,0,.1) inset,
                  5px 5px 0 0 rgba(255,255,255,.2) inset;
    background-size: cover;
    
    -webkit-animation: tierra-girando 5s infinite linear;
                
}


@-webkit-keyframes tierra-girando{
    
    from{
        background-position: left center;
    }
    to{
        /*background-position: right center;*/
        background-position: -396px center;
    }
    
}


/* ESTRELLAS */
.estrella{
    width: 2px;
    height: 2px;
    background: #fff;
    position: absolute;
    /*top: 20%;
    left: 50%;*/
    border-radius: 50%;
    /*box-shadow: 0 0 3px 3px rgba(255,255,255, .3);*/    
    /*box-shadow: 0 0 16px 16px rgba(255,255,255, .3);*/
    
}

.primera{
    top: 20%;
    left: 50%;
}

.segunda{
    top: 30%;
    left: 35%;
}

.tercera{
    top: 90%;
    left: 90%;
}

.cuarta{
    top: 80%;
    left: 30%;
}

.quinta{
    top: 30%;
    left: 80%;
}

.sexta{
    top: 70%;
    left: 80%;
}

.septima{
    top: 50%;
    left: 35%;
}

.octava{
    top: 80%;
    left: 50%;
}

.novena{
    top: 35%;
    left: 10%;
}

.decima{
    top: 60%;
    left: 20%;
}

.estrella:nth-child(12){
    top: 5%;
    left: 30%;
}


.estrella:nth-child(2n){
    -webkit-animation: estrella-par 2s infinite;
}

@-webkit-keyframes estrella-par{
    0%, 90%{
        box-shadow: 0 0 3px 3px rgba(255,255,255, .3);
    }
    100%{
        box-shadow: 0 0 16px 16px rgba(255,255,255, .3);
    }
}

.estrella:nth-child(2n+1){
    -webkit-animation: estrella-impar 2s infinite;
}

@-webkit-keyframes estrella-impar{
    0%, 35%, 50%{
        box-shadow: 0 0 3px 3px rgba(255,255,255, .3);
    }
    45%{
        box-shadow: 0 0 16px 16px rgba(255,255,255, .3);
    }
}



#clock {
  font-size: 5em;
  text-align: center;
  margin: 1em;
  color: white; 
}

#dateconfig{
     padding-top: 10px;
	 font-family: 'Raleway', sans-serif;
	 font-size: 20px; 
	 text-align: center;
   color: white;

}








