#tabs1{
		background: url(../img/tarea/SB_G10_U02_L08fondo1-32.png) no-repeat center center;	
}
#tabs1 p{
	top: 173px;
    left: 468px;
    width: 345px;
    font-size: 1.65em;
    text-align: center;
    line-height: 1.4em;
}


#tabs2 .sections{
    background: url(../img/tarea/SB_G10_U02_L08fondo2-33.png) no-repeat -30px -7px;  
    width: 5080px;
    background-size: 5099px 633px;
}
#tabs2 .sections p{ 
    top: 43px;
    left: 79px;
    font-size: 1.3em;
    color: #006666; 
    width: 690px;
}
#tabs2 .sections li:nth-child(2) p{ top: 60px; left: 130px; }
#tabs2 .sections li:nth-child(3) p{ top: 13px; left: 200px; }
#tabs2 .sections li:nth-child(4) p{ top: 20px; left: 280px; }
#tabs2 .sections li:nth-child(4) p:nth-child(2){
    top: 235px;
    text-align: center;
    left: 777px;
    width: 390px;
    color: white;
}
#tabs2 .sections p > em{ font-weight: bolder; }

.buttons{ top: 266px; left: 1185px; }
.buttons.last{ top: 256px; }

.act_subtitle{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -transition: all .5s;
}
.hidden{ opacity: 0;}


#tabs3{
	background: url(../img/tarea/SB_G10_U02_L08fondo3-34.png) no-repeat center center;	
}
#tabs3 .content{
	position: absolute;
	top: 90px;
    left: 165px;
    width: 662px;
}

#tabs3 .content > span {border: none; position: relative; }
#tabs3 .content > span:nth-child(3){
	margin-top: 19px;
}

#tabs3 .content > span > span{
    font-size: 0.9em;
    padding: 5px 10px;
    display: inline-block;
    color: white;
    margin: 43px 0;
}

#tabs3 > div > span.tab2_hide:before{
    content: "Hacer clic aqui";
    display: inline-block;
    position: absolute;
    font-style: italic;
    top: 65px;
    left: 207px;
    color: white;
}
#tabs3 > div > span.open.tab2_hide:before{
    content: none;
}