/*** índice de páginas ***/
/*
    03/10/2011
    13/03/2020
*/
nav {
    text-align: center;
    line-height: 150%;
    margin: 0.1em 0 0.2em 0;
    padding: 0.1em 1em 0.2em 1em;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    font-family: Ubuntu, Tahoma, Arial, Verdana, sans-serif;
    color: white;
    background-color: #204870;
    text-align: center;
/*
 *     border: none;
 */
   border: 1pt solid #668;

    border-radius: 0;
/*    box-shadow:1px 1px 3px rgba(0,0,0,0.5); */
}

#listaindice li {
    display: inline;
    margin: 0 1em 0 1em;
}

#listaindice a:link {
    text-decoration: none;
    color: #ffffff;
}

#listaindice a:visited {
    color: #ffffff;
}

#listaindice a:hover {
    color: #ffff00;
}

#listaindice a:active {
    color: #ffffff;
}
