.caracteristicas{
    width: 58px;
    height: 58px;
    opacity: 1;
}

#tiempo{
    position: absolute;
    margin-left: 550px;
    top: 5px;
    font-size: 25px;
}

#pala{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

#jugadores{
    position: absolute;
    margin-top: 520px;
    margin-left: 10px;
    font-size: 20px;
}

#semilla{
    position: absolute;
    margin-top: 10px;
    margin-left: 130px;
}

#regadera{
    position: absolute;
    margin-top: 10px;
    margin-left: 250px;
}

#abono{
    position: absolute;
    margin-top: 10px;
    margin-left: 370px;
}

#arboles{
    position: absolute;
    margin-left: 550px;
    top: 37px;
    font-size: 18px;
}

#iniciar{
    position: absolute;
    margin-left: 580px;
    top: 70px;
}

#ranking{
    position: absolute;
    margin-left: 580px;
    top: 130px;
}

#inicio{
    position: absolute;
    margin-left: 580px;
    top: 190px;
}

.objetos{
    display: none;
}

.objetosready{
    display: block;
    
}

.list{
    width: 40px;
    height: 40px;
    opacity: 1;
}

.listF{
    width: 80px;
    height: 80px;
    opacity: 1;
    margin-bottom: 17px;
}
/* primero */
.primero-huecos{
    width: 160px;
    margin-left: 40px;
    margin-top: 400px;
    height: 80px;
    opacity: 1;
    position: absolute;
}

.primero-arbol{
    width: 150px;
    margin-left: 10px;
    margin-top: 50px;
    height: 300px;
    opacity: 1;
    position: absolute;
}

.primero-retono{
    width: 100px;
    margin-left: 70px;
    margin-top: 250px;
    height: 200px;
    opacity: 1;
    position: absolute;
}

.primero-semilla{
    width: 60px;
    margin-left: 90px;
    margin-top: 390px;
    height: 60px;
    position: absolute;
    opacity: 1;
}

/* segundo */
.segundo-huecos{
    width: 160px;
    margin-left: 180px;
    margin-top: 400px;
    height: 80px;
    opacity: 1;
    position: absolute;
}

.segundo-arbol{
    width: 150px;
    margin-left: 200px;
    margin-top: 90px;
    height: 300px;
    opacity: 1;
    position: absolute;
}

.segundo-retono{
    width: 100px;
    margin-left: 200px;
    margin-top: 250px;
    height: 200px;
    opacity: 1;
    position: absolute;
}

.segundo-semilla{
    width: 60px;
    margin-left: 230px;
    margin-top: 390px;
    height: 60px;
    position: absolute;
    opacity: 1;
}

/* tercero */

.tercero-huecos{
    width: 160px;
    margin-left: 580px;
    margin-top: 400px;
    height: 80px;
    opacity: 1;
    position: absolute;
}

.tercero-arbol{
    width: 150px;
    margin-left: 550px;
    margin-top: 90px;
    height: 300px;
    opacity: 1;
    position: absolute;
}

.tercero-retono{
    width: 100px;
    margin-left: 550px;
    margin-top: 250px;
    height: 200px;
    opacity: 1;
    position: absolute;
}

.tercero-semilla{
    width: 60px;
    margin-left: 630px;
    margin-top: 390px;
    height: 60px;
    position: absolute;
    opacity: 1;
}

/* cuarto */

.cuarto-huecos{
    width: 160px;
    margin-left: 380px;
    margin-top: 430px;
    height: 80px;
    opacity: 1;
    position: absolute;
}

.cuarto-arbol{
    width: 150px;
    margin-left: 370px;
    margin-top: 70px;
    height: 300px;
    opacity: 1;
    position: absolute;
}

.cuarto-retono{
    width: 100px;
    margin-left: 370px;
    margin-top: 250px;
    height: 200px;
    opacity: 1;
    position: absolute;
}

.cuarto-semilla{
    width: 60px;
    margin-left: 430px;
    margin-top: 440px;
    height: 60px;
    position: absolute;
    opacity: 1;
}

/* quinto */

.quinto-huecos{
    width: 160px;
    margin-left: 310px;
    margin-top: 400px;
    height: 80px;
    opacity: 1;
    position: absolute;
}

.quinto-arbol{
    width: 150px;
    margin-left: 300px;
    margin-top: 50px;
    height: 300px;
    opacity: 1;
    position: absolute;
}

.quinto-retono{
    width: 100px;
    margin-left: 300px;
    margin-top: 250px;
    height: 200px;
    opacity: 1;
    position: absolute;
}

.quinto-semilla{
    width: 60px;
    margin-left: 360px;
    margin-top: 390px;
    height: 60px;
    position: absolute;
    opacity: 1;
}

#contenedor{
    -webkit-border-radius: 3px 5px 1px 4px; /* recuerda la primera frase */
    -moz-border-radius: 4px; /* si quieres todas las esquinas iguales */
    border-radius: 3px;
    }

    /*----------- CAJA ----------- */
.cajaF { 
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    color: black; 
    font-size: 18px; 
    width: 300px;
    height: 514px;
    font-weight: 400; 
    text-align: center; 
    margin: 0 0 25px; 
    overflow: hidden; 
    padding: 20px; 
    position: absolute;
    top: 8px;
    left: 748px;
    
    border-radius: 35px 0px 35px 0px; 
    -moz-border-radius: 35px 0px 35px 0px; 
    -webkit-border-radius: 0px 10px 10px 0px; 
    border: 2px solid #187018;}

    .cajaF { 
        font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
        color: black; 
        font-size: 18px; 
        width: 290px;
        height: 512px;
        font-weight: 400; 
        text-align: center; 
        margin: 0 0 25px; 
        overflow: hidden; 
        padding: 20px; 
        position: absolute;
        top: 8px;
        left: 754px;
        
        border-radius: 35px 0px 35px 0px; 
        -moz-border-radius: 35px 0px 35px 0px; 
        -webkit-border-radius: 0px 10px 10px 0px; 
        border: 2px solid #187018;}

    .caja::-webkit-scrollbar {
        width: 8px;     /* Tamaño del scroll en vertical */
        height: 8px;    /* Tamaño del scroll en horizontal */
          /* Ocultar scroll */
          
    }

    /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.caja::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.caja::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.caja::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
.caja::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.caja::-webkit-scrollbar-track:hover,
.caja::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
