
#tabs1{
	background-image: url('../img/resumen/SB_L_G10_U06_L03_resumen_f01.png');
	background-position: 50% 70%;
}
#tabs1 h2{
	font-weight: bold;
    position: absolute;
    left: 355px;
    top: 90px;
}
#tabs1 p{
	top: 167px;
}
#tabs1 p:nth-child(1){
	left: 115px;
}
#tabs1 p:nth-child(2){
	left: 475px;
}
#tabs1 p:nth-child(3){
	left: 819px;
}


#tabs1 textarea{
    top: 335px;
    width: 310px;
    height: 250px;
    position: absolute;
    color: white;
}
#tabs1 textarea:nth-child(1){
	left: 115px;
}
#tabs1 textarea:nth-child(2){
	left: 485px;
}
#tabs1 textarea:nth-child(3){
	left: 835px;
}

#tabs2{
	background-image: url('../img/resumen/SB_L_G10_U06_L03_resumen_f02.png');
	background-position: 50% 70%;
}
#tabs2 p:nth-child(2){
	top: 115px;
    left: 315px;
}
#tabs2 p:nth-child(3){
	left: 735px;
    top: 125px;
}