.Titulo{
    font-family:'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: darkblue;
    border-style: solid;
    border-width: 2px;
    border-color: darkblue;
    background-color: aquamarine;
    border-radius: 10px;
    padding: 3px;
}
.Comentario{
    font-family:'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    text-align: end;
    color: gray;
    margin: 5px;
}
.BotonAnt{
    background-color: red;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12;
    padding: 5px;
}
.BotonInd{
    background-color:blue;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12;
    padding: 5px;
}
.BotonSig{
    background-color: green;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12;
    padding: 5px;
}
.Cuaresma{
  background-color: #622C85;
}


.Coro{
  font-family: monospace, monospace;
  font-size: 30px;
  font-style: normal;
  text-align: start;
  color: blue;
  margin-bottom: 45px;
  margin-left: 10px;
}
.Estrofa{
  font-family: monospace, monospace;
  font-size: 30px;
  font-style: normal;
  text-align: start;
  color: black;
  margin-bottom: 45px;
  margin-left: 10px;
}
.Acordes{
  font-family: monospace, monospace;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  text-align: start;
  color: red;
}
.Arreglo{
  font-size: 30px;
  text-align: right;
  font-style: italic;
  color: green;
}
