/*----- Tab Links -----*/
/* Clearfix. en ocaciones displa:inlineblock agrega un margen abajo que afecta al elemento que no la ha removido*/
.tabs {
    display:inline-block;/*agrega un clearfix y lo hace más estable que block*/
    width: 1150px;
    height: 532px;
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05fondoresumen.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 57px;
}

.tab-links:after {
    display:block;
    clear:both;
    content: '';
}
 
 .tab-links{
    width: 100px;
    padding: 0px;
    margin-left: -27px;
    margin-top: 18px;
    position: absolute;
 }

.tab-links li {
    float:left;
    list-style:none;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    cursor: pointer;
}

.tab-links li:nth-child(1){
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng1.png);
}
.tab-links li:nth-child(2){
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng2.png);
}
.tab-links li:nth-child(3){
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng3.png);
}
.tab-links li:nth-child(4){
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng4.png);
}
.tab-links li:nth-child(5){
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng5.png);
}
.tab-links li:nth-child(6){
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng6.png);
}
.tab-links li:nth-child(7){
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng7.png);
}
.tab-links li:nth-child(1).active{
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng1hover.png);
}
.tab-links li:nth-child(2).active{
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng2hover.png);
}
.tab-links li:nth-child(3).active{
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng3hover.png);
}
.tab-links li:nth-child(4).active{
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng4hover.png);
}
.tab-links li:nth-child(5).active{
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng5hover.png);
}
.tab-links li:nth-child(6).active{
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng6hover.png);
}
.tab-links li:nth-child(7).active{
    background-image: url(../img/RESUMEN/SB_L_G10_U03_L05ng7hover.png);
}
.tab {
    display: none;
    height:532px;
}
.tab.active{
    display: block;
}
.tab p{
    width: 892px;
    position: absolute;
    left: 145px;
    top: 180px;
    font-size: 1.5em;
    color: white;
}
.tab h4{
    font-size: 2.5em;
    color: white;
    position: absolute;
    left: 145px;
    top: 45px;
}