#sp-bottom {
    background: #fff!important;
    
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

#sp-main-body {
    padding: 30px 0;
}

#sp-section-2 {
    background-color: #fff!important;
    margin-top: 15px;
}
#sp-left .sp-module-content, #sp-right .sp-module-content {
    margin-top: 0px;
    padding: 0px;
    border-radius: 3px;
}

#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 50px;
    border: 1px solid #f3f3f3;
    padding: 10px;
    border-radius: 3px;
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

#sp-main-body {
    padding: 30px 0;
}

 #sp-bottom {
    background: #c0c0c0; 
    color: #FFFFFF;
}
/*Ajustes a la cabecera*/
/* Top 2 */
#sp-top2{
    background:#575a5c;
    color:#cccccc ;
    padding: 8px 0;
}
#sp-top2 ul.sp-contact-info{
    float: right;
}

/*Menu e icono de hamburgesa*/
#sp-menu .sp-megamenu-wrapper{
    display: flex!important;
    flex-direction: row;
    justify-content: flex-end;
}

li {
    list-style-image: url(/images/bullet.gif);
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 3px;
    margin-top: 3px;
}
