$(function() {

    $(".estirar").click( function(){

        $(this).parent().children(".amagat")

            .animate( {height:"245px"} )

            .animate( {height:"145px"}, "fast" );

        $(this).toggle();

				$(this).next().toggle();

    });

	$(".estirar2").click( function(){

        $(this).parent().children(".amagat")

            .animate( {height:"306px"} )

            .animate( {height:"206px"}, "fast" );

        $(this).toggle();

				$(this).next().toggle();

    });

	$(".estirar3").click( function(){

        $(this).parent().children(".amagat")

            .animate( {height:"475px"} )

            .animate( {height:"375px"}, "fast" );

        $(this).toggle();

				$(this).next().toggle();

    });

	$(".estirar4").click( function(){

        $(this).parent().children(".amagat")

            .animate( {height:"389px"} )

            .animate( {height:"289px"}, "fast" );

        $(this).toggle();

				$(this).next().toggle();

    });

	

    $(".amagar").click( function() {

        $(this).parent().children(".amagat")

            .animate( {height:"0px"}, "fast" );

						$(this).toggle();

						$(this).prev().toggle();

    });
	$(".estirar_ppv").click( function(){

        $(this).parent().children(".amagat")

            .animate( {height:"85px"} )

            

        $(this).toggle();

				$(this).next().toggle();

    });
	

});
