@import url(./linea_tiempo_h.css);
 .content_nav .sections {
	width: 4980px;
	height: 510px;
}

.content_nav .sections > li{ 
	height: 510px;
}

.content_nav .sections > li:nth-child(1){
	background-image: url(../img/INTRO/S_G11_U05_L02_grafA.png);
}
.content_nav .sections > li:nth-child(2){
	background-image: url(../img/INTRO/S_G11_U05_L02_graf1.png);
}
.content_nav .sections > li:nth-child(3){
	background-image: url(../img/INTRO/S_G11_U05_L02_graf2.png);
}
.content_nav .sections > li:nth-child(4){
	background-image: url(../img/INTRO/S_G11_U05_L02_graf3.png);
}

.content_nav .sections > li p{ 
	position: relative;
	font-size: 1.9em;
	color: white;
}
.content_nav .sections > li:nth-child(2) p{
    left: 121px;
    top: 79px;
}
.content_nav .sections > li:nth-child(3) p{
    left: 100px;
    top: 62px;
}
.content_nav .sections > li:nth-child(4) p{
    left: 80px;
    top: 62px;
}

#tabs2 .content{
	background-image: url(../img/INTRO/S_G11_U05_L02_graf4.png);
}
#tabs2 .content h4{
	position: absolute;
    font-size: 2.2em;
    font-weight: bold;
    left: 449px;
    top: 94px;
    color: white;
}
#tabs2 .content p{
    position: absolute;
    font-size: 1.9em;
    left: 100px;
    top: 240px;
    color: white;
}