html {
    font-size: 1em;
}
body {
    margin: auto;
    padding: 5px 5px 200px;
    text-decoration: none;
    max-width: 1000px;
    display: block;
    border: 2px solid lightgrey;
    font-family: "Helvetica", sans-serif, "Arial";
}

h1 {
    /*text-align: center;*/
    color: blue;
    /*font-size: 3rem;*/
}

h2 {
    /*text-align: center;*/
    color: green;
    /*font-size: 1rem;*/
}
h3 {
    /*font-size: 1rem;*/
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

th {
    background-color: black;
    color: white;
}

th, td {
    padding: .3em .5em;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #ccc;
    height: 1.5rem; //30px;
    font-size: 1rem; // 22px;
}

tr:nth-child(even) {
    background-color: #eeeeee;
    color: #000000;
}

tr:nth-child(even) td a {
    color: #003200;
}

tr:nth-child(odd) {
    background-color: #ffffff;
    color: #000000;
}

tr:nth-child(odd) td a {
    color: #000000;
}

.centrado {
    text-align: center;
}

.urlexterna {
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 20px;
}

#toc {
    color: #6c0500;
}

strong {
    padding-left: 10px;
    color: darkred;
    padding-right: 10px;
}
