/* Boletin Azul Barcelona - Custom Styles */

/* Background */
body.site {
    background: #1a3a6e url('/images/Imagen-de-fondo-html.jpg') center center / cover fixed;
    color: #333;
}

/* Main content wrapper - white semi-transparent box */
.container-fluid.body, .container.body {
    background-color: rgba(255,255,255,0.97);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.3);
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Header bar */
.header.navbar {
    background: #1a3a6e !important;
    border-bottom: 3px solid #f0a800;
    margin-bottom: 0;
}
.header.navbar .logo,
.header.navbar .site-title,
.header.navbar .site-title a {
    color: #ffffff !important;
    font-weight: bold;
}
.header.navbar .site-description {
    color: #f0d080 !important;
    font-size: 11px;
}

/* Navigation bar */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #f0a800;
    color: #1a3a6e;
}
.nav-pills > li > a {
    color: #1a3a6e;
    font-weight: bold;
}
.nav-pills > li > a:hover {
    background-color: #d4e5f7;
    color: #1a3a6e;
}

/* Headings */
h1, h2, h3 { color: #1a3a6e; }
h1 { font-size: 24px; }

/* Page heading area */
.page-header { border-bottom: 2px solid #1a3a6e; }

/* Footer */
footer.footer {
    background: #1a3a6e;
    color: #cce0ff;
    padding: 15px;
    margin-top: 20px;
}
footer.footer a { color: #f0d080; }

/* Pricing table */
.pricing_table { border-collapse: collapse; width: 100%; }
.pricing_table th { background: #1a3a6e; color: white; padding: 8px; }
.pricing_table td { padding: 6px; border: 1px solid #ccc; }
.pricing_table .highlight { background: #f0a800; color: #1a3a6e; font-weight: bold; }
.pricing_table tr.odd td { background: #f5f8ff; }
.pricing_table tr.even td { background: #ffffff; }

/* Article content area */
.item-page, .blog { background: rgba(255,255,255,0.95); padding: 15px; }
