/*
Theme Name: CeroTheme
Theme URI: https://github.com/OscarBozadaSSM/CeroTheme
Author: Tu Nombre
Description: Tema personalizado para CERO
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.0
Text Domain: mi-tema
*/


body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    margin: 0;
}

table {
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

button {
    background: #213879;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

button:hover {
    background: #005177;
}
