#content.blue .side-nav li.current_page_ancestor ul.children li.current_page_item ul.children li a, /* No imprescindible */
#content.blue .side-nav li.current_page_ancestor ul.children li ul.children li a {
    padding-left: 40px !important;
}

.Licitacion {
    background: white;
    color: #222;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

.Licitacion h4,
.Licitacion h4 a {
    color: #666 !important;
    margin: 0 auto 10px;
}

.Licitacion h5 {
    color: #666;
    margin: 10px auto 0;
}

.Licitacion a {
    color: #222;
    text-decoration: none;
}

.Licitacion a:hover {
    color: #222;
    text-decoration: underline;
}

.entry-content .Licitacion a[href$='.pdf']:hover:after {
    text-decoration: none !important;
}

.Licitacion > div,
.Licitacion > div > p {
    margin-bottom: 5px;
}

.Licitacion .leer-mas {
    background: #3F5B9A;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 6px 12px 8px;
    margin-top: 20px;
}

.Licitacion .leer-mas:hover,
.Licitacion .leer-mas:active {
    background: #304676;
    color: white;
    text-decoration: none;
}

@media (min-width: 978px) {
    .header .nav > li > a {
        padding: 0 8px !important;
    }

    .header .nav li:last-child > ul {
        margin-left: 0 !important;
    }
}