#tabs2{
	background: url(../img/actividad2/SB_S_G10_U02_L08fondo1.png) no-repeat 40px 90px;
}
.content{
		position: relative;

}
.content.tab2 .btn-hover{
	width: 80px;
	height: 78px;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn-hover.btn1{
	background: url(../img/actividad2/SB_S_G10_U02_L08boton1.png) no-repeat center center;
	left: 473px;
	top: 130px;
}
.btn-hover.btn2{
	background: url(../img/actividad2/SB_S_G10_U02_L08boton2.png) no-repeat center center;
	left: 414px;
	top: 400px;
}
.btn-hover.btn3{
	background: url(../img/actividad2/SB_S_G10_U02_L08boton3.png) no-repeat center center;
	left: 624px;
	top: 467px;
}


.single.p1{
	background: url(../img/actividad2/SB_S_G10_U02_L08popup1.png) no-repeat center center;	
	width: 272px;
	height: 173px;
	margin: 31px 0 0 110px;
}
.single.p2{
	background: url(../img/actividad2/SB_S_G10_U02_L08popup2.png) no-repeat center center;	
	width: 292px;
	height: 155px;
	margin: 22px 0 0 100px;
}
.single.p3{
	background: url(../img/actividad2/SB_S_G10_U02_L08popup3.png) no-repeat center center;	
	width: 312px;
	height: 175px;
	margin: 39px 0 0 130px;
}

.single p{
	font-size: 0.7em;
	text-align: center;
    color: #524747;
}
.single.p1 p{	margin: 33px 25px 0 14px; } 
.single.p2 p{	margin: 18px 21px 0 2px; } 
.single.p3 p{	margin: 21px 0 0 -17px } 

.single.p1 .btn-close{
    top: -13px;
    left: 200px;	
}
.single.p2 .btn-close{
    top: -16px;
    left: 221px;	
}
.single.p3 .btn-close{
    top: -16px;
    left: 229px;	
}

