.gge_contenido_S .act_content{
	background: white url(../img/intro/S_G11_U03_L04intro_1.png) no-repeat 90px 100px;
}
.act_content > p:nth-child(1){
	position: absolute;
	top: -10px;
	left: 30px;
	color:#005D58;
	font-size: 1.4em;
}


.buttons{
	position: absolute;
	cursor: pointer;
	background: url(../img/intro/S_G11_U03_L04intro_3.png) no-repeat center;
	position: absolute;
	display: inline-block;
	width: 36px;
	height: 28px;
	top: 550px;	
	left: 1100px;
}
.buttons:hover{
	background: url(../img/intro/S_G11_U03_L04intro_2.png) no-repeat center;	
}
.buttons.last{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	top: 120px;
	left: 1098px;
}

.content_nav_h{
    width: 1065px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 90px;
}
.sections {width: 100%; margin: }
.sections > li{ 
	width: 100%; 
	height: 515px; 
	float: none; 
	position: relative;
	padding:  0 30px;
	margin: 0 0 45px 0;
}

.sections > li > img{
    top: 20px;
    left: 345px;	
}

.sections > li > p{ 
    top: 0;
    left: 0;
    color: white;
    font-style: italic;
    width: 310px;
    text-align: center;
}
.sections > li div[data-sg-id="btn-popup"]{
    top: 330px;
    left: 110px;	
}



.controls{
    position: absolute;
    top: 107px;
    left: 1012px;
    height: 310px;
    width: 30px;	
}
.controls > span{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    position: relative !important;
    border-radius: 50%;	
    margin: 8px;
    cursor: pointer;
}
.controls > span.active{
	background: #504F61;
	cursor: default;
}

.sections > li > p.two{ top: -10px; }
.sections > li > img.two{ top: 0; left: 405px; }

div[data-sg-id="item-popup"] p{
	position: absolute;
	top: 0;
	left: 0;
}
div[data-sg-id="item-popup"] p > em,
div[data-sg-id="item-popup"] p > span{
	color: white;
	display: block;
	font-family: Arial !important;
	font-size: 1.45em;
	margin: 0px 0 22px 13px;
	line-height: 0.9em;
}
div[data-sg-id="item-popup"] p > span{
	font-style: normal;
}
div[data-sg-id="item-popup"] p > span dfn{
	display: inline-block;
	font-style: normal;
	width: 183px;
	color: #504F61;
}
div[data-sg-id="item-popup"] p > span dfn strong{
	line-height: 1.4;
}
div[data-sg-id="item-popup"] p > span dfn.icon {
	margin-right: 50px;
}
div[data-sg-id="item-popup"] p > span dfn.block {
	width: 350px;
	color: white;
	margin-left: -6px;
}



/**popups */
div[data-sg-id="item-popup"].pop2 p{ top: 8px }
div[data-sg-id="item-popup"].pop2 p > span { margin-bottom: 18px }

div[data-sg-id="item-popup"].pop3 .block,
div[data-sg-id="item-popup"].pop4 .block{
    width: 380px;
    vertical-align: top;
    line-height: 1.2em;
    font-size: 0.95em;
}

div[data-sg-id="item-popup"].pop5 dfn{	width: 240px; }
div[data-sg-id="item-popup"].pop5 .block{ 
    width: 310px;
    vertical-align: top;
    line-height: 1.35em;
}

div[data-sg-id="item-popup"].pop6 span{ margin-bottom: 18px; }
div[data-sg-id="item-popup"].pop6 span.p6 dfn{ line-height: 1.4em; }

div[data-sg-id="item-popup"].pop7 span{ margin-bottom: 19px; }

div[data-sg-id="item-popup"].pop8 span{ 
    margin: 40px 0 0 50px;
    font-size: 1.43em;
    line-height: 1.25em;
}

div[data-sg-id="item-popup"].pop9 span{ margin-bottom: 21px; }

#regresar{
	position: absolute;
	display: none;
	background-color: #F9B20B;
	width: 265px;
	height: 37px;
	top: 629px;
	left: 980px;
	padding: 5px 20px;
	font-style: italic;
	color: #544d5b !important;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	font-family: Arial !important;
}

#regresar :hover{ box-shadow: none; }