.container-tablas {
    display: flex;
}

.contenedor-principal{
    height: 800px;
}

.content{
    height: 700px;
}
.tabla-pdf {
    width: 70%;
    height: 600px;
}

.table thead {
    background: white; 
    display: table; 
    width: 100%;
    table-layout: fixed; 
}

.table {
    width: 100%;
    border-collapse: collapse;
}


.table tbody td {
    padding: 10px; 
    width: 100%;
}

.tabla-pdf tbody {
    width: 100%;
    padding: 0;
}

.tabla-aviso {
    width: 30%;
    height: 600px;
}

.contenedor-estrado2 p {
    margin: 0;  
    text-align: center;
}


.contenedor-estrado1 p {
    margin: 0;  
    text-align: center; 
}

.pdf-iframe {
    width: 90%;  
    height: 500px;  
    max-width: 100%;  
    margin: 0 auto;  
}


@media (max-width: 600px) {
    .contenedor-principal{
        padding-left: 20px;
        margin-top: 0;
        height: auto;
    }

    .options{
        text-align: center;
    }

    .tabla-pdf{
        display: none;
    }
    .pdf-iframe {
        width: 90%;  
        height: 500px;  
        max-width: 100%;  
        margin: 0 auto;  

    }

    #avisoisf{
        height: 100%;
        width: 100%;
    }
    

    .tabla-aviso {
        width: 100%;
        display: block;
    }

    .table {
        width: 100%; 
        display: block;
    }

    .pdf-columns{
        text-align: center;
    }

    .table thead {
        background: wheat; 
        display: table; 
        width: 100%;
        table-layout: fixed; 
    }

    .table tbody {
        display: block; 
        width: 100%; 
        max-height: 530px; 
        overflow-y: auto; 
        padding: 0; 
        margin: 0;
    }

    .container-tablas {
        width: 100%;
        margin-bottom: 20px; 
        display: block;
        height: auto;
    }

    .content {
        height: auto;
    }
    
    .table td {
        word-wrap: break-word; 
        text-align: justify;
        font-size: 10pt; 
        padding: 0;
        margin: 0;
    }

    .table th {
        word-wrap: break-word; 
        text-align: center; 
    }

}


