.act_content{
	overflow: hidden;
}

.act_content .boton{
	display: inline-block;
	position: absolute;
	height: 25px;
	width: 25px;
	background: blue;
	position: absolute;
}

.recomendations{
    counter-reset: list;
	font-size: 1.7em;
	color: black;
	letter-spacing: -1px;
	height: 560px;
	width: 3950px;
	margin: 40px 0 0 30px;
}

.recomendations li{
	float: left;
	list-style:none;
	font-style: italic;
	font-family: Arial;
	margin: 0 90px 0 0;
}
.recomendations li span{
	background: #4D4D4D;
	color: white;
	border-radius: 10px;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	font-family: Arial;
	padding: 8px 25px 5px 30px;
	font-size: 0.9em;
	white-space:nowrap;
}
.recomendations li p{
	background: #E9E9E9;
	color: black;
	border-radius: 8px;
	display: inline-block;
	font-style: italic;
	font-family: Arial;
	width: 510px;
	height: 200px;
	text-align: left;
	padding: 38px 27px;
	margin: 17px 0 50px 0;
	line-height: 1.2em;
	font-size: 1.02em;
}


/**** PERSONALIZACION ****/
.recomendations li p.s2{
	height: 245px;
}
.recomendations div.seccion:nth-of-type(1) li:nth-of-type(4) p,
.recomendations div.seccion:nth-of-type(2) li:nth-of-type(1) p,
.recomendations div.seccion:nth-of-type(3) li:nth-of-type(2) p{
	padding-right: 60px;
}
.recomendations div.seccion:nth-of-type(2) li p{
	line-height: 1.1em;
	font-size: 1.01em;
	height: auto;
	padding-left: 35px;
	padding-bottom: 20px;
	margin-bottom: 44px;
}
.recomendations div.seccion:nth-of-type(3) li p{
	line-height: 1.15em;
	padding: 38px 3px 30px 27px;
	height: auto;
	margin-bottom: 10px;
}
.recomendations div.seccion:nth-of-type(3) li:nth-of-type(1) p{
	padding-bottom: 18px;
}

.recomendations div.seccion:nth-of-type(2) li span{
	width: 500px;
	font-family: Arial;
}
.recomendations div.seccion:nth-of-type(2) li:nth-of-type(2) span{
	letter-spacing: -1.5px;
}



.recomendations 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: -6px 0 0 -25px;
	z-index: 9999;
	padding: 1px 9px;
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
}

.recomendations div{
	height: 550px;
	width: 1300px;
	display: inline-block;
	float: left;
}

.recomendations div:nth-of-type(2){
	background: url(../img/SB_L_G10_U01_L05_-jaison-graficas.png) no-repeat -63px center;
	padding-left: 640px;
	margin-left: -14px;
}
.recomendations div:nth-of-type(3){
	background: url(../img/SB_L_G10_U01_L05_jasion-pensando-su-discurso.png) no-repeat 600px -7px;
	margin-left: 16px;
}

.recomendations li.izq{
	margin-right: 200px;
	margin-bottom: 30px;
}


.boton1, .boton2{
	cursor: pointer;
	background: url(../img/arrow_right.png) no-repeat;
	position: absolute;
	display: inline-block;
	width: 41px;
	height: 41px;
	top: 313px;
}
.boton1{
	left: 1190px;
}
.boton2{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	left: 20px;
}
