body{   font-family: 'Arvo', serif;
        color: #58697b;
        background-image: url("../img/fondopapel.png");}

a {color: inherit;
    text-decoration:none;}
a:active {color: inherit;}
a:hover {color: inherit;}

.notes-txt {
    min-height: 100px;
    background-image: url(../img/barra-notas.png);
    padding-top: 20px;
    background-repeat: repeat-x;
}

.principal
    {font-weight: 800;
    color: #4e4546;
     border-bottom: 3px solid #92828d;}

.secundario
    {font-weight: 600;
    color: #62861f;
     }

.secundariosubrayado
    {font-weight: 600;
    color: #4e4546;
     border-bottom: 3px solid #92828d;}           

.btnmenu {  font-size: small;
            color: #58697b;
            text-transform: uppercase;
            font-weight: 500;
            color: #dbd3c3!important;
            background-color: #47525c;
        }

.abtnmenu:hover{
  background-color: #797285;
}

.topcine{ color:#4e4646;
          text-align: left;}






