img,
.tab a{
	user-drag: none; 
	-moz-user-select: none;  
	-webkit-user-drag: none;
}
.act_content,p {
  font-family: Arial, Helvetica, sans-serif !important;
}
.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);
}
.content{
	width: 1245px;
	height: 605px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	position: absolute;
}
.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;	*/
}
.activity_tag .subtitle{
	text-transform: uppercase;
}
.gge_contenido_L .activity_tag .number + .subtitle {
	left: 100%;
}
.content textarea,
div[data-sg-id='item-popup'] textarea{
	background-color: transparent;
	overflow: auto;
	border: none;
	resize: none;
	color: #333333;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
}
.content p,
.content ul{
	margin: 0px;
	padding: 0px;
}
.home{
	display: inline-block; 
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: center;
	text-decoration: none;
	color: #545758;
	font-size: 1.2em;
}
a.menu-home{
	position: absolute;
	right: 24px;
	bottom: 21px;
	background-image: url(../img/return_menu.png) ;
	background-repeat: no-repeat;
	display: block;
	width: 83px;
	height: 112px;
	background-color: white;
	border-top-left-radius: 21px;
}
.content .content_nav .buttons{
	cursor: pointer;
	background: url('../img/flechaverde.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 33px;
	height: 38px;
    bottom: 270px;
    left: 32px;
	z-index: 10;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.content .content_nav .buttons.last{
	display: none;
    bottom: 378px;
    -webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
}
.content .content_nav .buttons:hover{
	-moz-transform: rotate(90deg) scale(1.1);
	-webkit-transform: rotate(90deg) scale(1.1);
	transform: rotate(90deg) scale(1.1);
}
.content .content_nav .buttons.last:hover{
	-moz-transform: rotate(270deg) scale(1.1);
	-webkit-transform: rotate(270deg) scale(1.1);
	transform: rotate(270deg) scale(1.1);
}
.content .content_nav{
  overflow: hidden;
  width: 1245px;
  height: 665px;
  position: absolute;
}
 .content .content_nav .sections{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 1245px;
	height: 665px;
	position: absolute;
}
.content .content_nav .sections > li{ 
	width: 1245px; 
	height: 665px;
	position: absolute; 
}
.content .content_nav .sections > li .page{
	background-position: center;
	background-repeat: no-repeat;
	width: 1245px;
	height: 665px;
	position: absolute;
}
.content .content_nav .controls{
	width: 16px;
    height: 100%;
    float: left;
    position: absolute;
    left: 40px;
    padding-top: 300px;
}
.content .content_nav .controls span{
	width: 15px;
	height: 15px;
	background-color: #5d5d5d;
	display: inline-block;
	margin-bottom: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: middle;
}
.content .content_nav .controls span.active{
	background-color: #15AF97;
}
.content .content_nav .controls span:hover{
	-ms-transform: scale(1.1); /* IE 9 */
   	-webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

