table {
    width: 100%;
    border-collapse: collapse; /* Quita el espacio entre bordes */
    margin: 20px 0;
    font-family: sans-serif;
}
th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #007bff;
    color: white;
}
h1 {
font-family: Arial, sans-serif;
color: #2c3e50;
}
h2 {
font-family: Arial, sans-serif;
color: #2c3e50;
}
h3 {
font-family: Arial, sans-serif;
color: #2c3e50;
}
label {
font-family: Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #555;
text-transform: uppercase;
display: block;
margin-bottom: 3px;
}
.contenedor { display: flex; flex-direction: column; align-items: center; gap: 20px; font-family: sans-serif; }
.btn { padding: 10px 20px; background: #007bff; color: white; border: none; cursor: pointer; border-radius: 5px; }
.btn-save { background: #28a745; display: none; }
.boton-grande {
  font-size: 20px;      /* Agranda el texto */
  padding: 8px 15px;   /* 15px arriba/abajo, 30px a los lados */
}