.gge_contenido_L .activity_tag .subtitle{
	font-size: 18px;
}
.gge_contenido_L .act_content span.act_subtitle{
	color: #F77B14;
}
.gge_contenido_L .act_content #tabs1 span.act_subtitle{
	padding-right: 0px;
	font-size: 1.5em
}


#tabs1 div[data-sg-id=item-sequence]{
	text-align: center;
	position: relative;
	margin-top: -20px;
}
#tabs1 .btn_seq {
	background: url("../img/deploy_button.png") no-repeat; 
	position: relative;
	top: 53px;
	left: 390px;
	display: inline-block;
	width: 46px;
	height: 47px;
	z-index: 2;
}
#tabs1 div[data-sg-id=btn-sequence][data-sg-status=open].btn_seq {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
#tabs1 .item_seq, .last span{
	font-size: 1.95em;
	font-style: italic;
	font-weight: bold;
	line-height: 0.9em;
	text-align: center;
	display: inline-block;
	background: #199BD8;
	border-radius: 25px;
	padding: 19px 22px 19px 59px;
	max-width: 480px;
	position: relative;
	color: white;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
}
#tabs1 .item_seq.middle{
	min-width: 205px;
	max-width: 220px;
	min-height: 95px;
	background: #3DB9EA;
	padding: 21px 0;
	border-radius: 35%/100%;
	margin: 0 66px;
}
#tabs1 .arrow {
	position: relative;
	margin-top: 11px;
	margin-bottom: -2px;
}



/* icons  and items adapter */
#tabs1 .last span{
	padding: 15px 18px;
}
#tabs1 .item_seq.middle:nth-child(1){ top: -22px; }
#tabs1 .item_seq.middle:nth-child(2){ top: -42px; line-height: 53px; }

#tabs1 div[data-sg-id=item-sequence]:nth-of-type(3){
	background: url(../img/SB_L_G10_U02_L02_linea-punteada-46.png) no-repeat center 5px;
	padding-top: 90px; 
}

div.last{
	background: url(../img/SB_L_G10_U02_L02_linea-punteada-45.png) no-repeat center 5px;
	padding-top: 90px; 	
	margin-top: -30px;
	display: none;
}

#tabs1 div[data-sg-id="btn-popup"][data-sg-key="1"]{
	cursor: pointer;
	font-size: 1.6em;
	border-width: 5px;
	border-radius: 18px;
	padding: 8px 13px;
	position: absolute;
	right: 0px;
	bottom: 25px;
}



/*************************** TAB2  ***************************/

#questions{
	background: url("../img/SB_L_G10_U02_L02_chicaConMaletin.png") 1px -23px no-repeat;
	text-align: right;
	height: 80%;
	margin-top: 40px;
}

#questions div p{
	background: #E8E8E8;
	border: none;
	border-radius: 15px;
	margin: 12px 35px;
	font-size: 1.9em;
	line-height: 1.1em;
	padding: 10px 25px 21px 30px;
	text-align: left;
	font-style: italic;
	letter-spacing: -1px;
}

#questions div p:before{
	content: " ";
	background: url(../img/SB_L_G10_U01_L04_-arrowQuestion-02.png) no-repeat;	
	display: inline-block;
	position: absolute;
	left: 364px;
	height: 100px;
	width: 57px;
}

#questions div#q1 p:before{
	top: 154px;
}
#questions div#q2 p:before{
	top: 276px;
	left: 387px;
}
#questions div#q3 p:before{
	top: 413px;
}

#questions div span.number_icon{
	display: inline-block;
	width: 62px;
	height: 61px;
	position: relative;
}
#questions div:nth-child(1) span.number_icon{
	background: url(../img/SB_L_G10_U02_L02_botonesNum-59.png) no-repeat;
	top: 23px;
}
#questions div:nth-child(2) span.number_icon{
	background: url(../img/SB_L_G10_U02_L02_botonesNum-60.png) no-repeat;
	top: 23px;
}
#questions div:nth-child(3) span.number_icon{
	background: url(../img/SB_L_G10_U02_L02_botonesNum-61.png) no-repeat;
	top: 19px;
}

#questions div:nth-child(1) p{ 
	width: 66%;
}
#questions div:nth-child(2) p{ 
	width: 64%;
}
#questions div:nth-child(3) p{ 
	width: 66%;
}

div[data-sg-id="btn-popup"][data-sg-key="1"]{
	margin: 30px 36px 0 0;
	padding: 10px 20px;
	background: #B5CA07;
	color: black;
	border: 8px solid #99DDD8;
	border-radius: 25px;
	font-style: italic;
	font-size: 2.3em;
	font-weight: bold;
	display: inline-block;
	letter-spacing: -1px;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}

div[data-sg-id="item-popup"][data-sg-key="1"]{
	width: 925px;
	height: 500px;
	font-size: 2.05em;
	font-style: italic;
	color: black;
	letter-spacing: -1px;
}

div[data-sg-id="item-popup"][data-sg-key="1"] h3{
	margin: 0;
	padding: 15px 50px;
	background: #99DDD8;	
	font-style: italic;
	border-radius: 25px 25px 0 0;
}

div[data-sg-id="item-popup"][data-sg-key="1"] p{
	background: #B5CA07;
	margin: 0;
	padding: 30px 50px;
	border-radius: 0 0 25px 25px;
	line-height: 1.1em;
}
div[data-sg-id="item-popup"][data-sg-key="1"] p em{
	font-weight: bold;
}
