div.navegacionV{
    /*background-color: salmon; color: blue; */
    width: 60%; height: 0%;

            font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: xx-large;
  text-align: left;

  position: fixed; top: 0%;
  z-index: 2;
}

.barV{width: 100%;}


div.tablaV{position: relative; width: 50%; height: 100%; z-index: 1; margin-top: 4%;}

table,th,td{border: 1px solid black;}


th,td.spn,td.eng,p.notaVocabulario{
    font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: large;
  text-align: center;
}

.emoji{
    font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: xx-large;

}

p.notaVocabulario{font-size: medium; width: 100%;text-align: left;}



div#listadeNotas{position: absolute;}