<?php
   session_start(); //Iniciamos la session
?>

<!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>HPC-CECONEA</title>
<style media="all" type="text/css">
@import url("./css/estiloP.css");
@import url("./css/fuentes.css");
@import url("./css/menu.css");
</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
         if(isset($_SESSION['user'])) {
	   include "menulogueado.php";
	 }
         else{
	   include "menu.php";
         }
      ?>
    </td>
  <tr>
    <td padding="10px" margin="3px" bgcolor="#FFFFFF" valign="top">
      
      <table width="652px" height="320px" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
	<tr>
	  <td align="center" style="vertical-align: top;">
	    <td>
	    <table style="margin: 10px 0px 10px 0;">
	      <tr>
		<td align="center" style="color:#003333; font-size:18pt;">
		  <b>
		  <br>
		  <div align="center">Autoridades del CECONEA</div>
		  </b>
		</td>
	      </tr>
	      <tr>
		<td width="550" align="center" style="color: #4E4E4E; font-size:12pt;">
		  <b>
		    <table>
		      <tr>
			<td>
			  <br>
			  Comit&eacute; acad&eacute;mico:
			  <br>
		         <UL type="square">
					<LI> Dra. Rosana Lobayan
					<br>
					<LI> Dr. Guillermo Ortiz
					<br>
					<LI> Dra. N&eacute;lida Peruchena
					<br>
					<LI> Dr. Manuel Pulido
				 </UL>
		      </td>
	            </tr>
		  </table>
		  </b>
		</td>
	      </tr>
	      <tr>
		<td align="center" style="color:#003333; font-size:18pt;">
		  <b>
		  <br>
		  <div align="center">Mantenimiento del CECONEA</div>
		  </b>
		</td>
	      </tr>
	      <tr>
		<td align="center" style="color: #4E4E4E; font-size:12pt;">
		  <b>
		    <table>
		      <tr>
			<td>
			  <br>
				<UL type="square">
					<LI> Responsable T&eacute;cnico: Manuel Pulido
		         <br>
                    <LI> Subresponsable T&eacute;cnico: Guillermo Scheffler
		         <br>
					<LI> Administrador del Sistema: Mat&iacute;as Lorenz&oacute;n
				</UL>
		      </td>
	            </tr>
		  </table>
		  <br>
		  <br>
		  </b>
		</td>
	      </tr>
	    </table>
	    </td>
		<td width="200" align="center">
		  <br><br><br>
		  <img border="1" width="200" src="images/cluster5small.jpg">
		</td>
	    <br>
	    <br>
	    </td>
	    </tr>
      </table>
    </td>
  </tr>
  <tr>
    <?php
       include "bottom.php";
    ?>
  </tr>
</table>
	      
</body>
</html>
