#page-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
@media screen {
    #page-container {
        bottom: 0;
        right: 0;
        overflow: auto;
        background-color: #9e9e9e;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjOWU5ZTllIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDVMNSAwWk02IDRMNCA2Wk0tMSAxTDEgLTFaIiBzdHJva2U9IiM4ODgiIHN0cm9rZS13aWR0aD0iMSI+PC9wYXRoPgo8L3N2Zz4=");
        -webkit-transition: left 500ms;
        transition: left 500ms;
    }
    .pf {
        margin: 13px auto;
        box-shadow: 1px 1px 3px 1px #333;
        border-collapse: separate;
    }
}

.pf {
    position: relative;
    background-color: white;
    overflow: hidden;
    border: 0;
}

.informe .hoja {
    padding-left: 61.5pt;
    padding-right: 61.5pt;
    width: 612pt;
    min-height: 792pt;
}

.informe p, .informe span, .informe ul{
    font-size: 11pt; /* 57px */
}

.informe p {
    text-align: justify;
    font-family: arial;
}

.informe .contact span {
    padding: 0px !important;
}

.informe #imagen {
    margin-top: 20pt !important;
}

.informe .contact {
    position: relative;
    left: 19pt;
    top: -7.5pt;
}

.informe #fecha {
    gap: 4pt;
    margin-bottom: 13.5pt;
}

.informe #titulo p {
    font-weight: bold;
    margin-bottom: 15pt;
}

.informe .campoSub {
    font-weight: bold;
    text-decoration: underline;
    /* text-decoration-thickness: 7px !important; */
}

.informe ul {
    text-align: justify;
    font-family: arial;
    padding-left: 9.5pt;
    margin-top: 7.5pt;
    margin-bottom: 7.5pt;
}

.informe ul li {
    margin-bottom: 11.5pt;
}

.informe #parrafoLegal {
    margin-bottom: 22pt;
}

.informe #diagnosticoPage1 {
    margin-bottom: 31pt;
}

.informe #diagnosticoPage1 p {
    margin-bottom: 9.5pt;
}

strong {
    font-weight: revert;
}





