#tabs2 {
	background-image: url('../img/introduccion/L_G11_U04_L04_intro.png');
	background-position: 50% 50%;
}

#tabs2 p:nth-child(2),#tabs2 p:nth-child(3){
	top: 110px;
}
#tabs2 p:nth-child(2){
	left: 327px;
}
#tabs2 p:nth-child(4){
	top: 390px;
}
#tabs2 p:nth-child(4),#tabs2 p:nth-child(3){
	left: 800px;
}

#tabs2 textarea{
	width: 410px;
    height: 150px;
    position: absolute;
}
#tabs2 textarea:nth-child(5),#tabs2 textarea:nth-child(6){
	top: 190px;
}
#tabs2 textarea:nth-child(5){
	left: 320px;
}
#tabs2 textarea:nth-child(7){
	top: 470px;
}
#tabs2 textarea:nth-child(7),#tabs2 textarea:nth-child(6){
	left: 787px;
}