@import url(./commons.css);

/*TAB1*/
#tabs1 .content{
	background-image: url(../img/ACT2/M_G10_U05_L04fondo1.png);
	height: 578px;
}

#tabs1 .content ul{
    position: absolute;
    width: 644px;
    left: 531px;
    top: 43px;
    padding: 0px;
    font-size: 1.5em;
    text-align: justify;
    color: #666666;
}
#tabs1 .content ul li{
	margin-bottom: 94px;
}
/**END TAB1/

/*TAB2*/
.loteria{
    height: 542px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.premio{
	height: 3620px;
	background-repeat: no-repeat;
	background-image: url(../img/ACT2/M_G10_U05_L04fondo2.png);
    background-position: 50% 0;
}
div[data-sg-id="btn-popup"][data-sg-key="1"]{
	position: relative;
	top: 3540px;
    left: 975px;
}
div[data-sg-id="item-popup"][data-sg-key="1"] p{
    position: absolute;
    width: 480px;
    left: 148px;
    top: 74px;
    font-size: 1.3em;
    color: #4F4F4F;
}
div[data-sg-id="item-popup"][data-sg-key="1"] h4{
    position: absolute;
    top: 30px;
    left: 290px;
    font-size: 1.3em;
    color: #4F4F4F;
}
.icon_close_button {
    top: -4px;
    right: 15px;
}
.scroll{
    position: absolute;
    right: 0px;
    top: 300px;
    z-index: 1;
}
/*END TAB2*/