/*TAB2*/
.content.tab2{
	background-image: url('../img/intro/SB_S_G10_U03_L07_intro_p2.png');
}
.content.tab2 ul{
	position: absolute;
    top: 51px;
    left: 180px;
	font-size: 1.75em;
	color: white; 
}
.content.tab2 ul li{
	margin-bottom: 41px;
}
/*TAB3*/
.content.tab3{
	background-image: url('../img/intro/SB_S_G10_U03_L07_intro_p3.png');
    top: 0px;
    margin-top: 0px;
    height: 665px;
}
.content.tab3 p{
	font-size: 1.75em;
	color: white;
	position: absolute;
}
.content.tab3 p:nth-child(2){
    top: 86px;
    left: 410px;
}
.content.tab3 p.answer{
    top: 559px;
    left: 38px;
	width: 439px;
	height: 83px;
	padding: 8px 0px 0px 44px;
	background-image: url('../img/intro/SB_S_G10_U03_L07_intro_respuesta.png');
}
.content.tab3 .buttons{
	width: 1245px;
	height: 70px;
	float: left;
	position: absolute;
	top: 484px;
	left: 0px;
}
.content.tab3 .buttons div{
	background-position: center;
	background-repeat: no-repeat;
	width: 68px;
	height: 68px;
    position: absolute;
    cursor: pointer;
}
.content.tab3 .buttons div:nth-child(1){
	left: 221px;
}
.content.tab3 .buttons div:nth-child(2){
	left: 590px;
}
.content.tab3 .buttons div:nth-child(3){
	left: 959px;
}
.content.tab3 .buttons div:before{
	position: absolute;
	top: 0px;
	left: 0px;
}
.content.tab3 .buttons div.right:before{
	content: url('../img/S_G11_U03_L01_act3_p3_01_ok.png');
}
.content.tab3 .buttons div.wrong:before{
	content: url('../img/S_G11_U03_L01_act3_p3_01_mal.png');
}

