@charset "utf-8";
/* CSS Document */

.caja-pdf{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
}

h1.pdf-titulo-1{
    display: block;
    text-align: center;
    font-size: 1em;
    background: #7d7d7d;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: .2rem;
    margin-bottom: 1rem;
}

h2.pdf-titulo-2{
    display: block;
    text-align: left;
    font-size: 1em;
    background: #cfcfcf;
    color: #000;
    padding: 10px;
    font-weight: bold;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    margin: 0;
}

h3.pdf-titulo-3{
    font-weight: bold;
    font-size: 1em;
    padding-top: 1rem;
    border-top: dotted 1px #7d7d7d;
    text-transform: uppercase;
}

.pdf-tabla-lista-full,
.pdf-lista-wrapper .tabla-listado{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.pdf-tabla-simple{
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.pdf-tabla-lista-full td,
.pdf-tabla-lista-full th,
.pdf-lista-wrapper .tabla-listado td,
.pdf-lista-wrapper .tabla-listado th,
.pdf-tabla-simple td{
    padding: 5px;
    border: 1px solid #cfcfcf;
}

.pdf-lista-wrapper .tabla-listado th{
    font-weight: bold;
    background: #dff1ff;
}

.pdf-txt-destacado{
    font-weight: bold;
    text-transform: uppercase;
}

.pdf-wrapper-no-break{
    page-break-inside: avoid;
}



