body {
    background: white !important;
}


/* ENCABEZADO */

.encabezado {
    background: #384850;
}

.encabezado h1 a {
    color: #c5cacd;
    text-decoration: none;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 43px;
    font-weight: 300;
    letter-spacing: -2px;
}

.encabezado h1 a:hover {
    color: white;
    text-decoration: none;
}

.encabezado-content {
    color: #c5cacd;
}

.encabezado-content a {
    color: #c5cacd;
    text-decoration: none;
}

.encabezado-content select {
    color: #4e6570;
    background-color: #e6e6e6;
}


/* MENU NAVEGACIÓN */

#navegacion {
    background: #384850 !important;
}

#navegacion ul li a {
    text-decoration: none !important;
    color: #c5cacd;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 7px !important;
}

#navegacion ul li.activo a {
    font-weight: bold;
    color: white !important;
    border-top: 5px solid #c5cacd;
    padding-top: 2px !important;
}

#navegacion ul li a:hover {
    color: white !important;
    border-top: 5px solid #c5cacd;
    padding-top: 2px !important;
}

.navbar {
    min-height: 1px !important;
}

#navbar-default-1 {
    background-color: #5e727c;
}


/* SUBMENU NAVEGACIÓN */

#subnavegacion {
    background: #5e727c !important;
}

#subnavegacion ul li a {
    text-decoration: none !important;
    color: #c5cacd;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 9px !important;
}

#subnavegacion ul li.activo a {
    font-weight: bold;
    color: white !important;
    border-top: 3px solid #c5cacd;
    padding-top: 2px !important;
}

#subnavegacion ul li.activo a:hover {
    color: white !important;
    border-top: 3px solid #c5cacd;
    padding-top: 2px !important;
}

#subnavegacion ul li a:hover {
    color: white !important;
    border-top: 3px solid #c5cacd;
    padding-top: 2px !important;
}

/* SUBSUBNAVEGACIÓN */

#subsubnavegacion {
    background: #5e727c !important;
}

#subsubnavegacion ul li a {
    text-decoration: none !important;
    color: #c5cacd;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px !important;
}

#subsubnavegacion ul li.activo a {
    font-weight: bold;
    color: white !important;
    padding-top: 2px !important;
}

#subsubnavegacion ul li a:hover {
    color: white !important;
    padding-top: 2px !important;
}

/* PIE */

#copyright, #pie {
    background: #4e6570 !important;
}

#pie {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

