#tabs1 {
	background: url(../img/intro/SB_S_G10_U03_L021.png) no-repeat 100px 200px;
	height: 590px;
}

#tabs1 p:nth-child(2){
	position: absolute;
	top: 225px;
	left: 200px;
	font-size: 1.5em;
	color: #5D5D5D;
}

#tabs1 p:nth-child(3){
	position: absolute;
	top: 380px;
	left: 200px;
	font-size: 1.5em;
	color: #5D5D5D;
}

#externo{
    position: absolute;
    top: 54px;
    left: -23px;
    overflow: hidden;
    overflow-y: auto;
    height: 580px;
    width: 1260px;
    padding-left: 80px;
}

#interno{
	background: url(../img/intro/SB_S_G10_U03_L022.png) no-repeat;
	height: 898px;
	position: relative;	
}

#interno p{
	color: #11A2A3;
	font-size: 1.6em;
	font-style: italic;
	position: absolute;
}

#interno p:nth-child(1){
	top: -14px;
	left: 498px;
}

#interno p:nth-child(2){
	top: -26px;
	left: 690px;
	color: #5D5D5D;
}

#interno p:nth-child(3){
	top: 114px;
	left: 360px;
}

#interno p:nth-child(4){
	top: 204px;
	left: 871px;
}

#interno p:nth-child(5){
	top: 346px;
	left: 5px;
}

#interno p:nth-child(6){
	top: 410px;
	left: 416px;
}

#interno p:nth-child(7){
	top: 454px;
	left: 355px;
	color: #5D5D5D;
	text-align: right;
}

#interno p:nth-child(8){
	top: 553px;
	left: 468px;
}

#interno p:nth-child(9){
	top: 600px;
	left: 429px;
	color: #5D5D5D;
	text-align: right;
}

div[data-sg-id="btn-popup"][data-sg-key="uno"]{
	position: absolute;
    top: 194px;
    left: 121px;
    width: 285px;
    height: 201px;
}
div[data-sg-id="btn-popup"]:hover{
    box-shadow: none;
}

/*.icon_close_button {
	position: absolute;
	top: -45px;
	right: -38px;
}  
*/
div[data-sg-id="btn-popup"][data-sg-key="dos"]{
	position: absolute;
	top: 370px;
    left: 920px;
	width: 345px;
	height: 251px;
}

div[data-sg-id="btn-popup"][data-sg-key="tres"]{
	position: absolute;
	top: 542px;
    left: 133px;
	width: 328px;
	height: 329px;
}

div[data-sg-id="btn-popup"][data-sg-key="cuatro"]{
	position: absolute;
	top: 670px;
    left: 947px;
	width: 288px;
	height: 229px;
}


div[data-sg-id="btn-popup"] > div{
	/*position: absolute;*/
	display: inline-block;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
    		transition: all .5s;	
}
div[data-sg-id="btn-popup"] > div:before{
	content: " ";
	top: 0;
	left: 0px;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	border: 1px solid white;
	position: absolute;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
			transition: all .5s;
}
div[data-sg-id="btn-popup"] > div:after{
	content: " ";
	top: 0;
	left: 0px;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	border: 1px solid white;
	position: absolute;
	-webkit-transition: all 0.8s;
	   -moz-transition: all 0.8s;
			transition: all .8s;
}

div[data-sg-id="btn-popup"]:hover > div:before{
	width: 106px;
	height: 106px;
	border-radius: 53px;
	top: -16px;
	left: -16px;
}
div[data-sg-id="btn-popup"]:hover > div:after{
	width: 94px;
	height: 94px;
	border-radius: 47px;
	top: -10px;
	left: -10px;
}