Vota por nosotros en el ranking web que participamos

Curso Hacker
Bienvenido(a), Visitante. Favor de ingresar o registrarse.
¿Perdiste tu email de activación? - Octubre 10, 2008, 07:48:15
Inicio Ayuda Ingresar Registrarse
Visita: Articulos - Juegos Gratis - Da Foros

Comunidad Underground Hispana  |  Programacion  |  Programacion para webmasters  |  Php (Moderador: SaTeLuCo)  |  Tema: Pido Ayuda a Los Webmasters!!! 0 Usuarios y 1 Visitante están viendo este tema. « anterior próximo »
Páginas: [1] Ir Abajo Imprimir
Autor Tema: Pido Ayuda a Los Webmasters!!!  (Leído 243 veces)
charman!
Recien Llegado
*
Desconectado Desconectado

Mensajes: 11


The char man!


Ver Perfil
« en: Julio 31, 2008, 11:29:41 »

 Huh Huh Huh Huh Huh

Mi problema es el siguiente!
cree una pagina en publisher! (nose nada de programacion html)
fue sencillo cortar pegar agregar! no tiene nada difil!
la pag es
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
www.congresoaeronautico.org



bue, el problema es el siguiente:

en
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion


Estos datos no se pueden enviar cuando le doy ENVIAR

porque la pag o el formulario esta mal configurado o algo asi!

Y ese es mi problema!

como hago bien la configuracion



Ayudita porfa! Embarrassed
En línea

CHAAAR!!!
rOnNyLdInHo™
[rOnNy]
Moderación
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1657



Ver Perfil WWW
« Respuesta #1 en: Julio 31, 2008, 11:59:50 »

Si claro que te podemos ayudar amigo pero mira vamos a empezar con lo básico....

La página la hiciste en html (.html) o sea es una página estática, NUNCA podrás enviar un mail con HTML ya que lo que hace HTML es procesar la información proveniente de un servidor.

Para enviar un email en este caso a los coordinadores del Congreso debes de utilizar un lenguaje de programción dinámico.

Haz escuchado hablar de php?
Bueno pues php es un lenguaje de programación dinámico y que te podrá servir para cumplir con lo que necesitas.

El formulario está bien hecho lo único que debes de hacer es buscar en tu codigo la parte donde dice
<form action=--WEBBOT-SELF-- method=post>
y cambiarlo por <form action="contacto.php" method=post>

Luego debes de crear un archivo php llamado contacto.php de la cual empieces a validar los campos, por ejemplo: que se llenó el campo de Nombre, o que en el campo de email existe un   @, etc etc

Además incluyes la función mail(); que es la que envía el correo, en este caso se lo envía a los coordinadores del Congreso....

Lo que te recomiendo es leerte, un poco sobre php, no necesitas ser un experto, solo basta con que sepas enviar email con php y validar campos de formulario.

Entra aqui donde hay bastantes funciones, incluyendo las de mail y otras de validacion

Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion

Cualquier cosa nada mas pregunta amigo.

Un saludo y cuidate.
« Última modificación: Julio 31, 2008, 12:00:36 por rOnNyLdInHo™ » En línea

<?="rOnNyLdInHo";?>


El límite del éxito lo establece la mente humana, por eso, si quieres ver cosas que nunca haz visto, empieza a hacer cosas que nunca haz hecho.


  • Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
    Crear un captcha con PHP

  • Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
    Un .GIF o .JPG que muestre la IP de una persona (PHP)
  • Procedimientos Almacenados. Evita el SQL Injection => Pendiente
  • Paginar una consulta de la DB => Pendiente
charman!
Recien Llegado
*
Desconectado Desconectado

Mensajes: 11


The char man!


Ver Perfil
« Respuesta #2 en: Julio 31, 2008, 12:40:34 »

ok! voy entendiendo que tiene solucion mi problema!

ejem...

pero 1 - php es nada mas que codigo (verdad?)
 bue 2 - en donde coloco la carpeta que voy a crear (contacto php)
        3 - Esto lo he levantado con Total comander -FTP- no tiene nada que ver eso?
       

En línea

CHAAAR!!!
rOnNyLdInHo™
[rOnNy]
Moderación
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1657



Ver Perfil WWW
« Respuesta #3 en: Julio 31, 2008, 01:04:59 »

1 - php es nada mas que codigo (verdad?)

Pues si Tongue solo es código, o sea, es un lenguaje mas avanzado, es para hacer cosas que en HTML nunca se podrán hacer, Por ejemplo: chats, sistemas de registros, foros, etc

2 - en donde coloco la carpeta que voy a crear (contacto php)

El archivo contacto.php debes de crearlo en el directorio donde esta ubicado tu formulario. Por ejemplo. Si tu formulario se encuentra en el directorio "contacto/" debes ubicar contacto.php ahi. O sea que el formulario y contacto.php deben de estar siempre juntos

3 - Esto lo he levantado con Total comander -FTP- no tiene nada que ver eso?

Pues no, porque ese programa es para publicar tus archivos web y que sean visibles para el mundo. Eso no tiene nada que ver con la producción del mismo.

Vas bien, solo pregunta y te ayudamos. Saludos Wink
En línea

<?="rOnNyLdInHo";?>


El límite del éxito lo establece la mente humana, por eso, si quieres ver cosas que nunca haz visto, empieza a hacer cosas que nunca haz hecho.


  • Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
    Crear un captcha con PHP

  • Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
    Un .GIF o .JPG que muestre la IP de una persona (PHP)
  • Procedimientos Almacenados. Evita el SQL Injection => Pendiente
  • Paginar una consulta de la DB => Pendiente
charman!
Recien Llegado
*
Desconectado Desconectado

Mensajes: 11


The char man!


Ver Perfil
« Respuesta #4 en: Julio 31, 2008, 01:25:45 »

bueno lo que viene a continuacion es el archivo de mi pagina (index)
lo he abierto con word pad...

y es aqui donde tengo que cambiarlo vrd?

y despues con los cambios ya hechos guadar asi mismo!

bueno es lo que mas o menos entiendo...





<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns="
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<link rel=File-List href="index_archivos/filelist.xml">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
b\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>Página principal</title>

<bgsound src="index_archivos/sound266.wav" loop=infinite>

<style>
<!--
 /* Definiciones de fuente */
 @font-face
   {font-family:"Times New Roman";
   panose-1:2 2 6 3 5 4 5 2 3 4;}
 @font-face
   {font-family:"Arial Black";
   panose-1:2 11 10 4 2 1 2 2 2 4;}
 @font-face
   {font-family:Verdana;
   panose-1:2 11 6 4 3 5 4 4 2 4;}
 @font-face
   {font-family:Arial;
   panose-1:2 11 6 4 2 2 2 2 2 4;}
 @font-face
   {font-family:"Trebuchet MS";
   panose-1:2 11 6 3 2 2 2 2 2 4;}
 /* Definiciones de estilo */
p.MsoNormal, li.MsoNormal, div.MsoNormal
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:0pt;
   text-align:left;
   font-family:"Times New Roman";
   font-size:10.0pt;
   color:black;}
p.MsoOrganizationName, li.MsoOrganizationName, div.MsoOrganizationName
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:0pt;
   text-align:center;
   font-family:"Times New Roman";
   font-size:14.0pt;
   color:black;
   text-transform:uppercase;
   letter-spacing:1.0pt;}
p.MsoTagline, li.MsoTagline, div.MsoTagline
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:0pt;
   text-align:center;
   font-family:"Times New Roman";
   font-size:10.0pt;
   color:black;
   text-transform:uppercase;
   letter-spacing:1.0pt;}
p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:8.0pt;
   text-align:left;
   font-family:"Times New Roman";
   font-size:10.0pt;
   color:black;}
p.MsoTitle3, li.MsoTitle3, div.MsoTitle3
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:0pt;
   text-align:left;
   font-family:"Times New Roman";
   font-size:20.0pt;
   color:black;
   letter-spacing:1.0pt;}
h3
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:0pt;
   text-align:left;
   font-family:"Times New Roman";
   font-size:11.0pt;
   color:black;
   font-weight:bold;
   letter-spacing:.5pt;}
p.MsoAddress, li.MsoAddress, div.MsoAddress
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:0pt;
   text-align:left;
   font-family:"Times New Roman";
   font-size:9.0pt;
   color:black;}
p.MsoAccentText, li.MsoAccentText, div.MsoAccentText
   {margin-right:0pt;
   text-indent:0pt;
   margin-top:0pt;
   margin-bottom:0pt;
   text-align:left;
   font-family:"Times New Roman";
   font-size:10.0pt;
   color:black;
   font-weight:bold;}
ol
   {margin-top:0in;
   margin-bottom:0in;
   margin-left:-2197in;}
ul
   {margin-top:0in;
   margin-bottom:0in;
   margin-left:-2197in;}
 @page
   {size:8.-2019in 11.2232in;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="3074" fill="f" fillcolor="white [7]"
  strokecolor="black
  • ">
 <v:fill color="white [7]" color2="white [7]" on="f"/>
  <v:stroke color="black
  • " color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
 </v:stroke>
  <v:shadow color="#ccc [4]"/>
  <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
  <o:colormru v:ext="edit" colors="red,#ccd2c6,#dbdfd7"/>
 </o:shapedefaults><o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
</head>

<body link="#660099" vlink=teal style='margin:0'>

<div style='position:absolute;width:12.0459in;height:13.1292in'>
<!--[if gte vml 1]><v:rect id="_x0000_s1030" style='position:absolute;left:0;
 top:114pt;width:900pt;height:12in;z-index:6;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' o:preferrelative="t" filled="f" fillcolor="white [7]"
 stroked="f" strokecolor="black
  • " o:cliptowrap="t">
<v:fill color2="white [7]"/>
 <v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:imagedata src="index_archivos/image295.jpg" o:title="A380" gain="19661f"
  blacklevel="22938f"/>
 <v:shadow color="#ccc [4]"/>
 <v:path o:extrusionok="f" insetpenok="f"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:6;
left:0px;top:152px;width:1200px;height:1152px'><img width=1200 height=1152
src="index_archivos/image2951.jpg" v:shapes="_x0000_s1030"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1077" alt="" style='position:absolute;left:.83pt;top:0;width:899.17pt;
 height:126pt;z-index:11;visibility:visible;mso-wrap-edited:f;
 mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' fillcolor="white [7]"
 strokecolor="white" strokeweight="4pt" insetpen="t" o:cliptowrap="t">
 <v:stroke color2="#03c">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path o:extrusionok="f" insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:11;
left:-2px;top:-3px;width:1205px;height:174px'><![endif]><![if !mso]><img
width=1205 height=174 src="index_archivos/image297.png" v:shapes="_x0000_s1077"
class=shape v:dpi="96"><![endif]><![if !vml]></span><![endif]><!--[if gte vml 1]><v:shapetype
 id="_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
 <v:stroke joinstyle="miter"/>
 <v:path gradientshapeok="t" o:connecttype="rect"/>
</v:shapetype><v:shape id="_x0000_s1078" type="#_x0000_t202" style='position:absolute;
 left:150pt;top:6pt;width:588pt;height:40.71pt;z-index:12;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="black
  • " stroked="f" strokecolor="black
  • " strokeweight="0"
o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:2mm' inset="2.85pt,2.85pt,2.85pt,2.85pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:12;
left:200px;top:8px;width:784px;height:55px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=784 height=55 valign=middle style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1078" style='padding:2.85pt 2.85pt 2.85pt 2.85pt'
  class=shape>
  <p class=MsoOrganizationName><span lang=es style='font-weight:bold;
  language:es'>XXXVII Jornadas Iberoamericanas de Derecho Aeronáutico y de la Aviación Comercial en Paraguay</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:shape id="_x0000_s1079" type="#_x0000_t202"
 style='position:absolute;left:243pt;top:66pt;width:426pt;height:44.06pt;
 z-index:13;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' filled="f" fillcolor="black
  • " stroked="f"
strokecolor="black
  • " strokeweight="0" o:cliptowrap="t">
<v:fill color2="white [7]"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:2mm' inset="2.85pt,2.85pt,2.85pt,2.85pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:13;
left:324px;top:88px;width:568px;height:59px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=568 height=59 style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1079" style='padding:2.85pt 2.85pt 2.85pt 2.85pt'
  class=shape>
  <p class=MsoTagline><span lang=es style='font-size:12.0pt;font-family:Verdana;
  font-weight:bold;language:es'>universidad nacional de asuncion</span></p>
  <p class=MsoTagline><span lang=es style='font-size:12.0pt;font-family:Verdana;
  font-weight:bold;language:es'>Facultad de derecho y ciencias sociales</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:line id="_x0000_s1080" style='position:absolute;
 flip:x y;z-index:14;visibility:visible;mso-wrap-edited:f;
 mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' from="136.81pt,125.18pt"
 to="138pt,942pt" strokecolor="black
  • " o:cliptowrap="t">
<v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:14;
left:181px;top:166px;width:4px;height:1091px'><img width=4 height=1091
src="index_archivos/image300.png" v:shapes="_x0000_s1080"></span><![endif]><!--[if gte vml 1]><v:line
 id="_x0000_s1081" style='position:absolute;z-index:15;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' from="240pt,954pt"
 to="814.89pt,957pt" strokecolor="black
  • " strokeweight="3pt" o:cliptowrap="t">
<v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:15;
left:318px;top:1270px;width:771px;height:8px'><img width=771 height=8
src="index_archivos/image301.png" v:shapes="_x0000_s1081"></span><![endif]><!--[if gte vml 1]><v:line
 id="_x0000_s1082" style='position:absolute;z-index:16;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' from="399pt,54pt"
 to="521.84pt,54pt" strokecolor="black
  • " strokeweight=".25pt" o:cliptowrap="t">
<v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:16;
left:531px;top:71px;width:166px;height:2px'><img width=166 height=2
src="index_archivos/image302.png" v:shapes="_x0000_s1082"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1083" alt="" style='position:absolute;left:4.67pt;top:210pt;
 width:117pt;height:25.19pt;z-index:17;visibility:hidden;mso-wrap-edited:f;
 mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="1 1" endcap="round">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><!--[if gte vml 1]><v:rect id="_x0000_s1084" alt=""
 style='position:absolute;left:42.79pt;top:213.15pt;width:40.75pt;height:21.59pt;
 z-index:18;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' fillcolor="#c2ebff" stroked="f"
 strokecolor="#5cb8e6" insetpen="t" o:cliptowrap="t">
 <v:fill rotate="t" type="gradient"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:18;
left:57px;top:284px;width:54px;height:29px'><img width=54 height=29
src="index_archivos/image304.png" v:shapes="_x0000_s1084"></span><![endif]><!--[if gte vml 1]><v:line
 id="_x0000_s1085" style='position:absolute;z-index:19;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' from="42.79pt,234.14pt"
 to="83.54pt,234.15pt" strokecolor="black
  • " strokeweight="1.5pt"
o:cliptowrap="t">
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:19;
left:56px;top:311px;width:57px;height:3px'><img width=57 height=3
src="index_archivos/image305.png" v:shapes="_x0000_s1085"></span><![endif]><!--[if gte vml 1]><v:shape
 id="_x0000_s1086" type="#_x0000_t202" alt="" style='position:absolute;left:11.98pt;
 top:210.45pt;width:102.37pt;height:21.59pt;z-index:20;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:5.76pt' inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:20;
left:16px;top:281px;width:137px;height:29px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=137 height=29 valign=middle style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1086" style='padding:4.5pt 2.88pt 2.88pt 2.88pt'
  class=shape>
  <p class=MsoNormal style='text-align:center;line-height:112%;text-align:center'><span
  lang=es style='font-size:9.0pt;line-height:112%;font-family:Arial;font-weight:
  bold;language:es'>Página principal</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:shape id="_x0000_s1087" type="#_x0000_t202"
 alt="" style='position:absolute;left:11.98pt;top:235.95pt;width:102.37pt;
 height:21.59pt;z-index:21;visibility:visible;mso-wrap-edited:f;
 mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:5.76pt' inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:21;
left:16px;top:315px;width:137px;height:29px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=137 height=29 valign=middle style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1087" style='padding:4.5pt 2.88pt 2.88pt 2.88pt'
  class=shape>
  <p class=MsoNormal style='text-align:center;line-height:112%;text-align:center'><span
  lang=es style='font-size:9.0pt;line-height:112%;font-family:Arial;font-weight:
  bold;language:es'>Informaciones</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:line id="_x0000_s1088" style='position:absolute;
 z-index:22;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' from="42.79pt,259.64pt" to="83.54pt,259.65pt"
 strokecolor="black
  • " strokeweight="1.5pt" o:cliptowrap="t">
<v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:22;
left:56px;top:345px;width:57px;height:3px'><img width=57 height=3
src="index_archivos/image305.png" v:shapes="_x0000_s1088"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1089" alt="" href="index_archivos/Page346.htm" style='position:absolute;
 left:4.67pt;top:235.2pt;width:117pt;height:25.19pt;z-index:23;visibility:visible;
 mso-wrap-edited:f' filled="f" fillcolor="white [7]" stroked="f" insetpen="t"
 o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:path strokeok="f" fillok="f" insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:23;
left:6px;top:314px;width:156px;height:33px'><a href="index_archivos/Page346.htm"><img
border=0 width=156 height=33 src="index_archivos/image311.png" v:shapes="_x0000_s1089"></a></span><![endif]><!--[if gte vml 1]><v:shape
 id="_x0000_s1090" type="#_x0000_t202" alt="" style='position:absolute;left:11.98pt;
 top:261.15pt;width:102.37pt;height:21.6pt;z-index:24;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:5.76pt' inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:24;
left:16px;top:348px;width:137px;height:29px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=137 height=29 valign=middle style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1090" style='padding:4.5pt 2.88pt 2.88pt 2.88pt'
  class=shape>
  <p class=MsoNormal style='text-align:center;line-height:112%;text-align:center'><span
  lang=es style='font-size:9.0pt;line-height:112%;font-family:Arial;font-weight:
  bold;language:es'>Países Integrantes</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:line id="_x0000_s1091" style='position:absolute;
 z-index:25;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' from="42.79pt,284.85pt" to="83.54pt,284.85pt"
 strokecolor="black
  • " strokeweight="1.5pt" o:cliptowrap="t">
<v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:25;
left:56px;top:378px;width:57px;height:3px'><img width=57 height=3
src="index_archivos/image314.png" v:shapes="_x0000_s1091"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1092" alt="" href="index_archivos/Page415.htm" style='position:absolute;
 left:4.67pt;top:260.4pt;width:117pt;height:25.2pt;z-index:26;visibility:visible;
 mso-wrap-edited:f' filled="f" fillcolor="white [7]" stroked="f" insetpen="t"
 o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
 <o:top v:ext="view" color="black
  • " color2="white [7]"/>
 <o:right v:ext="view" color="black
  • " color2="white [7]"/>
 <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
 <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:path strokeok="f" fillok="f" insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:26;
left:6px;top:347px;width:156px;height:34px'><a href="index_archivos/Page415.htm"><img
border=0 width=156 height=34 src="index_archivos/image315.png" v:shapes="_x0000_s1092"></a></span><![endif]><!--[if gte vml 1]><v:shape
 id="_x0000_s1093" type="#_x0000_t202" alt="" style='position:absolute;left:11.98pt;
 top:286.35pt;width:102.37pt;height:21.6pt;z-index:27;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="dash">
 
En línea

CHAAAR!!!
charman!
Recien Llegado
*
Desconectado Desconectado

Mensajes: 11


The char man!


Ver Perfil
« Respuesta #5 en: Julio 31, 2008, 01:26:50 »

continua




 <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:5.76pt' inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:27;
left:16px;top:382px;width:137px;height:29px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=137 height=29 valign=middle style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1093" style='padding:4.5pt 2.88pt 2.88pt 2.88pt'
  class=shape>
  <p class=MsoNormal style='text-align:center;line-height:112%;text-align:center'><span
  lang=es style='font-size:9.0pt;line-height:112%;font-family:Arial;font-weight:
  bold;language:es'>Calendario y  Estadías</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:line id="_x0000_s1094" style='position:absolute;
 z-index:28;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' from="42.79pt,310.05pt" to="83.54pt,310.05pt"
 strokecolor="black
  • " strokeweight="1.5pt" o:cliptowrap="t">
<v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:28;
left:56px;top:412px;width:57px;height:3px'><img width=57 height=3
src="index_archivos/image318.png" v:shapes="_x0000_s1094"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1095" alt="" href="index_archivos/Page513.htm" style='position:absolute;
 left:4.67pt;top:285.6pt;width:117pt;height:25.2pt;z-index:29;visibility:visible;
 mso-wrap-edited:f' filled="f" fillcolor="white [7]" stroked="f" insetpen="t"
 o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:path strokeok="f" fillok="f" insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:29;
left:6px;top:381px;width:156px;height:33px'><a href="index_archivos/Page513.htm"><img
border=0 width=156 height=33 src="index_archivos/image311.png" v:shapes="_x0000_s1095"></a></span><![endif]><!--[if gte vml 1]><v:shape
 id="_x0000_s1096" type="#_x0000_t202" alt="" style='position:absolute;left:11.98pt;
 top:311.55pt;width:102.37pt;height:21.6pt;z-index:30;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:5.76pt' inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:30;
left:16px;top:415px;width:137px;height:29px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=137 height=29 valign=middle style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1096" style='padding:4.5pt 2.88pt 2.88pt 2.88pt'
  class=shape>
  <p class=MsoNormal style='text-align:center;line-height:112%;text-align:center'><span
  lang=es style='font-size:9.0pt;line-height:112%;font-family:Arial;font-weight:
  bold;language:es'>Temas y Ponentes</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:line id="_x0000_s1097" style='position:absolute;
 z-index:31;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' from="42.79pt,335.25pt" to="83.54pt,335.25pt"
 strokecolor="black
  • " strokeweight="1.5pt" o:cliptowrap="t">
<v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:31;
left:56px;top:446px;width:57px;height:2px'><img width=57 height=2
src="index_archivos/image322.png" v:shapes="_x0000_s1097"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1098" alt="" href="index_archivos/Page567.htm" style='position:absolute;
 left:4.67pt;top:310.8pt;width:117pt;height:25.2pt;z-index:32;visibility:visible;
 mso-wrap-edited:f' filled="f" fillcolor="white [7]" stroked="f" insetpen="t"
 o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:path strokeok="f" fillok="f" insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:32;
left:6px;top:414px;width:156px;height:34px'><a href="index_archivos/Page567.htm"><img
border=0 width=156 height=34 src="index_archivos/image315.png" v:shapes="_x0000_s1098"></a></span><![endif]><!--[if gte vml 1]><v:shape
 id="_x0000_s1099" type="#_x0000_t202" alt="" style='position:absolute;left:12pt;
 top:384pt;width:102.36pt;height:21.59pt;z-index:33;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:5.76pt' inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:33;
left:16px;top:512px;width:137px;height:29px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=137 height=29 valign=middle style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1099" style='padding:4.5pt 2.88pt 2.88pt 2.88pt'
  class=shape>
  <p class=MsoNormal style='text-align:center;line-height:112%;text-align:center'><a
  href="index_archivos/Page633.htm"><span lang=es style='font-size:9.0pt;
  line-height:112%;font-family:Arial;color:black;text-decoration:none;
  font-weight:bold;language:es'>Inscripción</span></a></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:line id="_x0000_s1100" style='position:absolute;
 z-index:34;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' from="42.79pt,360.45pt" to="83.54pt,360.45pt"
 strokecolor="black
  • " strokeweight="1.5pt" o:cliptowrap="t">
<v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:34;
left:56px;top:479px;width:57px;height:3px'><img width=57 height=3
src="index_archivos/image326.png" v:shapes="_x0000_s1100"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1101" alt="" href="index_archivos/Page633.htm" style='position:absolute;
 left:4.67pt;top:336pt;width:117pt;height:25.2pt;z-index:35;visibility:visible;
 mso-wrap-edited:f' filled="f" fillcolor="white [7]" stroked="f" insetpen="t"
 o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:path strokeok="f" fillok="f" insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:35;
left:6px;top:448px;width:156px;height:34px'><a href="index_archivos/Page633.htm"><img
border=0 width=156 height=34 src="index_archivos/image315.png" v:shapes="_x0000_s1101"></a></span><![endif]><!--[if gte vml 1]><v:shape
 id="_x0000_s1102" type="#_x0000_t202" style='position:absolute;left:2in;top:3in;
 width:729pt;height:326.66pt;z-index:36;visibility:visible;mso-wrap-edited:f;
 mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="black
  • " stroked="f" strokecolor="#6cf" strokeweight="0"
o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:2mm' inset="2.85pt,2.85pt,2.85pt,2.85pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:36;
left:192px;top:288px;width:972px;height:436px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=972 height=436 style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1102" style='padding:2.85pt 2.85pt 2.85pt 2.85pt'
  class=shape>
  <h3 style='text-align:center'><span lang=es-CO style='language:es-CO'>&nbsp;</span></h3>
  <h3 style='text-align:center'><span lang=es-CO style='font-size:20.0pt;
  language:es-CO'>&nbsp;</span></h3>
  <h3 style='text-align:center'><span lang=es-CO style='font-size:20.0pt;
  language:es-CO'>&nbsp;</span></h3>
  <p class=MsoTitle3 style='text-align:center;text-align:center'><span
  lang=es-CO style='font-size:22.0pt;font-weight:bold;language:es-CO'>Bienvenidos al Sitio Web de las </span><span
  lang=es style='font-size:22.0pt;font-weight:bold;language:es'>XXXVII Jornadas Iberoamericanas de Derecho Aeronáutico y de la Aviación Comercial en Paraguay</span><span
  lang=es style='font-size:22.0pt;font-family:Arial;color:gray;font-weight:
  bold;language:es'>.</span></p>
  <h3 style='text-align:center'><span lang=es-CO style='font-size:20.0pt;
  letter-spacing:1.0pt;language:es-CO'>&nbsp;</span></h3>
  <h3 style='text-align:center'><span lang=es-CO style='font-size:20.0pt;
  font-family:"Trebuchet MS";font-weight:normal;language:es-CO'>Organizada por  la Facultad de Derecho y Ciencias Sociales de la Universidad Nacional de Asunción, con el Patrocinio Académico Del Instituto Iberoamericano de Derecho Aeronáutico y del Espacio y de la Aviación Comercial, Organismo Consultivos de las Naciones Unidas.</span></h3>
  <p class=MsoBodyText3 style='text-align:center;text-align:center'><span
  lang=es style='font-size:18.0pt;font-family:Arial;language:es'>&nbsp;</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:shape id="_x0000_s1103" type="#_x0000_t202"
 style='position:absolute;left:330pt;top:624pt;width:411.08pt;height:42pt;
 z-index:37;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' filled="f" fillcolor="black
  • " stroked="f"
strokecolor="#6cf" strokeweight="0" o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:2mm' inset="2.85pt,2.85pt,2.85pt,2.85pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:37;
left:440px;top:832px;width:549px;height:56px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=549 height=56 valign=bottom style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1103" style='padding:7.65pt 2.85pt 2.85pt 2.85pt'
  class=shape>
  <p class=MsoAddress style='text-align:center;text-align:center'><span
  lang=es style='font-size:12.0pt;font-family:Arial;language:es'>Congreso de Colombia intersección a Santísima Trinidad S/N </span></p>
  <p class=MsoAddress style='text-align:center;text-align:center'><span
  lang=es style='font-size:12.0pt;font-family:Arial;language:es'>Asunción - Paraguay</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:shape id="_x0000_s1104" type="#_x0000_t202"
 style='position:absolute;left:294pt;top:558pt;width:522pt;height:54pt;
 z-index:38;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' filled="f" fillcolor="black
  • " stroked="f"
strokecolor="#6cf" strokeweight="0" o:cliptowrap="t">
 <v:fill color2="white [7]"/>
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shapetype="t"/>
 <v:textbox style='mso-column-margin:2mm' inset="2.85pt,2.85pt,2.85pt,2.85pt"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:38;
left:392px;top:744px;width:696px;height:72px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=696 height=72 valign=bottom style='vertical-align:top'><![endif]>
  <div v:shape="_x0000_s1104" style='padding:2.85pt 2.85pt 2.85pt 2.85pt'
  class=shape>
  <p class=MsoAccentText style='text-align:center;text-align:center'><span
  lang=es style='font-size:14.0pt;language:es'>Sede de la Jornada:</span></p>
  <p class=MsoAccentText style='text-align:center;text-align:center'><span
  lang=es style='font-size:14.0pt;language:es'>Las Sesiones Académicas se Celebraran en la Facultad de Derecho y Ciencias Sociales de la Universidad Nacional de Asunción — Republica del Paraguay </span></p>
  <p class=MsoAccentText style='text-align:center;text-align:center'><span
  lang=es style='language:es'>&nbsp;</span></p>
  </div>
  <![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><v:line id="_x0000_s1105" style='position:absolute;
 z-index:39;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' from="252pt,552pt" to="816pt,552pt"
 strokecolor="black
  • " strokeweight="1.5pt" o:cliptowrap="t">
<v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:39;
left:335px;top:735px;width:754px;height:2px'><img width=754 height=2
src="index_archivos/image332.png" v:shapes="_x0000_s1105"></span><![endif]><!--[if gte vml 1]><v:line
 id="_x0000_s1106" style='position:absolute;z-index:40;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' from="12in,594pt"
 to="12in,815.45pt" strokecolor="black
  • " o:cliptowrap="t">
<v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:40;
left:1151px;top:791px;width:2px;height:297px'><img width=2 height=297
src="index_archivos/image333.png" v:shapes="_x0000_s1106"></span><![endif]><!--[if gte vml 1]><v:line
 id="_x0000_s1107" style='position:absolute;z-index:41;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' from="222pt,180pt"
 to="790.39pt,180pt" strokecolor="black
  • " strokeweight="1.5pt" o:cliptowrap="t">
<v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
</v:line><![endif]--><![if !vml]><span style='position:absolute;z-index:41;
left:295px;top:239px;width:760px;height:2px'><img width=760 height=2
src="index_archivos/image334.png" v:shapes="_x0000_s1107"></span><![endif]><!--[if gte vml 1]><v:shapetype
 id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
 path="m @4 @5l @4 @11 @9 @11 @9 @5xe" filled="f" stroked="f">
 <v:stroke joinstyle="miter"/>
 <v:formulas>
  <v:f eqn="if lineDrawn pixelLineWidth 0"/>
  <v:f eqn="sum  @0 1 0"/>
  <v:f eqn="sum 0 0  @1"/>
  <v:f eqn="prod  @2 1 2"/>
  <v:f eqn="prod  @3 21600 pixelWidth"/>
  <v:f eqn="prod  @3 21600 pixelHeight"/>
  <v:f eqn="sum  @0 0 1"/>
  <v:f eqn="prod  @6 1 2"/>
  <v:f eqn="prod  @7 21600 pixelWidth"/>
  <v:f eqn="sum  @8 21600 0"/>
  <v:f eqn="prod  @7 21600 pixelHeight"/>
  <v:f eqn="sum  @10 21600 0"/>
 </v:formulas>
 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1177" type="#_x0000_t75" style='position:absolute;
 left:6pt;top:6pt;width:120pt;height:108pt;z-index:111' o:cliptowrap="t">
 <v:imagedata src="index_archivos/image335.png" o:title="" gain="79922f"/>
 <v:path insetpenok="f"/>
</v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:111;
left:8px;top:8px;width:160px;height:144px'><img width=160 height=144
src="index_archivos/image3351.jpg" v:shapes="_x0000_s1177"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1184" style='position:absolute;left:168pt;top:810pt;width:192pt;
 height:102pt;z-index:118;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' o:preferrelative="t" filled="f" stroked="f"
 insetpen="t" o:cliptowrap="t">
 <v:stroke>
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:imagedata src="index_archivos/image337.jpg" o:title="A380_2"/>
 <v:path o:extrusionok="f" insetpenok="f"/>
 <o:lock v:ext="edit" aspectratio="t" cropping="t"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:118;
left:224px;top:1080px;width:256px;height:136px'><img width=256 height=136
src="index_archivos/image3371.jpg" v:shapes="_x0000_s1184"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1214" style='position:absolute;left:744pt;top:33pt;width:143.25pt;
 height:63pt;z-index:145;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt'
 o:preferrelative="t" filled="f" fillcolor="white [7]" stroked="f"
 strokecolor="black
  • " o:cliptowrap="t">
<v:fill color2="white [7]"/>
 <v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:imagedata src="index_archivos/image339.gif" o:title="iida"/>
 <v:shadow color="#ccc [4]"/>
 <v:path o:extrusionok="f" insetpenok="f"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:145;
left:992px;top:44px;width:191px;height:84px'><img width=191 height=84
src="index_archivos/image3391.png" v:shapes="_x0000_s1214"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1239" style='position:absolute;left:396pt;top:810pt;width:192pt;
 height:102pt;z-index:170;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' o:preferrelative="t" filled="f" fillcolor="white [7]"
 stroked="f" strokecolor="black
  • " o:cliptowrap="t">
<v:fill color2="white [7]"/>
 <v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:imagedata src="index_archivos/image341.jpg" o:title="A380_13"/>
 <v:shadow color="#ccc [4]"/>
 <v:path o:extrusionok="f" insetpenok="f"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:170;
left:528px;top:1080px;width:256px;height:136px'><img width=256 height=136
src="index_archivos/image3411.jpg" v:shapes="_x0000_s1239"></span><![endif]><!--[if gte vml 1]><v:rect
 id="_x0000_s1240" style='position:absolute;left:624pt;top:810pt;width:192pt;
 height:105.62pt;z-index:171;mso-wrap-distance-left:2.88pt;
 mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
 mso-wrap-distance-bottom:2.88pt' o:preferrelative="t" filled="f" fillcolor="white [7]"
 stroked="f" strokecolor="black
  • " o:cliptowrap="t">
<v:fill color2="white [7]"/>
 <v:stroke color2="white [7]">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:imagedata src="index_archivos/image343.jpg" o:title="A380_14"/>
 <v:shadow color="#ccc [4]"/>
 <v:path o:extrusionok="f" insetpenok="f"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:rect><![endif]--><![if !vml]><span style='position:absolute;z-index:171;
left:832px;top:1080px;width:256px;height:141px'><img width=256 height=141
src="index_archivos/image3431.jpg" v:shapes="_x0000_s1240"></span><![endif]><!--[if gte vml 1]><v:shape
 id="_x0000_s1319" type="#_x0000_t202" alt="" style='position:absolute;left:6.2pt;
 top:5in;width:110.25pt;height:24pt;z-index:250;visibility:visible;
 mso-wrap-edited:f;mso-wrap-distance-left:2.88pt;mso-wrap-distance-top:2.88pt;
 mso-wrap-distance-right:2.88pt;mso-wrap-distance-bottom:2.88pt' filled="f"
 fillcolor="white [7]" stroked="f" strokecolor="black
  • " insetpen="t"
o:cliptowrap="t">
 <v:stroke dashstyle="dash">
  <o:left v:ext="view" color="black
  • " color2="white [7]"/>
  <o:top v:ext="view" color="black
  • " color2="white [7]"/>
  <o:right v:ext="view" color="black
  • " color2="white [7]"/>
  <o:bottom v:ext="view" color="black
  • " color2="white [7]"/>
  <o:column v:ext="view" color="black
  • " color2="white [7]"/>
</v:stroke>
 <v:shadow color="#ccc [4]"/>
 <v:path insetpenok="f"/>
 <o:lock v:ext="edit" shape