/*
Theme Name: CNAD Noreste Oficial
Theme URI: http://cnadnoreste.edu.mx
Author: Victor Frausto Güereña
Author URI: http://ejemplo.com
Description: Tema oficial para la página web de CNAD Noreste para el período 2024-2028.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CNAD-Noreste
*/

/* Estilos básicos para que el contenido ocupe todo el ancho */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

#page {
    display: block;
    width: 100%;
}

#primary {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.entry-header, .entry-content {
    width: 100%;
}