.gge_contenido_S .act_content span.act_subtitle{ font-style: normal; color: #006666;}
/*span, p {color: #3C3C3B; font-size: 1.8em;}*/
.activity_tag .number{ padding-left: 10px}

.home{
	display: inline-block; 
	position: absolute;
	right: 27px;
	bottom: 17px;
}

*{
user-drag: none; 
-moz-user-select: none;
-webkit-user-drag: none;
}

.gge_contenido_S .act_content{ height: 657px; }

.icon_close_button{
	position: absolute;
	top: -23px;
	right: -23px;
}

div[data-sg-id='item-popup']{
	border-radius: 15px;
	box-shadow: 5px 5px 15px 0px black;
	
}


.gge_header_S h1 {
	font-size: 1.56em;
}

img,
.tab a{
	user-drag: none; 
	-moz-user-select: none;  
	-webkit-user-drag: none;
}



/**************** MENU *****************/
body{counter-reset: section;}


.menu-activities h2{
	/*display: inline-block;*/
	color: #666666;
	/*width: 500px;*/
	text-align: center;
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 2.2em;
}

.menu-activities h2:before,
.menu-activities h2:after{
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #666666;
	position: absolute;
	top: 15px;
}

.menu-activities h2:before{
	left: -25px;
}

.menu-activities h2:after{
	right: -25px;
}
.act_content.menu-activities{
	text-align: center;
}

.dos_intro{
	margin-top: 165px;

}
.dos_intro a{
	display: inline-block; 
	vertical-align: top;
	width: 300px; 
	text-align: center;
	font-size: 1.5em;
	text-decoration: none;
}

.dos_intro a:before{
	counter-increment: section;               /* Increment the section counter*/
  	content:  counter(section) ; /* Display the counter */
	display: block;
	text-align: center;
	background-image: url(../img/SB_S_G10_U01_L04botonblancomenu.png);
	background-repeat: no-repeat;
	background-position: center center ;
	font-size: 2.5em;
	font-weight: bold;
	padding-top: 37px;
	padding-bottom: 37px;
}
.dos_intro a:nth-child(1){	color: #EC7471 }
.dos_intro a:nth-child(2){	color: #504F61 }
.dos_intro a:nth-child(3){	color: #32B196 }
.dos_intro a:nth-child(4){	color: #C184B4 }

.dos_intro img{
	display: block; 
	margin: auto;
}

a.menu-home{
	position: absolute;
	right: 24px;
	bottom: 21px;
	background-image: url(../img/SB_S_G10_U01_L04botonmenu.png);
	display: block;
	width: 83px;
	height: 112px;
	background-color: white;
	border-top-left-radius: 21px;
}

.btn-hover:hover{

	opacity: 0.9;
	cursor: pointer;
	-ms-transform: scale(1.1); /* IE 9 */
   	-webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);

}




@font-face {
    font-family: 'fontin-italic'; /*a name to be used later*/
    src: url('fonts/Fontin-Italic.ttf'); /*URL to font*/
}

span[class*='eq']{
	font-family: 'Arial';
	font-style:italic;
	font-size: 1.5em;
	color: #605F5E;
}