/* Controles de paginación */ .pagination-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 20px; padding: 15px 0; } .pagination-btn { background-color: #8B5CF6; color: #fff; border: none; border-radius: 6px; padding: 10px 20px; font-size: 15px; font-weight: 500; cursor: pointer; transition: background-color 0.3s, opacity 0.3s; min-width: 110px; } .pagination-btn:hover:not(:disabled) { background-color: #7C3AED; } .pagination-btn:disabled { background-color: #D1D5DB; cursor: not-allowed; opacity: 0.6; } .page-indicator { font-size: 15px; font-weight: 500; color: #555; min-width: 140px; text-align: center; } .page-indicator .current-page { color: #8B5CF6; font-weight: 700; font-size: 18px; } /* FOOTER */ footer p { text-align: center; font-size: 14px; letter-spacing: 0; margin: 5px 5px 5px; color: #818e95; } .pie { clear: both; color: #393130; font-family: Arial; font-size: 11px; height: 40px; margin: 0 auto; position: relative; text-align: left; width: 100%; } a.pie:link { font-family: Arial; font-size: 11px; color: #393130; text-decoration:none; padding-top:0; } a.pie:link:hover{text-decoration:underline;} .separadorFooter { width:auto; margin-bottom:15px; height: 1px; color: #ccc; margin-top:15px; border-style: solid none none; border-width: 1px medium medium; } .tableFooter{padding-bottom:20px;margin-left:25px;} .pie .nameCompany, #nomUsuario{font-weight:bold;}