/*linea tiempo h*/
 .content_nav .buttons{
	cursor: pointer;
	background: url(../img/ACT1/SB_S_G10_U03_L08maferecursos-03.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 33px;
	height: 38px;
	bottom: 300px;
	right: 20px;
	z-index: 2;
}
 .content_nav .buttons.last{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	left: 20px;
}

 .content_nav .buttons:active,  .content_nav .buttons:hover{ 	
 	/*background-image: url(../img/ACT1/l_G11_U04_L06Flechitasiguienteactivado.png);*/
 }

.content_nav > .controls{ 
  	position: absolute;
  	width: 100%;
  	bottom: 10px;
  	text-align: center;
}
 .content_nav > .controls > span{ 
	background: #868686;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	border: 1px solid #868686;
	margin: 10px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
 .content_nav > .controls > span.active{ border-color: #01B8B0; background: #01B8B0; }
 .controls span:active{ 	
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
}

.content_nav{
  /*margin-top: 50px;*/
  overflow: hidden;
}

 .content_nav .sections {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*width: 5040px;*/
	/*height: 460px;*/
}

 .content_nav .sections > li{ 
	width: 1180px;
	/*height: 460px;*/ 
	float: left;
	margin: 0px 50px 0px 30px;
}

/*end linea de tiempo*/