.tabBtn {
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tabBtnActive {
    background: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #fff !important;
    margin-bottom: -1px;
    padding-bottom: 12px;
    border-right-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.list {
    margin-bottom: 10px !important;
}

.list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list ul {
    margin-left: 10px;
    position: relative;
}

.list ul ul {
    margin-left: 10px;
}

/*

.list ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid #02534f;
}
.list li {
    margin:0;
    padding:0 24px;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative;
}
.list ul li:before {
    content:"";
    display:block;
    width:18px;
    height:0;
    border-top:1px solid #02534f;
    margin-top:-1px;
    position:absolute;
    top:18px;
    left:0;
}
.list ul li:last-child:before {
    background:#f9f9f9;
    height:auto;
    top:18px;
    bottom:0
}
*/

.indicator {
    margin-right: 5px;
}

.list li a {
    text-decoration: none !important;
    color: #444;
}

.list li div.Transparencia-texto a {
    color: #2E9E3D;
    text-decoration: underline !important;
}

.list * {
    margin: 0;
    padding: 0;
}

.list h3 {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    margin-top: 10px;
    color: #02534f;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.list li {
    list-style-type: none;
    margin-top: 8px;
}

.list ul li {
    margin-top: 10px;
}

.list ul {
    display: none;
}

.plus:before, .plus1:before,
.minus:before, .minus1:before,
.plus2:before, .plus3:before, .plus4:before, .plus5:before,
.minus2:before, .minus3:before, .minus4:before, .minus5:before {
    margin-right: 5px;
    position: relative;
    top: 0px;
    display: inline-block;
    font-size: 24px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.plus:before, .plus1:before,
.plus2:before, .plus3:before, .plus4:before, .plus5:before {
    content: "\e148";
}

.minus:before, .minus1:before,
.minus2:before, .minus3:before, .minus4:before, .minus5:before {
    content: "\e15d";
}

.enlace {
    margin-top: 7px;
    padding-left: 15px;
}

    .enlace a:hover {
        text-decoration: none !important;
    }

.flecha {
    /*padding-left:15px;*/
}

.flecha a {
    color: #2E9E3D !important;
}

.flecha a:hover {
    text-decoration: none !important;
}

.flecha a:first-child:before {
    margin-right: 5px !important;
    position: relative !important;
    top: 3px !important;
    font-size: 16px;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "\e061" !important;
}

.flecha.flechaEdit a:before {
    font-size: 16px !important;
    content: "\e061" !important;
}

.flecha.flechaNew a:before {
    font-size: 16px !important;
    content: "\e061" !important;
}
