#tabs2{
	height: 660px;
		background: url(../img/SB_L_G10_U01_L05-18.png) no-repeat 30px 130px,
			 url(../img/SB_L_G10_U01_L05-19.png) no-repeat 850px 30px;
	
}
#tabs2 p{
	display: inline-block;
	position: absolute;
	background: #00CCC0;
	border: 1.5px solid black;
	border-radius: 45px;
	width: 358px;
	height: 136px;
	top: 130px;
	padding: 30px 40px;
	font-family: Arial;
	font-style: italic;
	font-size: 2.1em;
	line-height: 1.1em;
	text-align: center;
	color: black;
	left: 520px;
	top: 300px;
}
#tabs2 p:nth-of-type(2){
	left: 395px;
	top: 120px;
	vertical-align: middle;
}

/** BOCADILLO **/
#tabs2 p:after{
	content: url(../img/SB_L_G10_U01_L05_Vero_Mafe_31_Oct_2014version2-02.png);
	position: absolute;
	bottom: 4px;
	width: 57px;
	height: 38px;
	right: -26px;
}

#tabs2 p:nth-of-type(2):after{
	left: -37px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

#tabs3{
	height: 655px;
	padding-left: 450px;
	letter-spacing: -1px;
	background: url(../img/SB_L_G10_U01_L05_jaison-presentando.png) no-repeat 75px -14px;
	background-size: 31.5% auto;
}
#tabs3 h5{
	color: #999999;
	margin: 0;
	font-size: 4em;
	text-align: center;
	margin: 0 0 0 -120px;
	padding-top: 15px;
}
#tabs3 p{
	color: black;
	background: #FF9933;
	width: 680px;
	height: auto;
	font-size: 1.9em;
	font-family: Arial;
	padding: 15px 25px 20px 25px;
	margin: 25px 0;
	border-radius: 20px;
	position: relative;
	line-height: 1em;
}

#tabs3 p:nth-child(2n+1){
	background: #66CCCC;	
}

#tabs3 p:before{
	content: " ";
	position: absolute;
	top: 0;
	left: -24px;
	width: 25px;
	height: 100%;
	background: url(../img/Flechita3.png) no-repeat center center;
	background-size: contain;
}

#tabs3 p:nth-child(2n+1):before{
		background-image: url(../img/Flechita2.png);
	
}