jQuery(document).ready(
	function()
	{
		$('#aviso_legal_lb').colorbox({ iframe: true, width: 600, height: 540 });
		
			$('#video_airbag').colorbox({ href:"/templates/video_airbag.html",scrolling:false, iframe: true, width: 678, height: 455,inline:true });


}
);

