﻿

$(function() {
    //$('body').supersleight({ shim: '/images/blank.gif' });
    //$(document).pngFix({ blankgif: '/images/blank.gif' });
    $('.textoCorporativo .tablaprecios tr:nth-child(even)').addClass('even');
});

function abrirVentana(url,opciones)
{
 window.open(url,'',opciones);
}