h3 {
    margin: 0;	
    padding: 7px 0 0 0;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
h3 a.aCategorias{
    color: #fff;
    text-decoration: none;	
    display: block;
    margin: 0;	
    padding: 10px;
    height: 20px;
    font-size: 14px;
    /*text-transform: uppercase;*/

    font-weight: 600!important;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;

}
/*.bgNegro a,bgNaranja a {display: none!important;}*/
div#feature_list {
    width: 980px;
    height: 245px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;	
    padding: 0;
    margin: 0;
}

ul#tabs {
    right: 0;
    z-index: 5000000000;
    width: 252px;
}

ul#tabs li {
    height: 49px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}
ul#tabs li.bgNegro {
    background: url(../img/comm/bg_negro_slide.png) repeat;
}    
ul#tabs li.bgNaranja {
    background: url(../img/comm/bg_naranja_slide.png) repeat;
}                

ul#tabs li img {
    padding: 5px;
    border: none;
    float: left;
    margin: 10px 10px 0 0;
}

/*ul#tabs li a {
    color: #fff;
    text-decoration: none;	
    display: block;
    padding: 10px;
    height: 60px;
    outline: none;
    font-weight: bold;
}*/

ul#tabs li a:hover {
    /*text-decoration: underline;*/
}

ul#tabs li a.current {
    background:  url('http://tuhomologacion.com/css/feature-tab-current.png');
    color: #FFF;
    font-weight: bold;
}

ul#tabs li a.current:hover {
    text-decoration: none;
    cursor: default;
}

ul#tabs li span{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
}                

ul#output {
    left: 0;
    width: 463px;
    height: 240px;
    position: relative;
}

ul#output li {
    position: absolute;
    width: 463px;
    height: 240px;
    font-weight: bold;
}

ul#output li a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    background: #000;
    -moz-border-radius: 5px;
    font-weight: bold;
}

ul#output li a:hover {
    background: #D33431;
}