h1{
	font-size: 1.56em;
}
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;
}


