
.barraAzul{
    position: absolute; 
    margin-top:0.3em; 
    background-color: red; 
    margin-bottom: 0.3em; 
    height: 30PX;
    width: 100%;
}

.barraVerde{
    position: relative; 
    margin-top:0.3em; 
    background-color: rgb(0, 255, 0); 
    margin-bottom: 0.3em; 
    height: 30PX;
    width: 100%;
}

        #div-letras {
            width: 70%;
    flex-grow: 5;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 6rem;
    margin-bottom: 3em;
    margin-top: -5em;
        }

.letra {
    /* font-size: 140px; */
    font-size: 15rem;
    color: blue;
    /* font-family: Tahoma, Geneva, Verdana, sans-serif; */
    /* font-style: italic; */
    background-color: white;
margin-top: 0em;
    margin-left: 1rem;
    padding-left: 0.1rem;
    /* margin-right: 2em; */
    /* height: 60px; */
    width: 8.8rem; 
    
    margin-bottom:0.2em;

    border-radius: 7px;
    /* border-color: blue; */
    border-style: solid;
}

#resultado
{
margin-left: 10em;

}

a{
    /* list-style: none; */
    text-decoration: none;
}

/* #resultado-dela-A{
    display: none;
} */

.lamano{
    cursor: pointer;
}


.letrasHorizontales{
    flex-grow: 5;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0em;
}

.cuadrado{
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    padding: 0.3em;
    border-radius: 7px;
    border-style: solid;
    border-color: blue;
    height: 5em;
    width: 5em;
  
}

.letras{
    margin-left: 0.2em;
    /* font-size: 2.2em; */
    margin-bottom: 0.2em;
    padding: 0.3em;
    border-radius: 7px;
    border-style: solid;
    /* border-color: blue; */
    /* height: 4em; */
    /* width: 5em;*/
    width: 1em;
    text-align: center;
}



.letrasMenu{
    margin-left: 0.2em;
    font-size: 1em;
    margin-bottom: 0.2em;
    padding: 0.3em;
    border-radius: px;
    border-style: solid;
    /* border-color: blue; */
    /* height: 4em; */
    /* width: 5em;*/
    width: 1em;
    text-align: center;
}


.datosEmpresa{
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    padding: 0.3em;
    border-radius: 7px;
    border-style: solid;
    border-color: blue;
    height: 7em;
    width: 7em;
}

.datosEmpresa > div{
    margin-top: 0.3em;
    text-align: center;
}

.letrasDrch{
    float: right;
    margin-right: 2em;
}
/*.rectangulo{
    color: chartreuse;
    height: 3em;
    width: 7em;
    border-radius: 7px;
    flex-grow: 5px;
    border-style: solid;
    border-color: blue;
} */
.local{
font-size: 1.5rem;
/* padding-top: 0.5em !important; */
}


#subiendoImg{
    color: white;
    font-size: 7px;
}

.departamentos{
    background-color: lightcyan;
}

#anuncios{
    display: flex;
    flex-grow: 5;
    flex-wrap: wrap;
    justify-content: center;
}
#anuncios
> div{
   margin-left: .5rem;
}

@media (max-width: 576px) {
    /* .show-if-mobile,
    .mostrar-si-movil {
      display: block !important;
    } */
    #anuncios{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
  }