/*
Theme Name: Caribbean TV
Theme URI: https://caribbeantvni.com
Author: Gilberto Artola
Author URI: https://www.facebook.com/caribbeantvni
Description: Tema personalizado para Caribbean TV Nicaragua, con diseño limpio y secciones para noticias, transmisión en vivo y redes sociales.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: caribbean-tv
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

body {
    font-family: Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    color: #003366;
}
header, footer {
    background-color: #003366;
    color: #fff;
    padding: 20px;
    text-align: center;
}
nav {
    background-color: #005599;
    padding: 10px;
    text-align: center;
}
nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
*/
