#historial_contenido {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 10px;
    background-color: #fff;
    /* border-radius: 5px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#historial_contenido_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side-by-side {
    display: flex;
    justify-content: space-between;

    >div:nth-child(1) {
        width: 50%;
    }

    >div:nth-child(2) {
        width: 40%;
    }
}

#creditos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    div {

        font-size: 10pt;
        color: #808080;
        text-align: left;
        width: 100%;
    }
}

#historial_contenido_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;

    h1 {
        font-size: 1.5em;
        color: #ba7846;
        text-align: center !important;
    }

    h2 {
        font-size: 1.2em;
        color: #ba7846;
        text-align: center !important;
    }

    & ul {
        list-style-type: circle;
        padding: 0;
        margin: 0;
        margin-left: 40px;
    }

    li {
        font-size: .8em;
        color: #3d3d3d !important;
        text-align: left !important;
        margin-left: 20px;
    }
}

div.divider {
    height: 9px;
    background: url("../../../../contenido/especiales/historial/imagenes/linea-bckwn.gif");
}

.notch::before {
    content: "";
    background: url("../../../../contenido/especiales/historial/imagenes/botch.gif") no-repeat center center;
    display: inline-block;
    height: 9px;
    width: 40px;
}

#autores {
    p:not(.notch)::before {
        content: "";
        display: inline-block;
        height: 9px;
        width: 40px;
    }
}


#historial_bottom {
    margin-top: 40px;
    text-align: center;

    p.copy {
        font-size: xx-small !important;
        color: #3d3d3d !important;
        text-align: center !important;
    }


}

.historial_module {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0;
    margin: 0px 0px 20px 0px;

    div:nth-child(odd) {
        /* font-size: .8em !important;
        color: #3d3d3d !important; */
        background: url("../../../../contenido/especiales/historial/imagenes/linea-bckwn.gif") repeat-x;
        background-position: bottom 0 left 0;
    }

    div:nth-child(even) {
        background: url("../../../../contenido/especiales/historial/imagenes/linea-bckwn.gif") repeat-x;
        background-position: bottom 0 left 0;
        padding: 0 10px 10px 10px;

    }

    p {
        text-indent: 0 !important;
        font-size: .8em !important;
        color: #3d3d3d !important;
        text-indent: 0 !important;
    }

    p.linespace {
        line-height: 2em !important;
    }

    table {
        width: 100%;
        border: 0px;
        padding: 0px;
        margin: 0px;
        font-size: .8em !important;
        color: #3d3d3d !important;
    }

    th,
    tr {
        vertical-align: top !important;
    }
}

div.doc {
    border: 1px solid #ccc;
    background: none !important;

    .center {
        text-align: center !important;
    }


    table {
        width: 100%;
        border: 0px;
        padding: 0px;
        margin: 0px;

        td {
            width: 50%;
            padding: 0px;
            border: 0px;
            text-align: center;
        }

        p {
            text-align: center !important;
        }
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ba7846;
}

p {
    text-indent: 1em !important;
    font-size: .8em !important;
    text-align: justify !important;
    color: #3d3d3d !important;
}

.right {
    text-align: right !important;
}

.footnote {
    font-size: .7em !important;
    color: #ba7846;
    text-align: left !important;
}

.img_left {
    border: 1px solid #ba7846;
    float: left;
    margin: 0 10px 10px 0px;
    padding: 5px;

    p {
        font-size: .67em !important;
    }

    h6 {
        word-wrap: break-word;

    }
}