<!-- // © Iddea Soluciones Internet S.L. 2000 webmaster@iddea.es César Sánchez Novo

function inicia() {
define('Nombre', 'string', 'Nombre',3);
define('Apellidos', 'string', 'Apellidos',3);
define('Telefono', 'num', 'Teléfono', 9, 15);
define('email', 'email', 'Correo E.');
}
//  -->
