$(document).ready(function(){
	$('.menu li a, .menuPerfil li, .menuPerfil li a, #otrasPromosDestacadas li').hover(function(){
		$(this).addClass('hover');
		}, function(){
			$(this).removeClass('hover');
	});
	$('dd:odd, thead tr:odd, tbody tr:odd').addClass('impar');
	$('dd:even, thead tr:even, tbody tr:even').addClass('par');
	$('ul.menu li:last-child, ul.menuPerfil li:last-child, ul#promosGenericas li:last-child, #pie ul#logos li:last-child, #barraLateral #otrasOpciones li:last-child, #otrasRecetasDestacadas li:last-child, #otrasPromosDestacadas li:last-child, #responsabilidad ul li:last-child, #admin ul.actions li:last-child, .contenedorTextoPaso ul li ul li:last-child').addClass('ultimo');
	$('.ingresar').colorbox({
		iframe: true,
		innerWidth: 401,
		innerHeight: 260,
		href: urlLogin
	});
	var flashvars = false;
	var params = {wmode: 'transparent'};
	var attributes = {};
	swfobject.embedSWF("/swf/logo3d.swf", "logo3d", "95", "77", "9.0.0","expressInstall.swf", flashvars, params, attributes);
});

function openLogin()
{
  $('#linkLogin').trigger('click');
}
