/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
 * Autor: Multitarea(EduPos)
 * Fecha: 30/09/2025
*/
.tabla-resaltada {
    background-color: #f0f0f0; 
}        
:root {
    --dt-row-selected: 0, 102, 0; /* Valores RGB para verde oscuro en selección */
    --dt-row-stripe: 0, 77, 0;    /* Valores RGB para verde oscuro en filas alternas */
    --dt-row-selected-stripe-alpha: 0.9; /* Ajusta la opacidad si es necesario */
    --dt-row-stripe-alpha: 0.05; /* Ajusta la opacidad para el efecto de raya */
}

#libros {
  background-color: #CCFFCC;
}   

.copiaFiel {
    font-size: 8px !important;
    text-align: right !important;
}  

.escuela {
    font-size: 14px !important;
    text-align: right !important;
}  

.encabezado {
  display: flex;
  justify-content: center; /* Centrado horizontal */
  align-items: center; /* Centrado vertical */
}  