@import url(./linea_tiempo_h.css);

.content_nav .buttons{
	bottom: 266px;
	right: 0px;
}
.content_nav .buttons.last{
	left: 0px;
}
.content_nav{
  /*margin-top: 50px;*/
}
 .content_nav .sections {
	width: 7470px;
	height: 600px;
}
.content_nav .sections > li{
	height: 600px;
}

.content_nav .sections > li:nth-child(1){
	background-image: url(../img/ACT4/S_G11_U05_L02_graf1.png);
}
.content_nav .sections > li:nth-child(2){
	background-image: url(../img/ACT4/S_G11_U05_L02_graf2.png);
}
.content_nav .sections > li:nth-child(3){
	background-image: url(../img/ACT4/S_G11_U05_L02_graf3.png);
}
.content_nav .sections > li:nth-child(4){
	background-image: url(../img/ACT4/S_G11_U05_L02_graf4.png);
}
.content_nav .sections > li:nth-child(5){
	background-image: url(../img/ACT4/S_G11_U05_L02_graf5.png);
}
.content_nav .sections > li:nth-child(6){
	background-image: url(../img/ACT4/S_G11_U05_L02_graf6.png);
}

.content_nav .sections > li p{
	position: relative;
	font-size: 1.8em;
	color: white;
    font-family: Tahoma !important;
}

.content_nav .sections > li p{
	left: 345px;
    top: 110px;
}
.content_nav .sections > li:nth-child(6) p{
	left: 340px;
    top: 140px;
}