// JavaScript Document
$(document).ready(function() {
    $(document).pngFix();
	
$('#menu_principal').css({'z-index':'99'});
});

