$(document).ready(function() {
    $("a.contacto").fancybox({
        'width': 600,
        'height': 380,
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'

    });
    $("a.enlaces").fancybox({
        'hideOnContentClick': false,
        'width': 450,
        'height': 240,
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'

    });
    $("a.mapaweb").fancybox({
        'hideOnContentClick': false,
        'width': 350,
        'height': '75%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'
    });
    $("a.legal").fancybox({
        'hideOnContentClick': false,
        'width': '75%',
        'height': '75%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'
    });
    $("a.proyecto").fancybox({
        'hideOnContentClick': false,
        'width': 790,
        'height': '75%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'
    });
    $("a.proyectoCC").fancybox({
        'hideOnContentClick': false,
        'width': 440,
        'height': '75%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'
    });
    $("a.group").fancybox({
        'width': '75%',
        'height': '75%',
        'hideOnContentClick': false,
        'frameWidth': 700,
        'frameHeight': 550
    });
  
    $("#pops").fancybox({
        'titlePosition': 'inside',
        'transitionIn': 'none',
        'transitionOut': 'none'
    });
    $("#pops2").fancybox({
        'titlePosition': 'inside',
        'transitionIn': 'none',
        'transitionOut': 'none'
    });
    $("#pops3").fancybox({
        'titlePosition': 'inside',
        'transitionIn': 'none',
        'transitionOut': 'none'
    });
    $("#pops4").fancybox({
        'titlePosition': 'inside',
        'transitionIn': 'none',
        'transitionOut': 'none'
    });
    $("#pops5").fancybox({
        'titlePosition': 'inside',
        'transitionIn': 'none',
        'transitionOut': 'none'
    });
    $("#pops6").fancybox({
        'titlePosition': 'inside',
        'transitionIn': 'none',
        'transitionOut': 'none'
    });
    $("a.video_spanish").fancybox({
        'hideOnContentClick': false,
        'width': 720,
        'height': 374,
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'

    });

    $("a.patronato").fancybox({
        'width': 550,
        'height': 400
    });
    
    $("a.zoom").fancybox({
        'titlePosition': 'over',

        'autoScale': true

    });

    $("a.directorio").fancybox({
        'width': 300,
        'height': 5000,
        'hideOnContentClick': false,
        'frameWidth': 700,
        'frameHeight': 550,
        'scrolling': "auto"
    });
    $("a.directorio2").fancybox({
        'width': 300,
        'height': '70%',
        'hideOnContentClick': false,
        'frameWidth': 700,
        'frameHeight': 550
    });



});
