body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 20px;
    color: #333;
    font-size: small;
}

h1 {
    text-align: center;
    color: #333;
}

p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #1C1E3D;
}

table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.8); /* Fondo blanco translúcido */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Sombra suave */
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

th {
    background-color: rgba(255, 255, 255, 0.9);
}

.Snsalto {
    white-space: nowrap; /* Evita saltos de línea automáticos */
}

.btn {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #007BFF;
    border-radius: 5px;
    text-align: center;
}

.btn:hover {
    background-color: #0056b3;
}

.btnEditar{
    margin: 4px;
    border: 1px solid #ccc;
}

.btnEliminar{
    margin: 4px;
    border: 1px solid #ccc;
}

