jQuery(document).ready(function(){
		debugging = true;
        $(".ceebox").ceebox({borderColor:'#dcdcdc',boxColor:"#fff",videoWidth:800,videoHeight:700,htmlWidth:1020,htmlHeight:700});
	});


$(document).ready(function(){//Onload del documento
						   
$('#selectBookmark,#selectBookmark1,#selectBookmark2,#selectBookmar3,#selectBookmark4').bookmark({sites: ['facebook', 'twitter',]});

/* Funci&oacute;n cambio de vista */
/*-----------------------------------------------------------*/

    $(".cambiovista").click(function(){
		$.ajax({
			type: "GET",
			dataType: "html",
			url: "es/welcome/cambiovistaalt",
			success: function(datos){		
				var pagina=location;
				document.location.href=pagina;
			}
		});
});

/*-----------------------------------------------------------*/

});
