$(function(){

	$('.WEB_CONTE_imagenProducto img').each(function(){
		$(this).removeAttr("width")

	});
	
	
});
