.banners {
    border-top: 1px solid #cccccc;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    width: 101.5%;
    margin-left: -10px;
    margin-top: 0;

    flex-wrap: wrap;
}
.banner {
    border: 1px solid #cccccc;
    line-height: 0;
}

/** PRE FOOTER **/
#pre-footer {
    background: #e0e0e0;
    padding: 6px 0px;;
}
#pre-footer .container {

}
.links-relacionados {
    font-family: 'RobotoBold', sans-serif;
    color: #c72f39;
    font-size: 17px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}
#pre-footer .ui-widget-content {
    border: none;
    background: transparent;
}

.columnas {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.links {
    margin-top: 3px;
    line-height: 100%;
    text-align: left;
}
.links a {
    color: #4b4b4b;
    font-family: 'RobotoLight', sans-serif;
    font-size: 13px;
}
.links a:hover {
    text-decoration: underline;
}

#pre-footer .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background: url("../img/arrow_up.png") center no-repeat;
}
#pre-footer .ui-icon, .ui-widget-content .ui-icon {
    background: url("../img/arrow_down.png") center no-repeat;
}
#pre-footer #accordion .ui-accordion-header {
    display: flex;
    padding-left: 0;
}

#pre-footer #accordion span.ui-icon {
    position: relative;
    height: 25px;
    display: inline-block;
    order: 2;
    margin-left: 10px;
}
#pre-footer .ui-accordion .ui-accordion-content {
    padding-left: 0;
    padding-right: 0;
}

/** FOOTER **/
footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
#footer {
    background-color: #bdbdbd;
    border-top: none;
    padding: 0;
}

#footer .container {
    text-align: center;
    color: #4b4b4b;
    font-family: 'RobotoRegular', sans-serif;
    font-size: 13px;
    padding-left: 43px;
    padding-right: 43px;
}

#footer .container a {
    color: #4b4b4b;
}

#footer .container a:hover {
    text-decoration: underline;
}

#footer .container {
    padding: 16px 0;
    background: transparent url("../img/franja_gobierno.png") no-repeat 0 bottom;
}

footer section {
    padding: 15px 40px 26px;
}

@media only screen and (max-width: 1000px) {
    footer {
        position: relative;
        right: inherit;
        bottom: inherit;
        left: inherit;
    }

    .banners {
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner img {
        width: 100%;
    }

    #pre-footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    #pre-footer .ui-icon {

    }

    #pre-footer #accordion span.ui-icon {
        height: 35px;
        margin-left: 30px;
        margin-top: 2px;
        background-size: 100%;
        width: 35px;
    }

    .columnas {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .links a {
        font-size: 30px;
        line-height: 120%;
        text-decoration: underline;
    }

    #footer .container {
        padding: 16px 0 60px;
        background: transparent;
    }
}