.gge_contenido_L .act_content{
	height: 660px; 
	background: white url(../img/actividad1/SB_L_G10_U06_L02act1fondo.png) no-repeat  0px 225px;	
	height: 664px;
}
.act_content .content_nav{
	margin-left: 0;
	margin-top: 10px;
	width: 1250px;
}
.act_content .content_nav .sections li{
	width: 1250px;
	margin-left: 0;
	text-align: center;
}
.content_nav .sections li:nth-child(1) {
		background: url(../img/actividad2/SB_L_G10_U06_L02act2fonfo01.png) no-repeat center 27px;
}
.content_nav .sections li:nth-child(2) {
		background: url(../img/actividad2/SB_L_G10_U06_L02act2fonfo02.png) no-repeat center 20px;
}
.content_nav .sections li:nth-child(3) {
		background: url(../img/actividad2/SB_L_G10_U06_L02act2fonfo03.png) no-repeat center 20px;
}
.content_nav .sections li:nth-child(4) {
		background: url(../img/actividad2/SB_L_G10_U06_L02act2fonfo04.png) no-repeat center 20px;
}
.content_nav .sections li:nth-child(5) {
		background: url(../img/actividad2/SB_L_G10_U06_L02act2fonfo05.png) no-repeat center 20px;
}
.content_nav .sections li:nth-child(6) {
		background: url(../img/actividad2/SB_L_G10_U06_L02act2fonfo06.png) no-repeat center 20px;
}

.act_content .content_nav .sections li p{
	position: absolute;
	text-align: left;
	color: white;
	font-size: 1.45em;
}


.content_nav .sections li:nth-child(1) p { top: 115px; left: 572px; }
.content_nav .sections li:nth-child(2) p { top: 147px; left: 235px; text-align: right; }
.content_nav .sections li:nth-child(2) p:nth-child(2) { top: 60px; left: 804px; }
.content_nav .sections li:nth-child(3) p { top: 70px; left: 242px; }
.content_nav .sections li:nth-child(3) p:nth-child(2) { top: 114px; left: 720px; text-align: right; }
.content_nav .sections li:nth-child(4) p { top: 96px; left: 270px; text-align: right; }
.content_nav .sections li:nth-child(5) p { top: 100px; left: 784px; }
.content_nav .sections li:nth-child(6) p { top: 140px; left: 260px; text-align: right; }
.content_nav .sections li:nth-child(6) p:nth-child(2) { top: 110px; left: 833px; text-align: left; }






.buttons{ 
	background: url(../img/actividad1/flechaverde.png) no-repeat 0px 0px;
    top: 595px;
    left: 810px;	
}
.buttons.last{
    left: 414px;
    top: 580px;
}



.content_nav > .controls{ 
  position: absolute;
  text-align: center;
  width: 100%;
  height: 35px;
  top: 540px;
  left: 5px;
}
.content_nav > .controls > span{ 
	background: #868686;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	border: 1px solid #868686;
	margin: 11px 4px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
}
.content_nav > .controls > span.active{ border-color: #117994; background: #117994; }
.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);
}
