#tabs1{
	background: white url(../img/introduccion/SB_L_G11_U02_L01_intro01.png) no-repeat center bottom;
}

#tabs1 h3{
	color: white;
	position: absolute;
	top: 67px;
    left: 140px;
    font-size: 3em;
}
.act_content p{
	color: white;
	font-size: 1.5em;
}
#tabs1 p:nth-child(3){
    top: 210px;
    left: 100px;
}
#tabs1 p:nth-child(4){
	top: 210px;
	left: 800px;
	color: #373A39;
	text-align: center;
}
#tabs1 p:nth-child(4) span{
	position: relative;
	display: block;
	font-size: 1em;
	color: white;
	margin-top: 40px;
}


#tabs2{
	background: white url(../img/introduccion/SB_L_G11_U02_L01_intro02.png) no-repeat center bottom;
}
#tabs2 ul{
	position: absolute;
    top: 220px;
    left: 250px;
    color: white;
    list-style: initial;
    font-size: 1.5em;	
}
#tabs2 ul li{
	margin: 30px 0;
}



.intro1_1{
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro_popup01.png) no-repeat center center;
	width: 1040px;
	height: 486px;
	padding-left: 280px;
	margin-left: -140px;
}
.intro1_1 .icon_close_button{
	top: 30px;
	right: 5px;
}

.intro1_1 p{
    margin: 100px 20px;
    font-size: 1.45em;
    color: white;
    display: inline-block;	
}



#tabs3{
	text-align: center;
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro03.png) no-repeat center bottom;
    height: 665px;
}
.act_subtitle{
	float: left;
}
#tabs3 > div{
	position: absolute;
    width: 100%;
    top: 70px;
}
#tabs3 .column{
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}
#tabs3 .column h3{
	width: 341px;
	height: 104px;
	color: white;
	display: inline-block;
	position: relative;
	margin: 0;
	font-size: 2.1em;
	line-height: 1em;
	padding-top: 30px;
	font-family: Tahoma, Geneva, sans-serif !important;
	z-index: 99;
}
#tabs3 .column:nth-child(1) h3{
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro_framet1.png) no-repeat center center;
	padding-top: 12px;
}
#tabs3 .column:nth-child(2) h3{
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro_framet2.png) no-repeat center center;
}
#tabs3 .column:nth-child(3) h3{
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro_framet3.png) no-repeat center center;
}

#tabs3 .column span{
	display: inline-block;
	background: url(../img/introduccion/flechaabajo.png) no-repeat center;
	border-radius: 50%;
	height: 34px;
	width: 35px;
	top: 80px;
    left: 150px;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;	
	position: absolute;
}
#tabs3 .column span.open{
	transform: rotate(180deg);
}


#tabs3 .column p{
    padding: 50px 55px;
    margin: -12px 0;
    font-size: 1.35em;
    text-align: left;
    line-height: 1.3em;
    height: 405px;
    opacity: 0;
}
#tabs3 .column p.fadeInDowb{
	opacity: 1;
}
#tabs3 .column:nth-child(1) p{
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro_frame01.png) no-repeat center 0px;
}
#tabs3 .column:nth-child(2) p{
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro_frame02.png) no-repeat center 0px;
}
#tabs3 .column:nth-child(3) p{
	background: url(../img/introduccion/SB_L_G11_U02_L01_intro_frame03.png) no-repeat center 0px;
}

div[data-sg-id="btn-popup"]{
    width: auto !important;
    top: 580px !important;
    left: 960px;
}
