
.fondo {
    background-color: #FAFAFA;
}

.fondo_cabecera {
    width: 100%;
    background-color: #002E6D;
    height: 100px;
}

.logo {

    display: flex;
    justify-content: center;
}

.logo_titulo {
    display: flex;
    align-items: center;
}

#size-img {
    padding-top: 10px;
    width: 100px;
    height: 80px;
}

.titulo {
    text-align: center;
    color: white;
}

.color-pagina {
    color: black;
}

.contenedor_btn_pdf {
    margin: 0 auto;
}

#btn-navegacion {
    margin: 10px 0;
}

#contenedor_pdf {
    overflow: auto;
    border: 2px solid #ddd;
    border-radius: 2px;
    height: calc(100vh - 160px);
}

#page_num {
    width: 75px;
    color: black;
}

.informative-message {
    background-color: #000;
    padding: 10px;
    margin-bottom: 10px;
}

.text {
    color: #fff;
}

