<?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 style="vertical-align: top;">
	    
	    <table style="margin: 10px 0px 10px 36px;">
		<td style="color:#003333; font-size:18pt;">
		  <b>
		  <br>
		  <div align="center">Servicios de C&oacute;mputo</div>
		  <br>
		  </b>
		</td>
	      </tr>
	      <tr>
		<td style="color: #4E4E4E; font-size:12pt;">
		    El CECONEA ofrece servicios de c&oacute;mputo de alta performance a investigadores y a terceros.
                  <br>
		  <br>
		    Se dispone de servidores de alto rendimiento para el calculo numerico intensivo.
		  <br>
		  <br>
		    A un costo accesible permite acceder a equipamiento de alto costo con la ventaja de tener el equipamiento instalado y funcionando permanentemente.
		  <br>
		  <br>
		  <b>
		    Contactos a trav&eacute;s de nuestro <a href="solicitud.php" style="color:#447777;">Formulario</a>.
		  </b>
		</td>
	      </tr>
	    </table>
	    <br>
	    <br>
	    </td>
		<td>
		  <img border=1 width="200" height="200" src="images/logo.gif">
		</td>
	    </tr>
      </table>
    </td>
  </tr>
  <tr>
    <?php
       include "bottom.php";
    ?>
  </tr>
</table>
	      
</body>
</html>
