#tabs2{
	background: url(../img/SB_L_G10_U01_L05-22.png) no-repeat 800px 18px;
	height: 663px;
	background-size: 19%;
}
#tabs2 p{
	display: inline-block;
	position: absolute;
	background: #00CCC0;
	border: 1.5px solid #4D4D4D;
	border-radius: 45px;
	width: 550px;
	height: 225px;
	left: 180px;
	top: 130px;
	padding: 57px 40px;
	font-style: italic;
	text-align: center;
	font-size: 2.5em;
	line-height: 1.2em;
}
#tabs2 p:nth-of-type(2){
	left: 765px;
	text-align: center;
	vertical-align: middle;
	padding: 45px 20px;
}

/*** NUMBER ORDERING ***/
/*#tabs2 p:before{
	content: "";
	background: #F7931E;
	border: 2px solid black;
	height: 34px;
	width: 34px;
	border-radius: 17px;
	display: inline-block;
	position: absolute;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 0.75em;
	color: black;
	top: 0;
}
#tabs2 p:nth-of-type(1):before{
	content: "1";
	right: -8px;
}
#tabs2 p:nth-of-type(2):before{
	content: "2";
	left: -8px;
}
*/
/** BOCADILLO **/
#tabs2 p:after{
	content: url(../img/SB_L_G10_U01_L05_Vero_Mafe_31_Oct_2014version2-02.png);
	position: absolute;
	bottom: 23px;
	width: 57px;
	height: 38px;
}
#tabs2 p:nth-of-type(1):after{
	right: -44px;
}
#tabs2 p:nth-of-type(2):after{
	left: -44px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
