$(document).ready(function() {

	/* This is basic - uses default settings */
	
	$("a#single_image").fancybox();
	
	/* Using custom settings */
	
	$("a#inline").fancybox({
		'hideOnContentClick': true
	});

        $("a.group").fancybox({
                'width'                 : 640,
                'height'                : 480,
                'autoScale'             : false,
                'transitionIn'          : 'elastic',
                'speedIn'               : 600,
                'speedOut'              : 600,
                'scrolling'             : 'no',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });

	$("#Dominios").fancybox({
		'width'			: 775,
		'height'		: 575,
        	'autoScale'     	: false,
        	'transitionIn'		: 'elastic',
		'speedIn'		: 600,
		'speedOut'		: 600,
		'scrolling'		: 'no',
		'transitionOut'		: 'elastic',
		'type'			: 'iframe'
	});
        $("#Mapa").fancybox({
                'width'                 : 800,
                'height'                : 575,
                'autoScale'             : false,
                'transitionIn'          : 'elastic',
                'speedIn'               : 600,
                'speedOut'              : 600,
                'scrolling'             : 'no',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });
        $("#MapaInt").fancybox({
                'width'                 : 800,
                'height'                : 575,
                'autoScale'             : false,
                'transitionIn'          : 'elastic',
                'speedIn'               : 600,
                'speedOut'              : 600,
                'scrolling'             : 'no',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });
        $("#EditarMapa").fancybox({
                'width'                 : 800,
                'height'                : 575,
                'autoScale'             : false,
                'transitionIn'          : 'elastic',
                'speedIn'               : 600,
                'speedOut'              : 600,
                'scrolling'             : 'no',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });

        $("#Servidores1").fancybox({
                'width'                 : 775,
                'height'                : 575,
                'autoScale'             : false,
		'speedIn'		: 600,
		'speedOut'		: 600,
                'transitionIn'          : 'elastic',
                'scrolling'             : 'no',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });

        $("#Servidores2").fancybox({
                'width'                 : 775,
                'height'                : 575,
                'autoScale'             : false,
                'speedIn'               : 600,
                'speedOut'              : 600,
                'transitionIn'          : 'elastic',
                'scrolling'             : 'no',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });

        $("#Europa").fancybox({
                'width'                 : 515,
                'height'                : 515,
                'autoScale'             : false,
		'speedIn'		: 600,
		'speedOut'		: 600,
                'transitionIn'          : 'elastic',
                'scrolling'             : 'no',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });

        $("#Historico").fancybox({
                'width'                 : 500,
                'height'                : 500,
                'autoScale'             : false,
		'speedIn'		: 600,
		'speedOut'		: 600,
                'transitionIn'          : 'elastic',
                'scrolling'             : 'yes',
                'transitionOut'         : 'elastic',
                'type'                  : 'iframe'
        });
});

