		jQuery.noConflict();
		jQuery(document).ready(function(){
	 		jQuery('#pie ul li:last-child, div.info:last, #menuContenido div:last, #navegacion li:last-child, li.item:last-child, .relacionadas div.contenidos div:last, .categorylisting:last').addClass('last');
                          jQuery(".lightk_box_fondo, .lightk_box .messages, .lightk_box_cerrar, .lightk_box_cerrar_RZ, .lightk_box_img, .lightk_box_RZ .messages_RZ, .lightk_box_cerrar_RZ, .lightk_box_cerrar_RZ, ").live('click', function(){
			    jQuery(".lightk_box_fondo, .lightk_box .messages, .lightk_box_cerrar, .lightk_box_cerrar_RZ, .lightk_box_img, .form_messages, .news_tnks, .news_form, .lightk_box_RZ .messages_RZ, .lightk_box_cerrar_RZ, .form_messages_RZ, .news_tnks_RZ,").fadeOut(500);
			  });
			  
			  
			  jQuery('.rwz').openDOMWindow({
                              height: 228,
                              width: 458,
                              eventType: 'click',
                              loader: 1,
                              loaderImagePath: 'imagen.gif',
                              loaderHeight: 16,
                              loaderWidth: 17
                          });
                          jQuery('.cerrar-rwz-mensj').click(function(){ jQuery.closeDOMWindow({windowSourceID:'#form-rwz'}); });
                          /* --------------- Precios Listado de productos --------------------------- */
                          jQuery('#marco_precios-list .price-box .old-price .price').before('<span class="precioDe">De:</span>');
                          jQuery('#marco_precios-list .price-box .special-price .price').before('<span class="precioDe">A:</span>');
                          jQuery('#marco_precios-list .price-box .special-price .regular-price .precioDe').css('display','none');
                          /* --------------- Precios Ficha del producto --------------------------- */
                          jQuery('.product-shop-view .price-box .old-price .price').before('<span class="precioDe">De:</span>');
                          jQuery('.product-shop-view .price-box .special-price .price').before('<span class="precioDe">A:</span>');
                          jQuery('.product-shop-view .price-box .special-price .regular-price .precioDe').css('display','none');
                          var comp = jQuery('.product-shop-view .price-box .nada').val();
                          if(comp != null){jQuery('.product-shop-view .price-box').after('<span class="tarj-part">Cómprelo a 12 mensualidades con tarjetas participantes*</span>');}
                          /* --------------- Precios Slider "Los mejores descuentos" --------------------------- */
                          jQuery('#bloque_precios_slider .price-box .special-price .price-label').css('display','none');
                          jQuery('#bloque_precios_slider .price-box .old-price .price').before('<span class="De">De:</span>');
                          jQuery('#bloque_precios_slider .price-box .special-price .price').before('<span class="A">A:</span>');
                          /* --------------- Precios Regilla "Los mas vendidos" --------------------------- */
                          jQuery('#content-price-box .price-box .old-price .price').before('<span class="De">De:</span>');
                          jQuery('#content-price-box .price-box .special-price .PSpec').css('display','none');
                          jQuery('#content-price-box .price-box .special-price .PSpec').after('<span class="A">A:</span>');
                          
		}); 
;(function(window){
var
 $_GET = window.$_GET = {},
 $_VAN = window.$_VAN = {},
 location = window.location,
 search = location.search,
 href = location.href, 

 index = search.indexOf('?') != -1 ? search.indexOf('?') + 1 : 0,
 get = search.substr(index).split('&'),
 vanity = href.replace(/^https?:\/\/(.*?)\//i, '').replace(/\?.*$/i, '').split('/'); 

 for (var i in get){
 var split = get[i].split('=');
 $_GET[split[0]] = split[1]||null;
 }

 for (var i in vanity)
 $_VAN[i] = vanity[i]||null;
})(window);

