jQuery.noConflict();
jQuery(document).ready(function (){
	jQuery('#EXquienes').jqm({ajax: 'tienda/documentos.php?title=Quienes_somos&id=45&Itemid=57', modal: true, trigger: 'a.quienes'});
	jQuery('#EXterminos').jqm({ajax: 'tienda/documentos.php?title=Términos_y_condiciones_de_uso&id=46&Itemid=58', modal: true, trigger: 'a.terminos'});
	jQuery('#EXayuda').jqm({ajax: 'tienda/documentos.php?title=Ayuda_sobre_el_sitio&id=47&Itemid=60', modal: true, trigger: 'a.ayuda'});
	jQuery('#EXcontactenos').jqm({ajax: 'tienda/formulario500x500.php?title=Contactenos', modal: true, trigger: 'a.contactenos'});	
	jQuery('#EXpedidos').jqm({ajax: 'tienda/formulario500x500.php?title=Pedido', modal: true, trigger: 'a.pedido'});
	jQuery('#EXregistro').jqm({ajax: 'tienda/formulario.php?title=Registro', modal: true, trigger: 'a.registro'});	
	jQuery('#EXproductos').jqm({ajax: 'tienda/formulario900x600.php?title=Productos', modal: true, trigger: 'a.productos'});
	jQuery('#EXproductosimg').jqm({ajax: 'tienda/formulario900x600.php?title=Productos', modal: true, trigger: 'a.productosimg'});
	jQuery('#EXproductosimgDET').jqm({ajax: 'tienda/formulario.php?title=Detalle', modal: true, trigger: 'a.productosimgDET'});
	jQuery('#EXeventos').jqm({ajax: 'tienda/formulario900x600.php?title=Eventos', modal: true, trigger: 'a.eventos'});
	jQuery('#EXconsejeria').jqm({ajax: 'tienda/formulario.php?title=Consejeria', modal: true, trigger: 'a.consejeria'});
	jQuery('#EXconsejeriaimg').jqm({ajax: 'tienda/formulario.php?title=Consejeria', modal: true, trigger: 'a.consejeriaimg'});
	jQuery('#EXboletin').jqm({ajax: 'tienda/formulario.php?title=Boletin', modal: true, trigger: 'a.boletin'});
	jQuery('#EXsuscripcion').jqm({ajax: 'tienda/formulario500x278.php?title=Suscripcion', modal: true, trigger: 'a.suscripcion'});
	jQuery('#EXactualizarDatos').jqm({ajax: 'tienda/formulario.php?title=ActualizarDatos', modal: true, trigger: 'a.actualizarDatos'});
	jQuery('#EXreferidos').jqm({ajax: 'tienda/formulario500x278.php?title=Referidos', modal: true, trigger: 'a.referidos'});
	jQuery('#EXingresoPlegaria').jqm({ajax: 'tienda/formularioPlegaria.php?title=Plegarias', modal: true, trigger: 'a.ingresoPlegaria'});
	jQuery('#EXingreso').jqm({ajax: 'tienda/formulario500x500.php?title=Ingreso', modal: true, trigger: 'a.ingreso'});
	jQuery('#EXingresoPedido').jqm({ajax: 'tienda/formulario500x500.php?title=Ingreso&origen=pedido', modal: true, trigger: 'a.ingresoPedido'});
	jQuery('#EXventana_respuesta').jqm({ajax: 'tienda/formulario500x500.php?title=Respuesta', modal: true, trigger: 'a.ventana_respuesta'});
	jQuery('#EXventana_confirmacion').jqm({ajax: 'tienda/formulario500x500.php?title=Confirmacion', modal: true, trigger: 'a.ventana_confirmacion'});
	jQuery('#EXdescuentos').jqm({ajax: 'tienda/documentos.php?title=descuentos&id=49&Itemid=60', modal: true, trigger: 'a.descuentos'});
	jQuery('#EXsitios').jqm({ajax: 'tienda/documentos.php?title=sitios&id=50&Itemid=60', modal: true, trigger: 'a.sitios'});
	jQuery('#EXayudaonlineimg').jqm({ajax: 'tienda/formulario500x278.php?title=AyudaOnLine', modal: true, trigger: 'a.ayudaonlineimg'});
});