.content{
    background-image: url(../img/ACT3/SB_L_G10_U03_L05fondoact3.png);
    background-position: 32% 50%;
}

.content > p{
    position: absolute;
    width: 253px;
    left: 464px;
    top: 169px;
    font-size: 1.4em;
    color: white
}
/*----- 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: 529px;
    height: 251px;
    background-image: url(../img/ACT3/SB_L_G10_U03_L05fondotabla.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 28px;
    left: 546px;
}

.tab-links:after {
    display:block;
    clear:both;
    content: '';
}
 
 .tab-links{
    width: 100px;
    padding: 0px;
    margin-left: -27px;
    margin-top: 55px;
    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/ACT3/SB_L_G10_U03_L05ng1.png);
}
.tab-links li:nth-child(2){
    background-image: url(../img/ACT3/SB_L_G10_U03_L05ng2.png);
}
.tab-links li:nth-child(1).active{
    background-image: url(../img/ACT3/SB_L_G10_U03_L05ng1hover.png);
}
.tab-links li:nth-child(2).active{
    background-image: url(../img/ACT3/SB_L_G10_U03_L05ng2hover.png);
}
.tab {
    display: none;
    height:251px;
}
.tab.active{
    display: block;
}
.tab p{
    width: 375px;
    position: absolute;
    left: 85px;
    top: 33px;
    font-size: 1.5em;
    color: white;
}
/*end tabs*/

div[data-sg-id="btn-popup"][data-sg-key="1"]{
    position: absolute;
    left: 807px;
    top: 277px;
}

div[data-sg-id="item-popup"][data-sg-key="1"] ul{
    position: absolute;
    padding: 0px;
    width: 408px;
    left: 709px;
    top: 21px;
    font-size: 1.5em;
    color: white;
}

div[data-sg-id="item-popup"][data-sg-key="1"] ul li{
    margin-bottom: 25px;
}