/*TAB1*/
.content.tab1{
	background-image: url('../img/intro/SB_S_G11_U05_L03fondo1-83.png');
}
.content.tab1 .btn-hover{
	width: 64px;
	height: 60px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
.content.tab1 .btn-hover.btn1{
	background-image: url('../img/intro/SB_S_G11_U05_L03boton-03.png');
	left: 360px;
	top: 425px;
}
.content.tab1 .btn-hover.btn2{
	background-image: url('../img/intro/SB_S_G11_U05_L03boton-01.png');
	left: 579px;
	top: 225px;
}
.content.tab1 .btn-hover.btn3{
	background-image: url('../img/intro/SB_S_G11_U05_L03boton-02.png');
	left: 654px;
	top: 498px;
}
.content.tab1 .popover .popover-content{
	font-size: 1em;
	padding: 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #eaeaea;
	padding: 5px;
}
.content.tab1 .single{
	background-color: transparent;
}
.content.tab1 .single.p1{
	height: 195px;
}
.content.tab1 .single.p2{
	width: 369px;
	height: 219px;
}
.content.tab1 .single.p3{
	width: 356px;
	height: 145px;
}
.content.tab1 .single.p1 .popover-content{
	width: 370px;
	height: 185px;
	margin-top: 15px;
	margin-left: -47px;
	padding-top: 9px;
}
.content.tab1 .single.p2 .popover-content{
	width: 370px;
	height: 209px;
	margin-top: 12px;
    margin-left: 122px;
	padding-top: 8px;
}
.content.tab1 .single.p3 .popover-content{
	width: 356px;
	margin-top: 40px;
	margin-left: 50px;
	height: 114px;
	padding-top: 10px;
}
.content.tab1 .single p.text{
	text-align: center;
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
}
.content.tab1 .single.p1 p.text{
	color: #a01c27;
}
.content.tab1 .single.p2 p.text{
	color: #3b7e7e;
}
.content.tab1 .single.p3 p.text{
	color: #009245;
}
.content.tab1 .single .arrow{
	display: none;
}
.content.tab1 .single.p1 .btn-close{
	left: 353px;
	top: -16px;
}
.content.tab1 .single.p2 .btn-close{
	left: 353px;
	top: -18px;
}
.content.tab1 .single.p3 .btn-close{
	left: 344px;
	top: -18px;
}
/*TAB2*/
.content.tab2{
	background-image: url('../img/intro/SB_S_G11_U05_L03preguntas.png');
	margin-left: -10px;
}
.content.tab2 .instruction{
	font-size: 1.5em;
	position: absolute;
	top: 10px;
	left: 200px;
	width: 1028px;
	color: #3a6639;
}
.content.tab2 ul{
	position: absolute;
	top: 204px;
	left: 203px;
	font-size: 1.61em;
	color: #5d5d5d;
}
.content.tab2 ul li{
	margin-bottom: 25px;
	line-height: 1.2em;
}
.content.tab2 ul li:nth-child(2){
	margin-bottom: 38px;
}
.content.tab2 ul li:nth-child(3){
	margin-bottom: 55px;
}
