/* sitio.css — estilos propios del sitio SIN WordPress (no toca macrowee.css). */

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #1a1a1a;
    background: #fff;
}

/* Páginas legales (F1): contenedor de lectura */
.sitio-legal {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 24px 80px;
    line-height: 1.65;
    font-size: 16px;
}
.sitio-legal h1, .sitio-legal h2 { line-height: 1.25; margin-top: 1.6em; }
.sitio-legal a { color: #0a58ca; }
.sitio-legal table { border-collapse: collapse; width: 100%; }
.sitio-legal td, .sitio-legal th { border: 1px solid #ccc; padding: 8px; text-align: left; }
