img,
.tab a{
	user-drag: none; 
	-moz-user-select: none;  
	-webkit-user-drag: none;
}
.act_content{
	font-family: Arial, Helvetica, sans-serif !important;
}
.icon_button_next:before{
	content: url('../img/SB_L_G10_U02_L0a_icono-boton-desplazamiento.png');
}

.icon_button_sequence:before{
	content: url('../img/SB_L_G10_U02_L0a_icono-boton-secuencia.png');
}


/**************** MENU Felipe Commons*****************/
a.menu-home{
	position: absolute;
	right: 24px;
	bottom: 21px;
	background-image: url(../img/SB_L_G10_U03_L04menu3.png);
	background-repeat: no-repeat;
	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);
}
div[data-sg-id='item-popup']{
	border-radius: 15px;
	box-shadow: 5px 5px 15px 0px black;
}

.icon_close_button{
	position: absolute;
	top: -23px;
	right: -23px;
	z-index: 3;
}