// JavaScript Document
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1991, 2002 Adobe Systems Incorporated.  All Rights Reserved. ©
 * 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Frutiger is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * FrutigerLTStd-Cn
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":173,"face":{"font-family":"aconcagua","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 6 2 2 4 2 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-5 -316 283 90","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"30","unicode-range":"U+0020-U+203A"},"glyphs":{" ":{"w":86,"k":{"T":20,"V":20,"Y":20,"A":20,"\u00c1":20,"W":20}},"!":{"d":"76,-67r-26,0r-5,-184r36,0xm46,0r0,-40r35,0r0,40r-35,0","w":126},"\"":{"d":"104,-186r0,-84r26,0r0,84r-26,0xm50,-186r0,-84r26,0r0,84r-26,0","w":180},"#":{"d":"69,-153r-8,55r43,0r8,-55r-43,0xm26,0r11,-78r-36,0r0,-20r39,0r7,-55r-35,0r0,-20r38,0r10,-78r22,0r-11,78r43,0r11,-78r22,0r-11,78r35,0r0,20r-38,0r-7,55r35,0r0,20r-38,0r-11,78r-22,0r12,-78r-43,0r-11,78r-22,0","w":172},"$":{"d":"94,-105r0,75v30,-15,33,-53,0,-75xm80,-154r0,-70v-29,14,-36,50,0,70xm94,-145v31,18,56,44,56,76v0,35,-19,64,-56,70r0,33r-14,0r0,-32v-19,3,-42,-4,-56,-10r0,-33v17,10,35,17,56,16r0,-90v-35,-18,-57,-43,-57,-76v0,-36,25,-57,57,-62r0,-30r14,0r0,29v16,0,33,3,44,8r0,31v-13,-7,-28,-11,-44,-11r0,81","w":172},"%":{"d":"21,-184v0,-48,20,-70,50,-70v30,0,50,22,50,70v0,48,-20,69,-50,69v-30,0,-50,-21,-50,-69xm47,-184v0,33,7,48,24,48v17,0,24,-15,24,-48v0,-33,-7,-48,-24,-48v-17,0,-24,15,-24,48xm172,-67v0,-48,20,-69,50,-69v30,0,50,21,50,69v0,48,-20,70,-50,70v-30,0,-50,-22,-50,-70xm198,-67v0,33,7,48,24,48v17,0,24,-15,24,-48v0,-33,-7,-48,-24,-48v-17,0,-24,15,-24,48xm79,12r113,-275r23,0r-113,275r-23,0","w":293},"&":{"d":"141,-48r-56,-74v-43,19,-46,99,13,99v17,0,35,-13,43,-25xm213,0r-37,0r-20,-28v-33,56,-136,29,-136,-39v0,-35,17,-58,50,-76v-11,-16,-26,-37,-26,-58v0,-33,24,-53,58,-53v34,0,57,22,57,52v0,22,-14,46,-48,65r46,65v9,-21,14,-43,15,-69r31,0v-2,32,-11,65,-28,91xm130,-202v0,-14,-9,-27,-27,-27v-44,2,-30,51,-7,72v25,-15,34,-28,34,-45","w":219},"(":{"d":"95,48r-24,2v-65,-108,-65,-214,0,-322r24,2v-61,128,-61,190,0,318","w":100},")":{"d":"29,50r-24,-2v61,-128,61,-190,0,-318r24,-2v65,108,65,214,0,322","w":100},"*":{"d":"99,-223r44,-19r8,26r-46,11r31,35r-22,16r-24,-40r-24,40r-22,-16r31,-35r-46,-11r8,-26r43,19r-4,-47r28,0","w":180},"+":{"d":"17,-79r0,-24r79,0r0,-79r24,0r0,79r79,0r0,24r-79,0r0,79r-24,0r0,-79r-79,0","w":216},",":{"d":"9,43r18,-83r33,0r-23,83r-28,0","w":86,"k":{" ":13}},"-":{"d":"14,-88r0,-26r78,0r0,26r-78,0","w":106},".":{"d":"26,0r0,-40r34,0r0,40r-34,0","w":86,"k":{" ":13}},"\/":{"d":"0,3r67,-257r26,0r-66,257r-27,0","w":93},"0":{"d":"45,-126v0,71,12,103,41,103v29,0,42,-32,42,-103v0,-71,-13,-102,-42,-102v-29,0,-41,31,-41,102xm13,-126v0,-84,26,-128,73,-128v47,0,73,44,73,128v0,84,-26,129,-73,129v-47,0,-73,-45,-73,-129","w":172},"1":{"d":"73,0r0,-215r-32,36r-17,-23r52,-49r28,0r0,251r-31,0","w":172},"2":{"d":"13,0r0,-28v64,-73,96,-123,96,-156v0,-49,-56,-52,-86,-23r-4,-32v55,-31,123,-12,123,49v0,44,-40,109,-94,163r97,0r0,27r-132,0","w":172},"3":{"d":"13,-7r3,-31v41,27,97,17,100,-36v1,-34,-32,-47,-73,-43r0,-26v43,3,73,-14,72,-44v-1,-45,-58,-51,-91,-27r-3,-29v50,-23,128,-13,126,51v0,35,-20,55,-47,60v31,4,49,30,49,62v0,40,-27,73,-82,73v-18,0,-40,-5,-54,-10","w":172},"4":{"d":"107,0r0,-57r-99,0r0,-30r91,-164r38,0r0,168r28,0r0,26r-28,0r0,57r-30,0xm107,-83r-1,-137r-71,137r72,0","w":172},"5":{"d":"22,-8r1,-29v37,27,96,12,96,-43v0,-52,-50,-63,-95,-45r0,-126r116,0r0,26r-85,0r0,70v52,-14,94,10,97,71v4,72,-67,106,-130,76","w":172},"6":{"d":"88,-133v-54,1,-53,109,0,110v54,-1,53,-109,0,-110xm148,-247r-1,30v-58,-33,-107,11,-103,89v9,-19,27,-31,50,-31v42,0,65,38,65,78v0,55,-31,84,-72,84v-54,0,-74,-46,-74,-119v0,-111,49,-156,135,-131","w":172},"7":{"d":"40,0r82,-224r-102,0r0,-27r133,0r0,30r-78,221r-35,0","w":172},"8":{"d":"86,-228v-48,0,-50,68,3,85v20,-14,34,-31,34,-50v0,-18,-16,-35,-37,-35xm45,-70v0,25,17,47,44,47v23,0,39,-19,39,-45v0,-23,-13,-38,-44,-52v-32,17,-39,31,-39,50xm13,-66v0,-32,18,-52,47,-64v-66,-32,-54,-124,26,-124v80,0,91,92,27,124v69,21,57,133,-27,133v-45,0,-73,-30,-73,-69","w":172},"9":{"d":"85,-228v-54,1,-53,109,0,110v54,-1,53,-109,0,-110xm24,-5r2,-29v57,33,107,-12,103,-89v-9,19,-27,31,-50,31v-42,0,-66,-39,-66,-79v0,-55,32,-83,73,-83v54,0,73,45,73,118v0,111,-50,159,-135,131","w":172},":":{"d":"26,-143r0,-41r34,0r0,41r-34,0xm26,0r0,-40r34,0r0,40r-34,0","w":86,"k":{" ":13}},";":{"d":"9,43r18,-83r33,0r-23,83r-28,0xm26,-143r0,-41r34,0r0,41r-34,0","w":86,"k":{" ":13}},"<":{"d":"17,-80r0,-23r182,-82r0,23r-155,71r155,70r0,24","w":216},"=":{"d":"17,-115r0,-25r182,0r0,25r-182,0xm17,-42r0,-25r182,0r0,25r-182,0","w":216},">":{"d":"17,3r0,-24r155,-70r-155,-71r0,-23r182,82r0,23","w":216},"?":{"d":"60,-65v-11,-49,47,-80,47,-121v0,-44,-50,-48,-80,-28r-1,-30v48,-22,112,-7,112,52v0,30,-23,64,-39,85v-9,13,-11,19,-11,42r-28,0xm57,0r0,-40r34,0r0,40r-34,0","w":159},"@":{"d":"97,-105v0,21,11,34,26,34v35,0,58,-45,58,-74v0,-20,-11,-32,-28,-32v-23,0,-56,30,-56,72xm222,-193r-34,114v0,4,2,8,8,8v26,0,52,-35,52,-76v0,-51,-39,-84,-96,-84v-67,0,-112,45,-112,105v0,60,45,105,104,105v48,0,75,-13,95,-37r23,0v-23,38,-66,61,-118,61v-71,0,-128,-58,-128,-129v0,-71,57,-128,136,-128v68,0,120,48,120,107v0,60,-51,98,-81,98v-16,1,-24,-10,-29,-22v-29,40,-97,20,-92,-32v-8,-62,84,-137,122,-68r7,-22r23,0","w":288},"A":{"d":"87,-251r35,0r82,251r-33,0r-21,-66r-95,0r-20,66r-32,0xm63,-93r79,0r-39,-125","w":206},"B":{"d":"28,0r0,-251r63,0v84,-7,91,101,29,119v69,17,64,136,-32,132r-60,0xm59,-225r0,82v41,3,71,-9,71,-43v0,-31,-31,-43,-71,-39xm59,-117r0,91v44,5,76,-11,76,-45v0,-38,-32,-51,-76,-46","w":186,"k":{"U":4,"\u00da":4,",":20,".":20,"A":6,"\u00c1":6}},"C":{"d":"176,-37r0,32v-92,32,-159,-36,-159,-121v0,-96,75,-150,159,-119r0,31v-60,-32,-123,1,-126,82v-3,85,59,130,126,95","w":193},"D":{"d":"24,0r0,-251v109,-3,163,11,168,121v4,86,-57,141,-168,130xm56,-224r0,197v70,6,102,-31,103,-103v1,-60,-30,-101,-103,-94","w":206,"k":{"Y":16,",":20,".":20,"A":6,"\u00c1":6,"W":-4}},"E":{"d":"28,0r0,-251r117,0r0,27r-86,0r0,80r82,0r0,27r-82,0r0,90r90,0r0,27r-121,0","w":166},"F":{"d":"28,0r0,-251r112,0r0,27r-81,0r0,80r77,0r0,27r-77,0r0,117r-31,0","w":153,"k":{",":46,".":46,"A":20,"\u00c1":20,"a":16,"\u00e1":16,"e":13,"\u00e9":13,"i":13,"\u00ed":13,"o":13,"\u00f3":13,"r":16}},"G":{"d":"193,-138r0,128v-15,5,-41,13,-63,13v-80,0,-113,-61,-113,-129v0,-102,83,-152,171,-117r0,32v-66,-35,-136,-9,-138,79v-2,77,45,125,112,100r0,-79r-42,0r0,-27r73,0","w":220,"k":{",":13,".":13}},"H":{"d":"28,0r0,-251r31,0r0,107r88,0r0,-107r32,0r0,251r-32,0r0,-117r-88,0r0,117r-31,0","w":206},"I":{"d":"28,0r0,-251r31,0r0,251r-31,0","w":87},"J":{"d":"8,0r0,-31v28,9,50,-3,50,-37r0,-183r31,0r0,185v2,51,-30,79,-81,66","w":113,"k":{",":21,".":21,"a":4,"\u00e1":4}},"K":{"d":"24,0r0,-251r32,0r1,109r83,-109r37,0r-94,119r102,132r-41,0r-88,-122r0,122r-32,0","w":186,"k":{"O":13,"\u00d3":13,"e":13,"\u00e9":13,"o":13,"\u00f3":13,"u":13,"\u00fa":13,"y":16}},"L":{"d":"28,0r0,-251r31,0r0,224r83,0r0,27r-114,0","w":146,"k":{"T":27,"V":20,"Y":33,"W":13,"y":16}},"M":{"d":"28,0r0,-251r49,0r63,200r65,-200r47,0r0,251r-30,0r-1,-217r-71,217r-23,0r-69,-217r0,217r-30,0","w":280},"N":{"d":"28,0r0,-251r39,0r95,207r0,-207r31,0r0,251r-40,0r-95,-206r0,206r-30,0","w":220,"k":{",":13,".":13}},"O":{"d":"17,-123v0,-87,36,-131,95,-131v56,0,91,48,91,126v0,87,-35,131,-94,131v-56,0,-92,-48,-92,-126xm50,-123v0,51,17,100,59,100v33,0,61,-28,61,-105v0,-51,-16,-100,-58,-100v-33,0,-62,28,-62,105","w":220,"k":{"T":16,"V":6,"Y":16,",":20,".":20,"A":6,"\u00c1":6,"X":13}},"P":{"d":"28,-251v72,-4,134,1,134,71v0,57,-39,80,-103,75r0,105r-31,0r0,-251xm59,-225r0,94v44,4,70,-11,70,-46v0,-42,-28,-50,-70,-48","k":{",":46,".":46,"A":16,"\u00c1":16,"a":20,"\u00e1":20,"e":13,"\u00e9":13,"o":13,"\u00f3":13}},"Q":{"d":"198,47r-39,0r-38,-46v-65,11,-103,-42,-104,-124v0,-87,36,-131,95,-131v56,0,91,48,91,126v0,64,-19,105,-53,122xm50,-123v0,51,17,100,59,100v33,0,61,-28,61,-105v0,-51,-16,-100,-58,-100v-33,0,-62,28,-62,105","w":220,"k":{",":13,".":13}},"R":{"d":"92,-251v83,-8,101,109,22,125v13,6,22,10,27,25r36,101r-34,0r-29,-85v-7,-26,-24,-30,-55,-29r0,114r-31,0r0,-251r64,0xm59,-225r0,85v42,5,72,-13,72,-44v0,-38,-32,-44,-72,-41","w":186,"k":{"T":13,"V":9,"Y":16}},"S":{"d":"131,-246r0,31v-28,-19,-84,-13,-82,26v0,16,7,26,43,47v39,22,52,44,52,73v0,40,-25,72,-73,72v-20,0,-40,-5,-53,-11r0,-33v30,25,94,20,93,-23v0,-19,-5,-31,-39,-52v-45,-27,-56,-43,-56,-75v0,-58,67,-75,115,-55","w":159,"k":{",":20,".":20}},"T":{"d":"64,0r0,-224r-58,0r0,-27r147,0r0,27r-57,0r0,224r-32,0","w":159,"k":{"\u00ed":13,"O":16,"\u00d3":16,",":40,".":40,"A":16,"\u00c1":16,"a":27,"\u00e1":27,"e":27,"\u00e9":27,"i":13,"o":27,"\u00f3":27,"r":27,"u":27,"\u00fa":27,"y":13,"-":20,"h":13,"w":23,":":27,";":27}},"U":{"d":"107,3v-115,0,-71,-149,-79,-254r31,0r0,163v0,39,18,65,48,65v30,0,47,-26,47,-65r0,-163r31,0v-8,105,36,254,-78,254","w":213,"k":{",":20,".":20,"A":13,"\u00c1":13}},"V":{"d":"80,0r-77,-251r35,0r59,205r61,-205r32,0r-79,251r-31,0","w":193,"k":{"G":6,"O":6,"\u00d3":6,",":40,".":40,"A":16,"\u00c1":16,"a":13,"\u00e1":13,"e":13,"\u00e9":13,"i":7,"\u00ed":7,"o":13,"\u00f3":13,"u":13,"\u00fa":13,"-":16,":":13,";":13}},"W":{"d":"58,0r-55,-251r33,0r42,203r45,-203r40,0r46,203r44,-203r30,0r-54,251r-38,0r-48,-215r-48,215r-37,0","w":286,"k":{",":13,".":13,"a":13,"\u00e1":13,"e":6,"\u00e9":6,"o":6,"\u00f3":6,"u":7,"\u00fa":7,"-":7,":":13,";":13}},"X":{"d":"2,0r76,-133r-67,-118r38,0r52,92r51,-92r34,0r-70,119r75,132r-37,0r-59,-105r-57,105r-36,0","w":193},"Y":{"d":"77,0r0,-105r-75,-146r36,0r56,111r55,-111r35,0r-75,146r0,105r-32,0","w":186,"k":{"O":16,"\u00d3":16,",":46,".":46,"A":33,"\u00c1":33,"a":29,"\u00e1":29,"e":29,"\u00e9":29,"i":13,"\u00ed":13,"o":29,"\u00f3":29,"u":16,"\u00fa":16,"-":33,":":27,";":27,"S":13}},"Z":{"d":"12,0r0,-30r102,-194r-99,0r0,-27r137,0r0,27r-105,197r107,0r0,27r-142,0","w":166},"[":{"d":"32,50r0,-322r55,0r0,21r-29,0r0,280r29,0r0,21r-55,0","w":100},"\\":{"d":"67,3r-67,-257r27,0r66,257r-26,0","w":93},"]":{"d":"13,50r0,-21r29,0r0,-280r-29,0r0,-21r55,0r0,322r-55,0","w":100},"^":{"d":"17,-95r79,-156r24,0r79,156r-26,0r-65,-132r-65,132r-26,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"117,-112v13,-59,-60,-60,-85,-31r-3,-28v48,-27,116,-18,117,47r1,124r-27,0v-2,-8,0,-19,-3,-25v-15,39,-104,39,-104,-25v0,-41,38,-67,104,-62xm74,-21v34,-1,47,-30,43,-69v-37,-6,-74,9,-74,37v0,19,10,32,31,32","w":166},"b":{"d":"49,-92v0,46,13,70,41,70v28,0,40,-24,40,-70v0,-46,-12,-70,-40,-70v-28,0,-41,24,-41,70xm18,0r1,-270r30,0r1,112v40,-57,110,-25,110,66v0,96,-78,119,-112,65r-1,27r-29,0","k":{",":13,".":13}},"c":{"d":"131,-179r-1,27v-44,-20,-85,-5,-85,62v0,61,44,81,86,57r2,28v-63,27,-120,-17,-120,-85v0,-73,54,-113,118,-89","w":140},"d":{"d":"124,-92v0,-46,-12,-70,-40,-70v-28,0,-41,24,-41,70v0,46,13,70,41,70v28,0,40,-24,40,-70xm154,-270r2,270r-30,0r-1,-27v-8,14,-22,30,-49,30v-38,0,-63,-32,-63,-95v0,-92,69,-121,111,-66r0,-112r30,0"},"e":{"d":"148,-83r-103,0v-6,64,55,75,92,47r1,28v-64,30,-125,-2,-125,-84v0,-58,25,-94,71,-94v46,0,68,43,64,103xm45,-106r73,0v0,-38,-12,-57,-36,-57v-19,0,-36,14,-37,57","w":159,"k":{",":13,".":13}},"f":{"d":"35,0r0,-159r-29,0r0,-25r29,0v-2,-47,-3,-92,46,-90v8,0,16,1,23,3r0,25v-18,-10,-39,-2,-39,24r0,38r33,0r0,25r-33,0r0,159r-30,0","w":100,"k":{",":20,".":20}},"g":{"d":"43,-92v0,46,13,70,41,70v28,0,40,-24,40,-70v0,-46,-12,-70,-40,-70v-28,0,-41,24,-41,70xm156,-184v-4,61,-1,128,-2,192v-1,74,-76,83,-132,61r1,-31v35,28,110,19,102,-38r0,-28v-39,61,-112,29,-112,-64v0,-90,73,-123,112,-65r1,-27r30,0"},"h":{"d":"22,0r0,-270r30,0r1,112v21,-44,99,-36,99,31r0,127r-31,0r0,-118v0,-29,-11,-42,-30,-42v-59,-1,-34,103,-39,160r-30,0"},"i":{"d":"25,0r0,-184r30,0r0,184r-30,0xm23,-259r34,0r0,36r-34,0r0,-36","w":79},"j":{"d":"-4,77r0,-25v17,4,29,4,29,-22r0,-214r30,0r0,218v4,38,-24,53,-59,43xm23,-259r34,0r0,36r-34,0r0,-36","w":79},"k":{"d":"52,-110r63,-74r35,0r-72,82r79,102r-37,0r-68,-93r0,93r-30,0r0,-270r30,0r0,160","w":159,"k":{"e":13,"\u00e9":13,"o":13,"\u00f3":13}},"l":{"d":"25,0r0,-270r30,0r0,270r-30,0","w":79},"m":{"d":"22,0r-1,-184r29,0r1,28v17,-40,72,-40,89,-1v22,-47,98,-36,98,30r0,127r-30,0r0,-126v0,-23,-10,-34,-28,-34v-55,1,-29,105,-35,160r-30,0r0,-126v0,-23,-10,-34,-28,-34v-55,1,-29,105,-35,160r-30,0","w":259},"n":{"d":"22,0r-1,-184r29,0r1,28v22,-50,101,-37,101,29r0,127r-31,0r0,-118v0,-29,-11,-42,-30,-42v-59,-1,-34,103,-39,160r-30,0"},"o":{"d":"45,-92v0,46,13,70,42,70v29,0,42,-24,42,-70v0,-46,-13,-70,-42,-70v-29,0,-42,24,-42,70xm13,-92v0,-58,25,-94,74,-94v49,0,74,36,74,94v0,58,-25,95,-74,95v-49,0,-74,-37,-74,-95","k":{",":13,".":13}},"p":{"d":"49,-92v0,46,13,70,41,70v28,0,40,-24,40,-70v0,-46,-12,-70,-40,-70v-28,0,-41,24,-41,70xm19,78r-1,-262r29,0v1,8,-1,20,2,27v8,-14,21,-29,48,-29v38,0,63,31,63,94v0,92,-69,123,-111,67r0,103r-30,0","k":{",":13,".":13}},"q":{"d":"124,-92v0,-46,-12,-70,-40,-70v-28,0,-41,24,-41,70v0,46,13,70,41,70v28,0,40,-24,40,-70xm124,78r-1,-103v-40,57,-110,24,-110,-67v0,-95,79,-119,112,-65r1,-27r30,0r-2,262r-30,0"},"r":{"d":"22,0r-1,-184r29,0r1,29v10,-22,26,-31,53,-31r0,30v-66,-16,-50,92,-52,156r-30,0","w":106,"k":{",":33,".":33,"-":16}},"s":{"d":"12,-8r2,-28v22,19,78,20,78,-12v0,-39,-88,-37,-79,-85v-4,-44,56,-64,98,-47r-2,26v-19,-12,-68,-12,-66,18v3,37,86,33,78,82v9,53,-67,71,-109,46","w":133,"k":{",":13,".":13}},"t":{"d":"103,-27r0,25v-33,12,-68,4,-68,-39r0,-118r-29,0r0,-25r29,0r0,-37r30,-9r0,46r38,0r0,25r-38,0r0,108v-3,32,20,33,38,24","w":106},"u":{"d":"152,-184r1,184r-29,0v-1,-8,1,-20,-2,-27v-22,50,-100,36,-100,-29r0,-128r30,0r0,119v0,29,11,42,30,42v59,0,34,-103,39,-161r31,0"},"v":{"d":"59,0r-56,-184r33,0r41,154r41,-154r32,0r-55,184r-36,0","w":153,"k":{",":27,".":27,"a":6,"\u00e1":6}},"w":{"d":"243,-184r-48,184r-34,0r-39,-155r-36,155r-34,0r-49,-184r32,0r36,154r34,-154r36,0r38,154r34,-154r30,0","w":246,"k":{",":27,".":27,"a":6,"\u00e1":6}},"x":{"d":"3,0r55,-99r-49,-85r33,0r35,67r35,-67r33,0r-51,86r56,98r-34,0r-41,-76r-39,76r-33,0","w":153},"y":{"d":"143,-184r-63,221v-11,39,-29,48,-66,41r1,-28v18,6,31,9,37,-19r7,-28r-58,-187r32,0r42,150r38,-150r30,0","w":146,"k":{",":27,".":27}},"z":{"d":"14,-184r113,0r0,28r-85,130r87,0r0,26r-118,0r0,-27r85,-131r-82,0r0,-26","w":140},"{":{"d":"97,-272r0,16v-49,-12,-32,56,-32,94v0,35,-20,49,-31,51v11,2,31,16,31,51v0,36,-21,104,32,94r0,16v-36,3,-57,-6,-58,-43v-1,-41,9,-111,-28,-110r0,-16v65,-4,-22,-174,86,-153","w":100},"|":{"d":"26,90r0,-360r28,0r0,360r-28,0","w":79},"}":{"d":"3,50r0,-16v22,1,32,1,32,-26r0,-68v0,-35,20,-49,31,-51v-11,-2,-31,-16,-31,-51v0,-36,20,-104,-32,-94r0,-16v36,-3,57,6,58,43v1,41,-9,111,28,110r0,16v-65,4,22,174,-86,153","w":100},"~":{"d":"70,-117v17,-4,66,27,77,27v8,0,19,-8,31,-27r13,19v-13,23,-28,32,-45,32v-12,4,-67,-29,-79,-26v-9,0,-17,6,-29,26r-13,-18v13,-23,27,-33,45,-33","w":216},"\u00a1":{"d":"81,68r-36,0r5,-185r26,0xm46,-143r0,-41r35,0r0,41r-35,0","w":126},"'":{"d":"30,-186r0,-84r26,0r0,84r-26,0","w":86},"\u00ab":{"d":"125,-19r-40,-75r40,-74r26,0r-36,74r36,75r-26,0xm69,-19r-40,-75r40,-74r26,0r-36,74r36,75r-26,0","w":180},"\u2039":{"d":"57,-19r-40,-75r40,-74r26,0r-36,74r36,75r-26,0","w":100},"\u203a":{"d":"17,-19r36,-75r-36,-74r26,0r40,74r-40,75r-26,0","w":100},"\u00bb":{"d":"29,-19r36,-75r-36,-74r26,0r40,74r-40,75r-26,0xm85,-19r36,-75r-36,-74r26,0r40,74r-40,75r-26,0","w":180},"\u00bf":{"d":"99,-118v11,49,-46,80,-46,120v0,44,49,49,79,29r2,29v-48,22,-112,8,-112,-52v0,-51,51,-71,50,-126r27,0xm103,-184r0,41r-35,0r0,-41r35,0","w":159},"`":{"d":"32,-209r-37,-52r36,0r24,52r-23,0","w":73},"\u00c1":{"d":"87,-251r35,0r82,251r-33,0r-21,-66r-95,0r-20,66r-32,0xm63,-93r79,0r-39,-125xm85,-264r24,-52r36,0r-37,52r-23,0","w":206},"\u00c9":{"d":"28,0r0,-251r117,0r0,27r-86,0r0,80r82,0r0,27r-82,0r0,90r90,0r0,27r-121,0xm66,-264r24,-52r35,0r-36,52r-23,0","w":166},"\u00cd":{"d":"28,0r0,-251r31,0r0,251r-31,0xm26,-264r24,-52r35,0r-36,52r-23,0","w":87},"\u00d1":{"d":"28,0r0,-251r39,0r95,207r0,-207r31,0r0,251r-40,0r-95,-206r0,206r-30,0xm58,-270v4,-48,44,-42,74,-25v6,0,10,-5,12,-15r19,0v-4,50,-44,38,-73,25v-6,0,-13,3,-14,15r-18,0","w":220,"k":{",":13,".":13}},"\u00d3":{"d":"17,-123v0,-87,36,-131,95,-131v56,0,91,48,91,126v0,87,-35,131,-94,131v-56,0,-92,-48,-92,-126xm50,-123v0,51,17,100,59,100v33,0,61,-28,61,-105v0,-51,-16,-100,-58,-100v-33,0,-62,28,-62,105xm92,-264r24,-52r36,0r-37,52r-23,0","w":220,"k":{"T":16,"V":6,"Y":16,",":20,".":20,"A":6,"\u00c1":6,"X":13}},"\u00da":{"d":"107,3v-115,0,-71,-149,-79,-254r31,0r0,163v0,39,18,65,48,65v30,0,47,-26,47,-65r0,-163r31,0v-8,105,36,254,-78,254xm89,-264r24,-52r35,0r-36,52r-23,0","w":213,"k":{",":20,".":20,"A":13,"\u00c1":13}},"\u00e1":{"d":"117,-112v13,-59,-60,-60,-85,-31r-3,-28v48,-27,116,-18,117,47r1,124r-27,0v-2,-8,0,-19,-3,-25v-15,39,-104,39,-104,-25v0,-41,38,-67,104,-62xm74,-21v34,-1,47,-30,43,-69v-37,-6,-74,9,-74,37v0,19,10,32,31,32xm66,-209r24,-52r35,0r-36,52r-23,0","w":166},"\u00e9":{"d":"148,-83r-103,0v-6,64,55,75,92,47r1,28v-64,30,-125,-2,-125,-84v0,-58,25,-94,71,-94v46,0,68,43,64,103xm45,-106r73,0v0,-38,-12,-57,-36,-57v-19,0,-36,14,-37,57xm62,-209r24,-52r36,0r-37,52r-23,0","w":159,"k":{",":13,".":13}},"\u00ed":{"d":"25,0r0,-184r30,0r0,184r-30,0xm22,-209r24,-52r36,0r-37,52r-23,0","w":79},"\u00f1":{"d":"22,0r-1,-184r29,0r1,28v22,-50,101,-37,101,29r0,127r-31,0r0,-118v0,-29,-11,-42,-30,-42v-59,-1,-34,103,-39,160r-30,0xm34,-215v4,-48,44,-43,74,-25v6,0,11,-6,13,-16r18,0v-4,24,-13,39,-30,39v-15,3,-52,-34,-56,2r-19,0"},"\u00f3":{"d":"45,-92v0,46,13,70,42,70v29,0,42,-24,42,-70v0,-46,-13,-70,-42,-70v-29,0,-42,24,-42,70xm13,-92v0,-58,25,-94,74,-94v49,0,74,36,74,94v0,58,-25,95,-74,95v-49,0,-74,-37,-74,-95xm69,-209r24,-52r36,0r-37,52r-23,0","k":{",":13,".":13}},"\u00fa":{"d":"152,-184r1,184r-29,0v-1,-8,1,-20,-2,-27v-22,50,-100,36,-100,-29r0,-128r30,0r0,119v0,29,11,42,30,42v59,0,34,-103,39,-161r31,0xm69,-209r24,-52r36,0r-37,52r-23,0"},"\u00a0":{"w":86,"k":{"T":20,"V":20,"Y":20,"A":20,"\u00c1":20,"W":20}}}});

/*
    Cocombobox v.02 - The ultimate lightweight Combobox/Selectbox plugin for jQuery
    (c) 2009-2010 Pablo Noel <http://www.pablonoel.com>
    Copyrights are for loser.
*/
(function($){$.fn.cocombobox=function(settings){var config={min:'0px',max:'150px',timeIn:'300',timeOut:'100',scroll:'true',name:'combobox'};if(settings)$.extend(config,settings);this.each(function(i){var name=$(this).attr("id");var option=config;var input='<input type="hidden" name="'+name+'" id="'+name+'" value=""/>';var index=$(this).offset();var z=Math.round("100"-index.top);var first=$(this).find("li:eq(0)").find('a').html();var zztop=z-i;$(this).addClass("min");$(this).wrap('<div class="'+name+'bx combo"></div>');$(this).parent().css({'position':'relative','height':option.min,'zIndex':zztop});$(this).css({'position':'absolute','overflow':'hidden','height':option.min});$(this).after(input);$(this).find("li:eq(0)").find("a").addClass("sel");$(this).parent().prepend('<small class="combtn"></small><span id="option">'+first+'</span>')
$(this).parent().find("small").click(function(){if($(this).parent().find("ol").hasClass('min')){$(this).parent().find("ol").removeClass("min");$(this).parent().find("ol").addClass("full");$(this).parent().find("ol").css({'overflow':'auto'});$(this).parent().find("ol").animate({height:option.max},option.timeIn);$(this).parent().find("ol").find("li").show();}else{$(this).parent().find("ol").css({'overflow':'hidden'});$(this).parent().find("ol").removeClass("full");$(this).parent().find("ol").addClass("min");$(this).parent().find("ol").animate({height:option.min},option.timeOut);$(this).parent().find("ol").find("li").hide();}});$(this).parent().find("span").click(function(){if($(this).parent().find("ol").hasClass('min')){$(this).parent().find("ol").removeClass("min");$(this).parent().find("ol").addClass("full");$(this).parent().find("ol").css({'overflow':'auto'});$(this).parent().find("ol").animate({height:option.max},option.timeIn);$(this).parent().find("ol").find("li").show();}else{$(this).parent().find("ol").css({'overflow':'hidden'});$(this).parent().find("ol").removeClass("full");$(this).parent().find("ol").addClass("min");$(this).parent().find("ol").animate({height:option.min},option.timeOut);$(this).parent().find("ol").find("li").hide();}});$(this).parent().mouseleave(function(){$(this).find("ol").css({'overflow':'hidden'});$(this).find("ol").removeClass("full");$(this).find("ol").addClass("min");$(this).find("ol").animate({height:option.min},option.timeOut);$(this).find("ol").find("li").hide();});$(this).find("li a").click(function(){$(this).parent().parent().css({'overflow':'hidden'});var deep=$(this).attr("rel");var section=$(this).html();$(this).parent().parent().find("li a").removeClass("sel");$(this).addClass("sel");$(this).parent().parent().find("li").hide();$(this).parent().parent().parent().find("#option").html(section).show();$(this).parent().parent().animate({height:option.min},option.timeOut);$(this).parent().parent().removeClass("full");$(this).parent().parent().addClass("min");$("#"+name).val(deep);return false;});});return this;};})(jQuery);

/*
    Slimbox v2.04 - The ultimate lightweight Lightbox clone for jQuery
    (c) 2007-2010 Christophe Beyls <http://www.digitalia.be>
    MIT-style license.
*/
(function($){var win=$(window),options,images,activeImage=-1,activeURL,prevImage,nextImage,compatibleOverlay,middle,centerWidth,centerHeight,ie6=!window.XMLHttpRequest,hiddenElements=[],documentElement=document.documentElement,preload={},preloadPrev=new Image(),preloadNext=new Image(),overlay,center,image,sizer,prevLink,nextLink,bottomContainer,bottom,caption,number;$(function(){$("body").append($([overlay=$('<div id="lbOverlay" />')[0],center=$('<div id="lbCenter" />')[0],bottomContainer=$('<div id="lbBottomContainer" />')[0]]).css("display","none"));image=$('<div id="lbImage" />').appendTo(center).append(sizer=$('<div style="position: relative;" />').append([prevLink=$('<a id="lbPrevLink" href="#" />').click(previous)[0],nextLink=$('<a id="lbNextLink" href="#" />').click(next)[0],$('<a id="lbCloseLink" href="#" />').add(overlay).click(close)[0]])[0])[0];bottom=$('<div id="lbBottom" />').appendTo(bottomContainer).append([caption=$('<div id="lbCaption" />')[0],number=$('<div id="lbNumber" />')[0],$('<div style="clear: both;" />')[0]])[0];});$.slimbox=function(_images,startImage,_options){options=$.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"Imagen {x} de {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},_options);if(typeof _images=="string"){_images=[[_images,startImage]];startImage=0;}
middle=win.scrollTop()+(win.height()/2);centerWidth=options.initialWidth;centerHeight=options.initialHeight;$(center).css({top:Math.max(0,middle-(centerHeight/2)),width:centerWidth,height:centerHeight,marginLeft:-centerWidth/2}).show();compatibleOverlay=ie6||(overlay.currentStyle&&(overlay.currentStyle.position!="fixed"));if(compatibleOverlay)overlay.style.position="absolute";$(overlay).css("opacity",options.overlayOpacity).fadeIn(options.overlayFadeDuration);position();setup(1);images=_images;options.loop=options.loop&&(images.length>1);return changeImage(startImage);};$.fn.slimbox=function(_options,linkMapper,linksFilter){linkMapper=linkMapper||function(el){return[el.href,el.title];};linksFilter=linksFilter||function(){return true;};var links=this;return links.unbind("click").click(function(){var link=this,startIndex=0,filteredLinks,i=0,length;filteredLinks=$.grep(links,function(el,i){return linksFilter.call(link,el,i);});for(length=filteredLinks.length;i<length;++i){if(filteredLinks[i]==link)startIndex=i;filteredLinks[i]=linkMapper(filteredLinks[i],i);}
return $.slimbox(filteredLinks,startIndex,_options);});};function position(){var l=win.scrollLeft(),w=win.width();$([center,bottomContainer]).css("left",l+(w/2));if(compatibleOverlay)$(overlay).css({left:l,top:win.scrollTop(),width:w,height:win.height()});}
function setup(open){if(open){$("object").add(ie6?"select":"embed").each(function(index,el){hiddenElements[index]=[el,el.style.visibility];el.style.visibility="hidden";});}else{$.each(hiddenElements,function(index,el){el[0].style.visibility=el[1];});hiddenElements=[];}
var fn=open?"bind":"unbind";win[fn]("scroll resize",position);$(document)[fn]("keydown",keyDown);}
function keyDown(event){var code=event.keyCode,fn=$.inArray;return(fn(code,options.closeKeys)>=0)?close():(fn(code,options.nextKeys)>=0)?next():(fn(code,options.previousKeys)>=0)?previous():false;}
function previous(){return changeImage(prevImage);}
function next(){return changeImage(nextImage);}
function changeImage(imageIndex){if(imageIndex>=0){activeImage=imageIndex;activeURL=images[activeImage][0];prevImage=(activeImage||(options.loop?images.length:0))-1;nextImage=((activeImage+1)%images.length)||(options.loop?0:-1);stop();center.className="lbLoading";preload=new Image();preload.onload=animateBox;preload.src=activeURL;}
return false;}
function animateBox(){center.classname="";$(image).css({backgroundImage:"url("+activeURL+")",visibility:"hidden",display:""});$(sizer).width(preload.width);$([sizer,prevLink,nextLink]).height(preload.height);$(caption).html(images[activeImage][1]||"");$(number).html((((images.length>1)&&options.counterText)||"").replace(/{x}/,activeImage+1).replace(/{y}/,images.length));if(prevImage>=0)preloadPrev.src=images[prevImage][0];if(nextImage>=0)preloadNext.src=images[nextImage][0];centerWidth=image.offsetWidth;centerHeight=image.offsetHeight;var top=Math.max(0,middle-(centerHeight/2));if(center.offsetHeight!=centerHeight){$(center).animate({height:centerHeight,top:top},options.resizeDuration,options.resizeEasing);}
if(center.offsetWidth!=centerWidth){$(center).animate({width:centerWidth,marginLeft:-centerWidth/2},options.resizeDuration,options.resizeEasing);}
$(center).queue(function(){$(bottomContainer).css({width:centerWidth,top:top+centerHeight,marginLeft:-centerWidth/2,visibility:"hidden",display:""});$(image).css({display:"none",visibility:"",opacity:""}).fadeIn(options.imageFadeDuration,animateCaption);});}
function animateCaption(){if(prevImage>=0)$(prevLink).show();if(nextImage>=0)$(nextLink).show();$(bottom).css("marginTop",-bottom.offsetHeight).animate({marginTop:0},options.captionAnimationDuration);bottomContainer.style.visibility="";}
function stop(){preload.onload=null;preload.src=preloadPrev.src=preloadNext.src=activeURL;$([center,image,bottom]).stop(true);$([prevLink,nextLink,image,bottomContainer]).hide();}
function close(){if(activeImage>=0){stop();activeImage=prevImage=nextImage=-1;$(center).hide();$(overlay).stop().fadeOut(options.overlayFadeDuration,setup);}
return false;}})(jQuery);
// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
    jQuery(function($) {
        $("a[rel^='lightbox']").slimbox({/* Put custom options here */}, null, function(el) {
            return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
        });
    });
}
