<?php include("menu.php"); ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//ES" "http://www.w3.org/TR/REC-html40/loose.dtd">
  <html lang="es">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Web oficial del proyecto GNU Hurd en español</title>
    <link rel="stylesheet" href="estilo.css" type="text/css">
  <style>
    A:link {text-decoration: none}
    A:visited {text-decoration: none}
    A:active {text-decoration: none}
    A:hover {text-decoration: underline; color: #005e9e;  }
    
  </style>
<link rel="shortcut icon" href="images/icono.png" type="image/png">
  </head>
  <body bgcolor="#95a6ad" TEXT="#333333" LINK="#001e5e" ALINK="#001e5e" VLINK="#001e5e" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<br>

<center><img src="images/logo.png"><br>
<small>Página web oficial del proyecto GNU Hurd en español</small></center>

<table cellspacing="0" cellpadding="6" width="100%" border="0" bgcolor="">
  <tr><td valign="top" width="20%" >
    <?php menu1(); ?>
  </td><td width="60%" valign="TOP">

<?php
  if (file_exists("$goto.php")) {
    include("$goto.php");
  } else {
    $goto = "principal";
    include("$goto.php");
  }
  contenido();
?>

  </td><td width="20%" valign="TOP">
    <?php menu2(); ?>
  </td></tr>
</table>
<center>
<?php

tabla("
<center><small>
| Copyleft &copy; 2002 GNU Hurd España | Webmaster: <a href=\"mailto:robertron@es.gnu.org\">Roberto Fernández Rodríguez.</a> |<br>
Se permite la copia textual y distribución de este artículo en su totalidad, por cualquier medio, siempre y cuando se mantenga esta nota de copyright.
</small></center>
");

?>
</center>

</body>
</html>
