// ColorBox v1.3.6 - a full featured, light-weight, customizable lightbox based on jQuery 1.3
// c) 2009 Jack Moore - www.colorpowered.com - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements

				$(".ficha").colorbox({width:"650px", height:"80%", iframe:true});
			});
