@import url(./common.css);
@import url(./linea_tiempo_h.css);

 .content_nav{
    margin-top: 20px;
 }
.content_nav .sections {
    width: 5040px;
    height: 550px;
}
.content_nav .sections > li{
    height: 550px;
}
.content_nav .sections > li img:nth-child(1){
	margin-right: 150px;
 }
.content_nav .sections > li:nth-child(1) img:nth-child(1){
 	margin-left: 199px;
}
.content_nav .sections > li:nth-child(2) img:nth-child(1){
 	margin-left: 320px;
}
.content_nav .sections > li:nth-child(3) img:nth-child(1){
 	margin-left: 260px;
}
.content_nav .sections > li:nth-child(4) img:nth-child(1){
 	margin-left: 260px;
}
.content_nav .sections > li p{
    position: relative;
    color: white;
    font-size: 1.2em;
}
.content_nav .sections > li:nth-child(1) p:nth-child(3){
    left: 216px;
    top:-200px;
}
.content_nav .sections > li:nth-child(1) p:nth-child(4){
	left: 594px;
    top: -288px;
}
.content_nav .sections > li:nth-child(2) p:nth-child(3){
    left: 338px;
    top:-200px;
}
.content_nav .sections > li:nth-child(2) p:nth-child(4){
    left: 720px;
    top: -306px;
}
.content_nav .sections > li:nth-child(3) p:nth-child(3){
    left: 278px;
    top: -207px;
}
.content_nav .sections > li:nth-child(3) p:nth-child(4){
    left: 664px;
    top: -305px;
}
.content_nav .sections > li:nth-child(4) p{
    top: -461px;
    left: 312px;
    font-size: 1.4em;
}