ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 35px;
    border-bottom: 1px solid hsla(0,0%,63%,.25);
    /* border-left: 1px solid #999; */
    width: 100%;
}

ul.tabs li {
    float: left;
    margin-right: 1.5rem;
    padding: 0;
    height: 35px;
    line-height: 31px;
    /* border: 1px solid #999; */
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    color: #000;
    /* background: #e0e0e0; */
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
}

ul.tabs li a:hover {
    font-weight: 600;
    background: #fff;
    border-bottom: solid 3px #179a48;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
    font-weight: 600;
    background: #fff;
    border-bottom: solid 3px #179a48;
}

li.active #enlace-cabecera {
    color: rgb(17, 17, 17);
}

.tab_container {
    /* border: 1px solid #999; */
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    /* text-align: center; */
}

.tab_content {
    padding: 10px 0;
    font-size: 1.2em;
}

.enlaces-cat-prod-marc {
    margin-top: 15px;
}

.estilo-enlaces {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.estilo-enlaces a {
    color: #179a48 !important;
}

.estilo-enlaces a:hover {
    color: #0c4d24 !important;
}