jQuery(document).ready(function() {
    $(".tip5").fancybox({
		'scrolling' : 'no',
		'titleShow'	: false
	});
	    $(".condiciones").fancybox({
		'width' 	: 550,
		'height'	: 530,
		'scrolling' : 'no',
		'autoScale' : false,
		'type'		: 'iframe',
		'scrolling' : 'auto'

		
	});
	$(".Listas").mouseover( function (){
		$(".contactar div").animate({opacity: 0.80}, function() {
	});
	});
	
	$(".FormContacto").fancybox({
		'padding'		:0,					
		'width' 		: 500,
		'height'		: 350,
		'autoScale' 	: false,
		'type'			: 'iframe',
		'scrolling' 	: 'auto',
		'overlayOpacity': 0.8,
		'overlayColor'	: '#000'
	});
	
	$(".mapa_ubicacion").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoScale'     	: false,
		'width'				: 700,
		'height'			: 400,
		'type'				: 'iframe',
		'scrolling'   		: 'no'
	});

	$(".complemento").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoScale'     	: false,
		'width'				: 500,
		'height'			: 150,
		'type'				: 'iframe',
		'scrolling'   		: 'no'
	});
	$(".complemento2").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoScale'     	: false,
		'width'				: 500,
		'height'			: 390,
		'type'				: 'iframe',
		'scrolling'   		: 'no'
	});
	
$(".modificaraviso").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoScale'     	: false,
		'width'				: 700,
		'height'			: 500,
		'type'				: 'iframe',
		'scrolling'   		: 'no'
	});

});







