/*linea tiempo h*/
 .content_nav .buttons{
	cursor: pointer;
	background: url(../img/ACT1/SB_S_G10_U03_L06-58.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 31px;
	right: 36px;
	z-index: 2;
}
 .content_nav .buttons.last{
	/*-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);*/
	display: none;
	background-image: url(../img/ACT1/SB_S_G10_U03_L06-57.png);
	left: 1100px;
}

 .content_nav .buttons:active,  .content_nav .buttons:hover{
 	/*background-image: url(../img/ACT1/SB_S_G10_U03_L06-57.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: #EA8E39; background: #EA8E39; }
 .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*/