body {
    font-family: Arial, sans-serif;
    background: #f8f9fa;
    margin: 20px;
    color: #333;
}
header {
    text-align: center;
    margin-bottom: 20px;
    background-color: #030b75;
    color: white;
    padding: 25px;
}
h2 {
    color: white;
}
form {
    margin-top: 10px;
}
input, button {
    padding: 8px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
button {
    background: #0066cc;
    color: white;
    cursor: pointer;
}
button:hover {
    background: #004999;
}
.titulo-desglose {
    margin-top: 30px;
    text-align: center;
    color: #444;
}
.subtitulo {
    margin-top: 20px;
    color: #0066cc;
}
.tabla-desglose {
    width: 80%;
    margin: auto;
    border-collapse: collapse;
    margin-bottom: 30px;
   
   
}

.tabla-desglose-relleno {
background-color: rgb(17, 0, 255);

}


.tabla-desglose th, .tabla-desglose td {
    border: 1px solid #020d33;
    padding: 8px;
    text-align: center;
}
.tabla-desglose th {
    background: #e9ecef;
}
.boton {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px;
    background: #030b75;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.boton:hover {
    background: #030b75;
}
.deplazamiento_entre_paginas {
    text-align: center;
    margin-top: 40px;
}
