/* Estilos para la tabla de proyectos */
.tabla-proyectos {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
}

.tabla-proyectos th, .tabla-proyectos td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.tabla-proyectos th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.tabla-proyectos tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tabla-proyectos tr:hover {
    background-color: #f1f1f1;
}

.tabla-proyectos a {
    color: blue;
    text-decoration: none;
}

.tabla-proyectos a:hover {
    text-decoration: underline;
}

/* Estilos para la paginación */
.paginacion {
    margin-top: 1em;
    text-align: center;
}

.paginacion a {
    margin: 0 5px;
    text-decoration: none;
    color: blue;
    font-weight: normal;
}

.paginacion a[style='font-weight:bold;'] {
    color: red;
    font-weight: bold;
}
