// when the DOM is ready...
$(document).ready(function () {
	
	$.ifixpng('images/pixel.gif');
	$('ul.pdf-icon, .tambien-plan-ovalo a').ifixpng();

});

