por una modica suma de dolares te hago el ejercicio de la facultad.<br>David<br><br><div class="gmail_quote">El 30 de septiembre de 2010 22:10, refabi refabi <span dir="ltr"><<a href="mailto:charly-esp@hotmail.com">charly-esp@hotmail.com</a>></span> escribió:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



<div>
HOLA QUE TAL BUENO NECESITO MUCHA AYUDA PERO POR AHORA NECESITO SABER COMO PUEDO RESOLVER ESTE EJERCICIO D E LA MEJOR MANERA<div><br></div><div>EN UNA MATRIZ SE HAN DISTRIBUIDO BARCOS DE DIFERENTE LONGITUD.CADA BARCO ES UNICO Y ESTA REPRESENTADO POR UN NUMERO QUE INDICA SU LONGITUD. LAS CELDAS VACIAS CONTIENEN UN CERO Y LAS CELDAS DE LOS BARCOS HUNDIDOS CONTIENEN UN -1.</div>

<div><br></div><div>IMPLEMENTAR:</div><div>A)LA FUNCION</div><div>bool colocar(int mar[DIM][DIM], int f, int c, char direccion, int longitud):</div><div><br></div><div>la cual coloca un barco dada una coordenada, una longitud y una direccion(h o v).</div>

<div>el barco no puede utilizar ninguna de las celdas ya ocupadas.</div><div>la funcion retorna true si el barco fue colocado exitosamente sino retorna false.</div><div><br></div><div>b) el procedimiento</div><div><br></div>

<div>void disparar(int mar[DIM][DIM], int f, int c, int*puntos, char*cad);</div><div><br></div><div>el cual perimte disparar a un barco. cuando el disparo se realiza, se actualizan la cadena cad y el entero puntos de la siguiente forma:</div>

<div><br></div><div>si cae en el mar o e3n una posicion de barco hundido, cad<--"mar" y puntos <-0.</div><div>si la celda atacada contenia un barco, se debe hundir el barco actualizando con -1. todas las</div>

<div>casillas de ese barco; cad<--"barco hundido" y puntos <- longitud del barco.</div><div><br></div><div>como se hace en c gracias</div><div><br></div><div><table style="border-collapse: collapse; border: medium none;" border="1" cellpadding="0" cellspacing="0">


 <tbody><tr style="min-height: 12.05pt;">
  <td style="width: 27.1pt; border: 1pt solid black; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">1</span></p>
  </td>
  <td style="width: 27.1pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: black black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: black black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: black black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: black black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: black black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
 </tr>
 <tr style="min-height: 11.45pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">2</span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">2</span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
 </tr>
 <tr style="min-height: 12.05pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
 </tr>
 <tr style="min-height: 11.45pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">4</span></p>
  </td>
 </tr>
 <tr style="min-height: 12.05pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">4</span></p>
  </td>
 </tr>
 <tr style="min-height: 11.45pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">4</span></p>
  </td>
 </tr>
 <tr style="min-height: 12.05pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">4</span></p>
  </td>
 </tr>
 <tr style="min-height: 11.45pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">-1</span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">-1</span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC">-1</span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 11.45pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
 </tr>
 <tr style="min-height: 12.05pt;">
  <td style="width: 27.1pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color black black; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">
  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.1pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
  <td style="width: 27.15pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color black black -moz-use-text-color; padding: 0cm 5.4pt; min-height: 12.05pt;" valign="top" width="36">


  <p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span lang="ES-EC"> </span></p>
  </td>
 </tr></tbody></table></div>                                      </div>
<br>_______________________________________________<br>
Lista de correo Cconclase <a href="mailto:Cconclase@listas.conclase.net">Cconclase@listas.conclase.net</a><br>
<a href="http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net" target="_blank">http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net</a><br>
Bajas: <a href="http://listas.conclase.net/index.php?gid=2&mnu=FAQ" target="_blank">http://listas.conclase.net/index.php?gid=2&mnu=FAQ</a><br></blockquote></div><br><br clear="all"><br>-- <br> (\__/) <br>(='.'=)This is Bunny. Copy and paste bunny into your <br>

(")_(")signature to help him gain world domination. <br><br>