body {
background-color: WHITE;
overflow-x: hidden;
position: relative;
list-style-type: none;
}

p{
color:black;
margin-top: -1em;
}

.intro{
font-size: 12px;
}

span{
    color=blue;
    
}

.cuerpo-texto{
text-indent: 2vmax;
margin-top: 2em;
text-align: justify; 
text-align-last: left;
}

.cuerpo-nota{
margin-top: 2em;
margin-bottom: 1em;
text-align: justify; 
text-align-last: left;
}

.biblio{
margin-left:2vmax;
text-indent: -2vmax;
}

.pagina{
    border-bottom: solid;
    border-bottom-width: thin;
    text-align: right;
}

.words{
margin-top: 1em;
}

.post-cita{
margin-top: -0.5em;
}

.nota{
    font-size:3vmin;
    margin-top:20px;
    margin-bottom:20px;
}

.cita{
    margin-top:2em;
    margin-bottom:3em;
    margin-left:3vmax;
    margin-right:3vmax;
}

a{
    text-decoration: none;
    color:red;
}

a:hover{
    
    color:red;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: red;
  cursor: pointer;
  background-color: transparent; 
  font-size:3vmin;
}

/*#myBtn:hover {
  color: Cyan;
}*/



audio::-webkit-media-controls-panel{
background-color: rgba(255,255,255,1);
}

audio{
width:100%;
}



