/*--------------------------------------------------------------
## others styles
--------------------------------------------------------------*/

.bluebanner {
    padding: 10px; background-color: #38aae1;
}
.bluebanner h2 {
    text-align: center; color: #fff;
}



div.titulo-seccion {
    text-align: center;
    clear: both;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}
div.titulo-seccion span.titulo {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    color: #aaa;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    background: #fff;
}
div.titulo-seccion span.color-line {
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #eee;
}

.cat-thumbnail {
    position : absolute;
    top : 0px;
    color : #fff !important ;
    background-color : #f39200;
    padding : 0px 3px;
    font-size: 13px;
    z-index: 15;
    display: block;
    text-decoration: none;
}