jQuery(document).ready(function(){
    //inicial1 = jQuery("#slider1").height();
    //inicial2 = jQuery("#jaca1").height();
    
	//chat = jQuery("#chat").height();
    //if (inicial1 < inicial2) {
   //     tamano2 = inicial2 - chat * 2
    //}
   // else {
   //     tamano2 = inicial1 - chat
   // }; 
    //jQuery("#carrito").css("height", tamano2 + "px");
    jQuery("#btnentra").click(function(){
        //jQuery("#login").slideToggle("slow");
      /*  contenido = jQuery("#slider1").height();
      */
  		/*
        chat = jQuery("#chat").height();
		carrito = jQuery("#carrito").height();
        tamano = (carrito + chat+7);
        jQuery("#carrito").animate({
            height: tamano + "px"
        }, 1500);
		*/
    });
});

function cerrarSession() {
	alert (1);
}

