function abrirLightbox(url, ancho, alto){
	Lightview.show({
		href: url,
		rel: 'iframe',
		options: {
			topclose: true,
			height: alto,
			width: ancho,
			overflow: 'hidden'
		}
	});
}


