<html xmlns:v="urn:schemas-microsoft-com:vml"

xmlns:o="urn:schemas-microsoft-com:office:office"

xmlns:w="urn:schemas-microsoft-com:office:word"

xmlns="http://www.w3.org/TR/REC-html40">

 

<head>

<meta http-equiv=Content-Type content="text/html; charset=windows-1252">

<meta name=ProgId content=Word.Document>

<meta name=Generator content="Microsoft Word 9">

<meta name=Originator content="Microsoft Word 9">

<link rel=File-List href="./garra2000_archivos/filelist.xml">

<link rel=Edit-Time-Data href="./garra2000_archivos/editdata.mso">

<!--[if !mso]>

<style>

v\:* {behavior:url(#default#VML);}

o\:* {behavior:url(#default#VML);}

w\:* {behavior:url(#default#VML);}

.shape {behavior:url(#default#VML);}

</style>

<![endif]-->

<title>GARRA 2000</title>

<!--[if gte mso 9]><xml>

 <o:DocumentProperties>

  <o:Author>Hermes Castro</o:Author>

  <o:Template>Normal</o:Template>

  <o:LastAuthor>Hermes Castro</o:LastAuthor>

  <o:Revision>4</o:Revision>

  <o:TotalTime>62</o:TotalTime>

  <o:Created>2000-06-20T14:11:00Z</o:Created>

  <o:LastSaved>2000-06-20T15:12:00Z</o:LastSaved>

  <o:Pages>5</o:Pages>

  <o:Words>888</o:Words>

  <o:Characters>5062</o:Characters>

  <o:Company>Cia. Molinera San Cristobal</o:Company>

  <o:Lines>42</o:Lines>

  <o:Paragraphs>10</o:Paragraphs>

  <o:CharactersWithSpaces>6216</o:CharactersWithSpaces>

  <o:Version>9.2812</o:Version>

 </o:DocumentProperties>

</xml><![endif]--><!--[if gte mso 9]><xml>

 <w:WordDocument>

  <w:HyphenationZone>21</w:HyphenationZone>

 </w:WordDocument>

</xml><![endif]-->

<style>

<!--

 /* Style Definitions */

p.MsoNormal, li.MsoNormal, div.MsoNormal

      {mso-style-parent:"";

      margin:0cm;

      margin-bottom:.0001pt;

      mso-pagination:widow-orphan;

      font-size:12.0pt;

      font-family:"Times New Roman";

      mso-fareast-font-family:"Times New Roman";

      color:#2400FF;}

h1

      {color:#2400FF;}

h2

      {color:#2400FF;}

h4

      {color:#2400FF;}

a:link, span.MsoHyperlink

      {color:#4686C9;

      text-decoration:underline;

      text-underline:single;}

a:visited, span.MsoHyperlinkFollowed

      {color:#3CFB34;

      text-decoration:underline;

      text-underline:single;}

p

      {font-size:12.0pt;

      font-family:"Times New Roman";

      mso-fareast-font-family:"Times New Roman";

      color:#2400FF;}

@page Section1

      {size:612.0pt 792.0pt;

      margin:70.85pt 3.0cm 70.85pt 3.0cm;

      mso-header-margin:35.4pt;

      mso-footer-margin:35.4pt;

      mso-paper-source:0;}

div.Section1

      {page:Section1;}

-->

</style>

<!--[if gte mso 9]><xml>

 <o:shapedefaults v:ext="edit" spidmax="1027"/>

</xml><![endif]--><!--[if gte mso 9]><xml>

 <o:shapelayout v:ext="edit">

  <o:idmap v:ext="edit" data="1"/>

 </o:shapelayout></xml><![endif]-->

</head>

 

<BODY bgcolor="#32a3aa"

background="http://www.angelfire.com/ga/garra2000/images/sky4.jpg" lang=ES

link="#4686c9" vlink="#3cfb34" style='tab-interval:35.4pt'>

<!-- Beginning of Angelfire Ad Code Insertion -->

 

</noscript>

<script language="JavaScript">

<!--

 

function stopError() {

      return true;

}

 

window.onerror = stopError;

 

//-->

</script>

 

<script language="JavaScript">

<!--

var popupURL = "/sys/popup_source.shtml?Category=";

var adname = "Ad";

var cookie_name = "Popup";

var expire = 5;

var factor = 1;

var popup = null;

var view_count = 0;

var expdate = new Date();

 

ShowPopup();

 

function ShowPopup() {

  openWin();

}

 

function openWin () {

  // browser detect loads differently sized window for netscape 3.x

  if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)<=3)

 

    popup =

window.open(popupURL,adname,'toolbar=0,location=0,directories=0,status=0,men

ubar=0,scrollbars=0,resizable=0,width=619,height=125');

  } else {

    popup =

window.open(popupURL,adname,'toolbar=0,location=0,directories=0,status=0,men

ubar=0,scrollbars=0,resizable=0,width=602,height=105');

  }

 

  if(popup != null) {

    popup.location = popupURL;

    if( navigator.appName.substring(0,8) == "Netscape" ) {

      popup.location = popupURL;

      popup.opener = self;

    }

  }

}

 

function getCookieVal (offset) {

      var endstr = document.cookie.indexOf (";", offset);

      if (endstr == -1) {

              endstr = document.cookie.length;

      }

      return unescape(document.cookie.substring(offset, endstr));

}

 

function GetCookie (name) {

      var arg = name + "=";

      var alen = arg.length;

      var clen = document.cookie.length;

      var i = 0;

      while (i < clen) {

        var j = i + alen;

        if (document.cookie.substring(i, j) == arg) {

           return getCookieVal (j);

        }

        i = document.cookie.indexOf(" ", i) + 1;

        if (i == 0)  {

          break;

        }

      }

      return null;

}

 

function SetCookie (name, value) {

      var argv = SetCookie.arguments;

      var argc = SetCookie.arguments.length;

      var expires = (argc > 2) ? argv[2] : null;

      var path = (argc > 3) ? argv[3] : null;

      var domain = (argc > 4) ? argv[4] : null;

      var secure = (argc > 5) ? argv[5] : false;

      document.cookie = name + "=" + escape (value) +

      ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +

      ((path == null) ? "" : ("; path=" + path)) +

      ((domain == null) ? "" : ("; domain=" + domain)) +

      ((secure == true) ? "; secure" : "");

}

//-->

</script>

<!-- End of Angelfire Ad Code Insertion -->

 

 

 

<!-- Beginning of Angelfire Ad Code Insertion --></noscript>

 

<div class=Section1>

 

<h1 align=center style='text-align:center'><i><span style='font-size:48.0pt;

mso-bidi-font-size:24.0pt;color:white'><script language="JavaScript">

<!--

 

function stopError() {

      return true;

}

 

window.onerror = stopError;

 

//-->

</script><script language="JavaScript">

<!--

var popupURL = "/sys/popup_source.shtml?Category=";

var adname = "Ad";

var cookie_name = "Popup";

var expire = 5;

var factor = 1;

var popup = null;

var view_count = 0;

var expdate = new Date();

 

ShowPopup();

 

function ShowPopup() {

  openWin();

}

 

function openWin () {

  // browser detect loads differently sized window for netscape 3.x

  if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)<=3)

 

    popup =

window.open(popupURL,adname,'toolbar=0,location=0,directories=0,status=0,men

ubar=0,scrollbars=0,resizable=0,width=619,height=125');

  } else {

    popup =

window.open(popupURL,adname,'toolbar=0,location=0,directories=0,status=0,men

ubar=0,scrollbars=0,resizable=0,width=602,height=105');

  }

 

  if(popup != null) {

    popup.location = popupURL;

    if( navigator.appName.substring(0,8) == "Netscape" ) {

      popup.location = popupURL;

      popup.opener = self;

    }

  }

}

 

function getCookieVal (offset) {

      var endstr = document.cookie.indexOf (";", offset);

      if (endstr == -1) {

              endstr = document.cookie.length;

      }

      return unescape(document.cookie.substring(offset, endstr));

}

 

function GetCookie (name) {

      var arg = name + "=";

      var alen = arg.length;

      var clen = document.cookie.length;

      var i = 0;

      while (i < clen) {

        var j = i + alen;

        if (document.cookie.substring(i, j) == arg) {

           return getCookieVal (j);

        }

        i = document.cookie.indexOf(" ", i) + 1;

        if (i == 0)  {

          break;

        }

      }

      return null;

}

 

function SetCookie (name, value) {

      var argv = SetCookie.arguments;

      var argc = SetCookie.arguments.length;

      var expires = (argc > 2) ? argv[2] : null;

      var path = (argc > 3) ? argv[3] : null;

      var domain = (argc > 4) ? argv[4] : null;

      var secure = (argc > 5) ? argv[5] : false;

      document.cookie = name + "=" + escape (value) +

      ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +

      ((path == null) ? "" : ("; path=" + path)) +

      ((domain == null) ? "" : ("; domain=" + domain)) +

      ((secure == true) ? "; secure" : "");

}

//-->

</script><!-- End of Angelfire Ad Code Insertion -->G A R R A<span

style="mso-spacerun: yes">    </span><span style="mso-spacerun: yes">

</span>2

0 0 0<o:p></o:p></span></i></h1>

 

<p align=center style='text-align:center'><img width=161 height=97

id="_x0000_i1027"

src="http://www.angelfire.com/ga/garra2000/images/chilito.gif"

align=middle><br>

<i><span style='font-size:26.0pt;mso-bidi-font-size:24.0pt;color:white'>Club

de

Volantinismo</span></i><span

style='font-size:26.0pt;mso-bidi-font-size:24.0pt'>

<o:p></o:p></span></p>

 

<p align=center style='text-align:center'><i><span style='font-size:24.0pt;

color:white'><![if

!supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></i></p>

 

<p><i><span

style='font-size:18.0pt;mso-bidi-font-size:24.0pt;color:white'>Santiago

20 de Junio del año 2000.<o:p></o:p></span></i></p>

 

<p style='text-align:justify'><i><span

style='font-size:18.0pt;mso-bidi-font-size:

24.0pt;color:white'>En Chile, el Volantín de Combate se remonta al siglo

XVIII,

donde el cortar la cometa del rival se conocía como echar CORCHITA, (hoy

llamada COMISION).</span></i><i><span

style='font-size:24.0pt;color:yellow'><o:p></o:p></span></i></p>

 

<p class=MsoNormal align=center style='text-align:center'><span

style='font-size:24.0pt;color:yellow'><img width=132 height=83

id="_x0000_i1028"

src="http://www.angelfire.com/ga/garra2000/images/comi.gif"

align=middle><o:p></o:p></span></p>

 

<p class=MsoNormal><span style='font-size:24.0pt;color:yellow'><![if

!supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

 

<p style='text-align:justify'><i><span

style='font-size:18.0pt;mso-bidi-font-size:

24.0pt;color:white'>En nuestro país, el volantinismo se encuentra organizado

en

Asociaciones y Clubes que participan en competencias de combate desde

Octubre a

Abril del siguiente año.<o:p></o:p></span></i></p>

 

<p style='text-align:justify'><i><span

style='font-size:18.0pt;mso-bidi-font-size:

24.0pt;color:white'>Sin embargo es el mes de Septiembre el más tradicional,

donde gran parte de la ciudadanía practica este popular deporte en todo

lugar

posible de elevar un volantín y enfrentar a un amigo del

aire.<o:p></o:p></span></i></p>

 

<p style='text-align:justify'><i><span

style='font-size:18.0pt;mso-bidi-font-size:

24.0pt;color:white'>Se estima en cientos de miles los volantines ocupados en

Septiembre, y así, durante este mes se multiplican por todas partes los

artesanos preparando los materiales relacionados con este masivo deporte.

<o:p></o:p></span></i></p>

 

<p style='text-align:justify'><i><span

style='font-size:18.0pt;mso-bidi-font-size:

24.0pt;color:white'>El club de Volantinismo &quot;GARRA 2000&quot;, fue

fundado

el 1 de Septiembre de 1997, pertenece a la Asociación de Volantinismo de

Santiago &quot;AVODESA&quot;, CHILE, donde participan los siguientes clubes

: </span></i><span

style='font-size:24.0pt;color:white'><o:p></o:p></span></p>

 

<p style='text-align:justify'><i><span

style='font-size:20.0pt;mso-bidi-font-size:

24.0pt;color:white'>LOS HALCONES, LOS GATOS, CIRCULO, ASES DEL AIRE,

ESPARTACO,

LOS CRUZADOS, LOS DARDOS, DELFINES, NEPTUNO y GARRA

2000.<o:p></o:p></span></i></p>

 

<p class=MsoNormal align=center style='text-align:center'><span

style='font-size:24.0pt;color:yellow'><img width=400 height=40

id="_x0000_i1029"

src="http://www.angelfire.com/ga/garra2000/images/trackite.gif"

align=middle><o:p></o:p></span></p>

 

<p style='text-align:justify'><i><span

style='font-size:20.0pt;mso-bidi-font-size:

24.0pt;color:white'>Destacamos y felicitamos a don <b>MILIO SEPULVEDA</B>

como

el artesano más importante de los festivales de cometas , que con su arte

nos

representa verdaderas comedias aéreas, las cuales siempre tienen un gran

argumento y son desarrollados por las maniobras de decenas de imponentes

figuras y cometas.<o:p></o:p></span></i></p>

 

<p class=MsoNormal align=center style='text-align:center'><span

style='font-size:24.0pt;color:yellow'><img width=32 height=32

id="_x0000_i1030"

src="http://www.angelfire.com/ga/garra2000/images/spotting.gif"

align=middle><o:p></o:p></span></p>

 

 

<div class=MsoNormal align=center style='text-align:center'><span

style='font-size:24.0pt;color:white'>

 

<hr size=2 width="100%" align=center>

 

</span></div>

 

 

<h2 align=center style='text-align:center'><span

style='color:white'>VOLANTINES

DE COMBATE Y NORMAS DE JUEGO<o:p></o:p></span></h2>

 

<h2 align=center style='text-align:center'><span style='color:white'><![if

!supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></h2>

 

<div align=center>

 

<table border=1 cellspacing=20 cellpadding=0 bgcolor="#ffffcc"

 style='mso-cellspacing:15.0pt;background:#FFFFCC;border:outset 4.5pt'>

 <tr>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal align=center style='text-align:center'><a

  href="http://www.csun.edu/~hfoao033/fighters2.html">Volantín Indio</a></p>

  </td>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal><a

href="http://www.csun.edu/~hfoao033/fighters3.html">Volantín

  Afgano </a></p>

  </td>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal><a

  href="http://www.csun.edu/~hfoao033/fighters4.html#Japanese

Fighters">Volantín

  Japonés</a></p>

  </td>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal><a

  href="http://www.csun.edu/~hfoao033/fighters4.html#Korean

Fighters">Volantín

  Coreano</a></p>

  </td>

 </tr>

 <tr>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal align=center style='text-align:center'><a

  href="http://www.csun.edu/~hfoao033/fighters4.html#Brazilian

Fighters">Volantín

  Brasileño</a></p>

  </td>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal><a

  href="http://www.csun.edu/~hfoao033/fighters4.html#Thai Fighters">Volantín

Tailandés</a></p>

  </td>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal><a

 

href="http://www.angelfire.com/ga/garra2000/definiciones.html">Definiciones

  del Volantín</a></p>

  </td>

  <td style='padding:.75pt .75pt .75pt .75pt'>

  <p class=MsoNormal><a

  href="http://www.angelfire.com/ga/garra2000/reglamento.html">Reglamento de

  Juego en CHILE</a></p>

  </td>

 </tr>

</table>

 

</div>

 

<h1><span style='color:yellow'><![if

!supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></h1>

 

<h1 align=center style='text-align:center'><i><u><span

style='font-size:16.0pt;

mso-bidi-font-size:24.0pt;color:#FFCC00'>RESULTADOS DE LA TEMPORADA

1999/2000<o:p></o:p></span></u></i></h1>

 

<h1 align=center style='text-align:center'><i><u><span

style='font-size:16.0pt;

mso-bidi-font-size:24.0pt;color:#FFCC00'>CAMPEONATOS

OFICIALES</span></u></i><i><u><span

style='font-size:20.0pt;mso-bidi-font-size:24.0pt;color:yellow'><o:p></o:p><

/span></u></i></h1>

 

<h4><i><span style='color:#FFCC00'>CAMPEONATO INDIVIDUAL</span></i><span

style='color:#FFCC00'>.</span><span style='color:yellow'><br>

</span><i><span style='color:white'>Primer Lugar <span style='mso-tab-count:

2'>                       </span><span style='mso-tab-count:1'>

</span>GARRA

2000 <span style='mso-tab-count:3'>

</span>Miguel

Cáceres Lobos<br>

Segundo Lugar <span style='mso-tab-count:3'>

</span>ASES

DEL AIRE<br>

Tercer Lugar <span style='mso-tab-count:3'>

</span><span

style='mso-tab-count:1'>            </span>GARRA 2000 <span

style='mso-tab-count:

3'>                                   </span>Cristian González

C.<o:p></o:p></span></i></h4>

 

<p style='mso-outline-level:5'><b><i><u><span style='font-size:14.0pt;

mso-bidi-font-size:12.0pt;color:#FFCC00'>CAMPEONATO POR

EQUIPOS</span></u></i></B><b><i><span

style='color:yellow'>.<br>

</span></i></B><b><i><span style='color:white'>Primer Lugar <span

style='mso-tab-count:3'>                                   </span>GARRA 2000

<span

style='mso-tab-count:3'>                                   </span>CAMPEON

INVICTO<br>

Segundo Lugar <span style='mso-tab-count:3'>

</span>LOS

CRUZADOS<br>

Tercer Lugar<span style='mso-tab-count:4'>

</span>

LOS DELFINES<br>

Cuarto Lugar<span style='mso-tab-count:4'>

</span>

CIRCULO<o:p></o:p></span></i></B></p>

 

<p style='mso-outline-level:5'><b><i><span style='color:#FFCC00'>CAMPEONAT0

DE

PAREJAS</span></i></B><b><i><span style='color:yellow'>.<br>

</span></i></B><b><i><span style='color:white'>Primer Lugar <span

style='mso-tab-count:3'>                                   </span>GARRA 2000

<span

style='mso-tab-count:3'>                                   </span>Wilo y

Katan<br>

Segundo Lugar <span style='mso-tab-count:3'>

</span>GARRA

2000 <span style='mso-tab-count:3'>

</span>Rorro

y Camello<br>

Tercer Lugar <span style='mso-tab-count:4'>

</span>HALCONES<o:p></o:p></span></i></B></p>

 

<p style='mso-outline-level:5'><b><i><span style='color:#FFCC00'>CAMPEONATO

DE

TRIOS<br>

</span></i></B><b><i><span style='color:white'>Primer Lugar<span

style='mso-tab-count:4'>                                    </span> GARRA

2000 <span

style='mso-tab-count:3'>                                  </span>Wilo,

Katan,

Oscar<br>

Segundo Lugar<span style='mso-tab-count:3'>

</span>

GARRA 2000 <span style='mso-tab-count:3'>

</span>Pepe,

Marco, Octavio<br>

Tercer Lugar <span style='mso-tab-count:4'>

</span>GARRA

2000 <span style='mso-tab-count:3'>

</span>Juan,

Miguel, Richard<br>

Tercer Lugar <span style='mso-tab-count:2'>            </span><span

style='mso-tab-count:2'>

</span>ESPARTACO<o:p></o:p></span></i></B></p>

 

<p align=center style='text-align:center;mso-outline-level:5'><b><i><u><span

style='color:#FFCC00'>CAMPEONATOS NO

OFICIALES<o:p></o:p></span></u></i></B></p>

 

<p style='mso-outline-level:5'><b><i><span

style='color:#FFCC00'>ALARGUE<o:p></o:p></span></i></B></p>

 

<p style='mso-outline-level:5'><b><i><span style='color:white'>Primer Lugar

<span

style='mso-tab-count:3'>

</span>ESPARTACO<br

style='mso-special-character:line-break'>

<![if !supportLineBreakNewLine]><br

style='mso-special-character:line-break'>

<![endif]><o:p></o:p></span></i></B></p>

 

<p style='mso-outline-level:5'><b><i><span style='color:#FFCC00'>VOLANTINES

CHICOS - ÑECLAS<o:p></o:p></span></i></B></p>

 

<p style='mso-outline-level:5'><b><i><span style='color:white'>Primer Lugar

<span

style='mso-tab-count:3'>                                   </span>GARRA 2000

<span

style='mso-tab-count:3'>                                   </span>Wilo<br>

Segundo Lugar <span style='mso-tab-count:3'>

</span>GARRA

2000 <span style='mso-tab-count:3'>

</span>Mauricio<br>

Tercer Lugar <span style='mso-tab-count:4'>

</span>GARRA

2000 <span style='mso-tab-count:3'>

</span>Alex<o:p></o:p></span></i></B></p>

 

<p align=center style='text-align:center;mso-outline-level:5'><b><i><span

style='color:yellow'><img border=0 width=800 height=486 id="_x0000_i1032"

src="http://www.angelfire.com/ga/garra2000/foto99.gif"

align=middle><o:p></o:p></span></i></B></p>

 

<p style='text-align:justify;mso-outline-level:5'><b><i><u><span

style='font-size:16.0pt;mso-bidi-font-size:12.0pt;color:yellow'>GARRA

2000</span></u></i></B><b><i><span

style='font-size:16.0pt;mso-bidi-font-size:12.0pt;color:white'> se llena de

gloria como campeón del milenio, al terminar como

</span></i></B><b><i><u><span

style='font-size:16.0pt;mso-bidi-font-size:12.0pt;color:yellow'>CAMPEON

INVICTO</span></u></i></B><b><i><span

style='font-size:16.0pt;mso-bidi-font-size:12.0pt;color:white'> por segundo

año

consecutivo</span></i></B><b><i><span

style='color:white'>.<o:p></o:p></span></i></B></p>

 

<p style='text-align:justify;mso-outline-level:5'><b><i><span

style='font-size:

14.0pt;mso-bidi-font-size:12.0pt;color:white'>GRANDES RESULTADOS PARA UN

EQUIPO

QUE HA JUGADO SOLO TRES TEMPORADAS (1997/98, tercero; 1998/99, campeón

INVICTO;

1999/2000 CAMPEON INVICTO) !!!!<o:p></o:p></span></i></B></p>

 

<p style='text-align:justify;mso-outline-level:5'><b><i><span

style='font-size:

14.0pt;mso-bidi-font-size:12.0pt;color:white'>Una gran caravana de alegría

se

desplazo por el parque O'Higgins, era el Club GARRA 2000 celebrando un nuevo

triunfo y ganar el titulo de CAMPEON INVICTO DEL

MILENIO<o:p></o:p></span></i></B></p>

 

<p style='text-align:justify;mso-outline-level:5'><b><i><span

style='font-size:

14.0pt;mso-bidi-font-size:12.0pt;color:white'>DESTACADA PARTICIPACION EN LA

CAMPAÑA DEL EQUIPO HAN TENIDO LOS JUVENILES Y LOS YA CONSAGRADOS JUGADORES

DE

NUESTRO CLUB<o:p></o:p></span></i></B></p>

 

<p style='text-align:justify;mso-outline-level:5'><b><i><span

style='font-size:

14.0pt;mso-bidi-font-size:12.0pt;color:white'>Agradecemos a todos los clubes

de

AVODESA el haber compartido nuestra alegría, y especialmente a los cientos

de

personas que aplaudieron la caravana del triunfo. Mención especial al club

HALCONES que nos recibió con sus banderas al

viento.<o:p></o:p></span></i></B></p>

 

<p align=center style='text-align:center;mso-outline-level:5'><b><i><span

style='color:white'><img border=0 width=800 height=486 id="_x0000_i1033"

src="http://www.angelfire.com/ga/garra2000/pasohalcones.gif" align=middle>El

equipo de GARRA 2000 jugo un partido con la SELECCION DE VOLANTINISMO DE

CHILE,

la cual derroto sin apelaciones a nuestro club, FELICITACIONES a nuestra

selección!!!.<o:p></o:p></span></i></B></p>

 

<h4 align=center style='text-align:center'><i><span

style='color:#FFFF99'>Mail:

<a href="mailto:castrob@entelchile.net"><span

style='color:#FFFF99'>Escribanos

sus comentarios al Correo GARRA 2000</span></a><o:p></o:p></span></i></h4>

 

<h4><i><span style='color:yellow'><img border=0 width=800 height=486

id="_x0000_i1034"

src="http://www.angelfire.com/ga/garra2000/images/albun.gif"><o:p></o:p></sp

an></i></h4>

 

<p align=center style='text-align:center;mso-outline-level:5'><b><i><span

style='font-size:14.0pt;mso-bidi-font-size:12.0pt;color:white'>Incluimos

otros

sitios que nos parecen muy interesantes para los seguidores de este

deporte.<o:p></o:p></span></i></B></p>

 

<h4 align=center style='text-align:center'><i><span style='color:white'><a

href="http://www.hobbynet.com.ar/barriletes/"><span

style='color:white'>Cometas

de Argentina</span></a><br>

<a href="http://casa.dada.it/cacozza/STANZA0/plans.htm"><span style='color:

white'>Planos de Construcción</span></a><br>

<a href="http://members.tripod.com/batoco"><span

style='color:white'>BArriletes

a TOda COsta</span></a><br>

<a href="http://members.es.tripod.de/jm_suay/index.html"><span

style='color:white'>PAGINAS DESDE ESPAÑA</span></a><br>

<a href="http://www.cerviavolante.org/"><span style='color:white'>Festival

de

Cervia - ITALIA .....</span></a><br>

<a href="http://www.csun.edu/~hfoao033/resourcs.html"><span

style='color:white'>Libros

y Videos</span></a><br>

<a href="http://www.csun.edu/~hfoao033/fighters4.html"><span

style='color:white'>Cometas

Internacionales </span></a><br>

<a href="http://www.j7.com/kogui"><span style='color:white'>Club de Cometas

KOGUI, COLOMBIA</span></a><o:p></o:p></span></i></h4>

 

<p align=center style='text-align:center;mso-outline-level:5'><b><i><span

style='color:yellow'><img border=0 width=134 height=99 id="_x0000_i1035"

src="http://www.angelfire.com/ga/garra2000/images/palomai.gif"></span></i></

B><b><i><span

style='font-size:13.5pt;color:white'><o:p></o:p></span></i></B></p>

 

<h4 align=center style='text-align:center'><i><span style='font-size:13.5pt;

color:white'>En Mayo de 1999, participamos en el decimonoveno Festival de

Cervia, Italia, representados por don Juan Espina y don Patricio Prado.

Felicitamos a los Organizadores de este festival. </span></i><i><span

style='font-size:13.5pt;color:yellow'><o:p></o:p></span></i></h4>

 

<p align=center style='text-align:center;mso-outline-level:5'><b><i><span

style='font-size:13.5pt;color:yellow'><img border=0 width=800 height=486

id="_x0000_i1036" src="http://www.angelfire.com/ga/garra2000/oscarito.gif"

align=middle><o:p></o:p></span></i></B></p>

 

<h4 align=center style='text-align:center'><i><span style='font-size:13.5pt;

color:yellow'><img border=0 width=32 height=32 id="_x0000_i1037"

src="http://www.angelfire.com/cgi-bin/Count.cgi?df=garra2000_index.html"><o:

p></o:p></span></i></h4>

 

<h4 align=center style='text-align:center'><span style='font-size:13.5pt;

color:white'>Mail: <a href="mailto:miguel.caceres@terra.cl"><span

style='color:white'>Escribanos sus

comentarios</span></a><o:p></o:p></span></h4>

 

</div>

 

</BODY>

 

</html>

 

MIGUEL CACERES LOBOS