body {
    padding-top: 70px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */

}

.navbar-toggle .icon-bar {
    background-color: #00627c;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #00627c;
}

.toggle-icon .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.toggle-icon .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.toggle-icon .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.ui-widget-header {
    border: 1px solid #00627c!important; /* Cambia el color del borde a azul */
    background: #00627c url(images/ui-bg_gloss-wave_35_0084ff_500x100.png) 50% 50% repeat-x!important;
    color: #00627c!important; /* Mantiene el texto en blanco, pero puedes cambiarlo si lo deseas */
    font-weight: bold;
}




.logos_GnuLinux {
    display: block;
    margin: 0 auto;
}

footer {
    background-color: black;
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: rgba(255,255,255,0.9);
    }
    .navbar-brand {
        margin-left: 30px;
    }
}