<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Description" content="CECONEA - UNNE" />
<title>GICA</title>
<style media="all" type="text/css">
@import url("./css/estiloP.css");
@import url("./css/fuentes.css");
@import url("./css/menu.css");
</style>

<style media="all" type="text/css">
#link{
  text-decoration:none;
  color: #ACACAC;
}
</style>

</head>

<body bgcolor="#5C6350">
<table id="tabla" align="center" cellspacing="0" cellpadding="0"  >
  <tr>
    <td>
       <?php
	 include "titulo.php";
      ?>
    </td>
  </tr>
  <tr>
    <td valign="bottom">
      <?php
	 include "menu.php";
      ?>
    </td>
  <tr>
    <td padding="10px" margin="3px" bgcolor="#FFFFFF" valign="top">
      <?php
	 include "p_rodas_contenido.php";
      ?>
    </td>
  </tr>
  <tr>
    <?php
       include "bottom.php";
    ?>
  </tr>
</table>
	      
</body>
</html>
