$(document).ready(function() {
    $(".mapaDirectorio").fancybox({
        'width'             : 780,
        'height'            : 450,
        'autoScale'         : false,
        'transitionIn'      : 'none',
        'transitionOut'     : 'none',
        'type'              : 'iframe'

    });

     $("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
    });
    $("a.directorio").fancybox({
        'width'             : 300,
        'height'            : '50%',
        'hideOnContentClick': false,
        'frameWidth'        :   700,
        'frameHeight'       :   550
    });
    $("a.directorio2").fancybox({
        'width': 300,
        'height': '70%',
        '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'
    });
    $("a.video_spanish").fancybox({
        'hideOnContentClick': false,
        'width'     :   720,
        'height'        :   374,
        'autoScale'         : false,
        'transitionIn'      : 'none',
        'transitionOut'     : 'none',
        'type'              : 'iframe'
        
    });
    $("a.zoom").fancybox({
                'titlePosition'  : 'over',
                'width'             : '75%',
                'height'            : '75%'
            });


    
});

