body {
    background-color: #e9eff9;
}

img {
    border: 0px solid black;
    max-width: 100%;
    max-height: 100%;
}

ul.nav {
    margin: 10px auto;
    padding: 0;
    width: 100%;
    font-size: 25px;
}

#titulo {
    table-layout: fixed;
}

ul.nav li>p {
    border-top: 1px solid #666;
    color: #e9eff9
}

ul.nav details {
    display: block;
    border-bottom: 1px solid #000;
    border-top: 1px solid #666;
    text-decoration: none;
    box-sizing: border-box;
    color: #000;
}

#last {
    display: block;
    border-bottom: none;
    border-top: 1px solid #666;
    box-sizing: border-box;
    color: #e9eff9;
}

@media only screen and (max-width: 1000px) {
    /*MOVILES*/
    #guitar {
        color: #000;
        width: 200px;
    }
    ul.nav li>table {
        /* Titulo */
        font-size: 80px;
        /* Tamaño del titulo*/
        display: block;
        border-bottom: 1px solid #000;
        text-decoration: none;
        box-sizing: border-box;
        color: #000;
        padding-bottom: 20px;
        padding-top: 15px;
    }
    ul.nav details summary {
        display: block;
        padding: 10px 10px 10px 20px;
        color: #000;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 48px;
        /* Tamaño de los grupos (2.Manada)*/
    }
}

@media only screen and (min-width: 1001px) {
    /*ORDENADORES*/
    ul.nav li>table {
        /* Titulo */
        font-size: 50px;
        /* Tamaño del titulo*/
        display: block;
        border-bottom: 1px solid #000;
        text-decoration: none;
        box-sizing: border-box;
        color: #000;
        padding-bottom: 20px;
        padding-top: 15px;
    }
    ul.nav details summary {
        display: block;
        padding: 10px 10px 10px 20px;
        color: #000;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 28px;
        /* Tamaño de los grupos (2.Manada)*/
    }
    #guitar {
        color: #000;
        width: 100px;
    }
}

ul.nav details ul li a {
    color: #000;
    text-decoration: none;
    text-align: left;
}

ul.nav details ul li a:hover {
    color: #05a354;
    /* color del enlace al ponerse encima */
}

ul.nav details>ul {
    font-size: 20px;
    margin-left: 20px;
    list-style-type: square;
    list-style-position: inside;
    /* Tamaño de los enlaces a las canciones*/
}

ul.nav details summary:hover {
    background: #f9eff9;
    color: #000;
}