.fondoEnteroLoby {
    background-color: #f7f0ac;
}
.fondo1Loby {
    background-image: url('./../../imagenes/svg/FONDOLOBY.svg');
    background-size: 100%;
    background-repeat:repeat-x;
}
.IMGFONDOLoby{
    width: 100%;
    position: relative;
    vertical-align: middle;
}

/* CRONOMETRO ESTILOS */

.cronometroLoby {
    background: rgba(3, 1, 1, 0.6);
    font-family: 'Courier New', monospace;
    font-size: 20px;
    /* background-color: #15ad22; */
    padding: 10px;
    color: #f5f4ef;
    border: 1px white;
    text-align: center;
    border-radius: 5px;
   }
   
   .cronometroLoby .digitoLoby {
    display: inline-block;
    /* width: 30px; */
    margin: 0 10px;
   }

   .mensajeLoby{
    /* font-family: "Comic Sans MS", cursive; */
    font-size: 1.5em;
    text-align: center;
    color: #f8eeee;
    padding: 10px;
    margin-top: 1em;
    border: 1px white;
    background: rgba(3, 1, 1, 0.6);

   }

   .container_Row_Col{
    padding: 1em;
   }
   .imagenAvatar{
    width: 90%;
   }