.gge_contenido_L .activity_tag + .act_instruction{
	height: 54px;
}
.act_subtitle{
	letter-spacing: -0.5px;
}
ol{
    counter-reset: list;
	font-size: 1.8em;
	line-height: 1em;
	color: black;
	letter-spacing: -1px;
	height: 560px;
	width: 1215px;
	margin: 30px 0 0 30px;
	padding-right: 500px;
	background: url(../img/SB_L_G10_U01_L05_jaison-exponiendo-senalando.png) no-repeat 570px bottom;
}
ol li{
	float: left;
	list-style:none;
	background: #FBB03B;
	color: black;
	border-radius: 8px;
	display: inline-block;
	font-family: Arial;
	width: 490px;
	text-align: left;
	padding: 28px 40px;
	margin: 15px 0 20px 0;
}

ol li:before{
    content: counter(list, decimal);
    counter-increment: list;
	background: #EE7B1D;
	border: 7px solid #E95720;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	color: white;
	text-align: left;
	position: absolute;
	margin: -40px 0 0 -65px;
	z-index: 9999;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
}
