/*linea tiempo h*/
 .content_nav .buttons{
	cursor: pointer;
	background-image: url("../img/act2/L_G11_U04_L05flechas-30.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 33px;
	height: 33px;
	bottom: 35px;
    right: 360px;
	z-index: 99;
	
}
 .content_nav .buttons.last{
	display: none;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 360px;
}

.content_nav{
  /*margin-top: 50px;*/
  overflow: hidden;
}
 .content_nav .sections {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 664px;
}
 .content_nav .sections > li{ 
	width: 500px;
	height: 400px;
	float: left;
}
.content_nav .content-int{
	width: 500px;
	height: 400px;
	position: absolute;
	top: 225px;
    left: 375px;
	overflow: hidden;
}
/*end linea de tiempo*/

.full.content_nav > .content-int{
	width: 1245px;
	height: 660px;
	top: 0;
	left: 0;
}
.full.content_nav ol.sections > li{
	width: 1246px;
    height: 666px;
}

.full.content_nav .content-int ol.sections{
	position: relative;
    margin-right: 35px;
}