/*
Theme Name: CICOAHUILA
Theme URI: https://cicoahuila.com.mx
Author: ADRIAN ITURIEL ALVAREZ MARTINEZ
Description: Tema corporativo oscuro + verde con carrusel automático.
Version: 1.16
*/

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

a { color: #28a745; text-decoration: none; }
a:hover { color: #fff; }

header {
    background: #111;
    position: fixed;
    top: 0; left: 0; width: 100%;
    padding: 15px 30px;
    display: flex; justify-content: space-between; align-items: center;
    z-index: 1000;
}

header h1 { color: #28a745; margin: 0; }

nav ul {
    list-style: none; display: flex; gap: 20px; margin: 0;
}
nav li { display: inline; }
