#vAyuda {
    left: 17vw;
    top: 8vh;
    /*
    max-height: 90vh;
    border-width:3px;
    border-style: solid;
    */
}
#vAyuda .arrastre{
    height: auto !important;
    max-height: 20vh;
    overflow: auto;
    display:flex;
    padding-right: 20px;
}
#indice {
    display: flex;
    flex-wrap: wrap;
    padding: 010px;
}
#indice a {
    text-decoration: none;
    padding: 7px 9px;
}
#ayuda{
    padding: 5px 20px;
    max-height: 70vh;
    overflow: auto;
}
.delMenu{
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
}
.titulo-caracteristicas{
    font-weight: bold;
    margin: 10px 0;
}
.lista-caracteristicas {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px 0;
}

.lista-caracteristicas li {
    margin-bottom: 10px;
}
.ul-m0{
    margin:0;
}
.nota {
    border-left-width: 4px;
    border-left-style:  solid;
    padding: 10px;
    border-radius: 8px ;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.lista-comandos{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 10px;
}
#vAyuda {
    width: 100vw;
}
@media(min-width: 900px) {
    #vAyuda {
        width: 39vw;
    }
}