  <table width="652px" height="320px" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
		<tr>
			<td style="vertical-align: top;">
				<table style="margin: 10px 0px 10px 36px;">
					<tr>
						<td style="color: #4E4E4E; font-size:16pt;">
						  <br>
						  <b>
						  <br>
						  <div align="center"><u>Solicitud de Utilización del Clúster</u></div>
						  <br>
						  </b>
						</td>
					</tr>
					<tr>
						<td style="color: #4E4E4E; font-size:12pt;">
						  <b>Para hacer uso de los servidores primero deber&aacute; completar la siguiente siguiente solicitud.</b>
						  <br><br>
						</td>
					</tr>
				</table>

				<form name="form1" action="solicitud.php" method="post" >
				  <div align="center">
							<table style="margin:1px 2px 3px 4px; text-align: left;  height: 24px; width:580px; font-size:12pt;" border="0" cellpadding="2" cellspacing="2" align="center">
								<tr>
									<td nowrap style="color: #4E4E4E "> 
										<strong>
										  Datos del Solicitante
										</strong>
										<table  border="0" cellpadding="2" cellspacing="2" style="width:580px; color: #4E4E4E; background-color:#e4e4e4; font-size:14px" >
										<tr>
											<td nowrap style="color: #4E4E4E; vertical-align:top; width:275px;">
												Institución 
											</td>
										<td nowrap style="color: #4E4E4E ">
											<?php
											   $array = array("FaCENA - Física","FaCENA - Informática","FaCENA - Ingeniería","FaCENA - Química","Ingeniería","IMIT","IBONE","CECOAL");
											   echo '<select name="Institucion" id="select_name" onChange="HabilitarCombo()">';
											   echo '<option value="'.$_POST['Institucion'].'" onclick="deshabilita()">'.$_POST["Institucion"].'</option>';
											   for($i=0; $i < sizeof($array); $i++){
												  if($array[$i] <> $_POST['Institucion']){
													echo '<option value="'.$array[$i].'">'.$array[$i].'</option>';
												  }
											   }
												  if("Otro" <> $_POST['Institucion']){
													echo '<option value="Otro">Otro</option>';
												  }
											  echo '</select>';
											?>
											<br>
											<input type="text" onclick="this.value=(this.value!='¿Cuál?')?this.value:'';" onblur="this.value=(this.value=='')?'¿Cuál?':this.value;" style="visibility:hidden" name='Otro' size="30" value="¿Cuál?">
										</td>
									</td>
								</tr>
								<tr>
									<td   nowrap style="color: #4E4E4E ">
										Nombre 
									</td>
									<td   nowrap style="color: #4E4E4E ">
										<input type="text" maxlength="60" size="30" name="Nombre" value= <?php echo '"'.$_POST['Nombre'].'"'; ?>>
									</td>
								</tr>
								<tr>
									<td   nowrap style="color: #4E4E4E ">
										Apellido 
									</td>
									<td   nowrap style="color: #4E4E4E ">
										<input maxlength="60" size="30" name="Apellido" value=<?php echo '"'.$_POST['Apellido'].'"'; ?>>
									</td>
								</tr>
								<tr>
									<td   nowrap style="color: #4E4E4E ">
										Correo electr&oacute;nico
									</td>
									<td   nowrap style="color: #4E4E4E ">
										<input maxlength="60" size="30" name="Email" value=<?php echo '"'.$_POST['Email'].'"'; ?>>
									</td>
								</tr>
								<tr>
									<td   nowrap style="color: #4E4E4E ">
										Grupo de investigación al que pertenece 
									</td>
									<td   nowrap style="color: #4E4E4E ">
										<input maxlength="60" size="30" name="Grupo" value=<?php echo '"'.$_POST['Grupo'].'"'; ?>>
									</td>
								</tr>
								<tr>
									<td   nowrap style="color: #4E4E4E; vertical-align:top;">
										Breve descripcion de su proyecto de
										<br>
										investigación 
										<i>
											(máx 500 caracteres)
										</i>
									</td>
									<td   nowrap style="color: #4E4E4E ">
										<textarea cols="29" rows="3" name="investigacion"><?php echo $_POST['investigacion']; ?></textarea>
									</td>
								</tr>
							</table>
							<br>
						
							<strong>Detalles del uso pretendido</strong>
							<table  border="0" cellpadding="2" cellspacing="2" style="width:580px; color: #4E4E4E; background-color:#e4e4e4; font-size:14px" >
							  <tr>
								<td   nowrap style="color: #4E4E4E; vertical-align:top;width:275px;">
								  Softwares del Cluster a utilizar 
								</td>
								<td   nowrap style="color: #4E4E4E ">
								  <textarea cols="29" name="Softwares_requeridos"><?php echo trim($_POST["Softwares_requeridos"]); ?></textarea>
								</td>
							  </tr>
							  <tr>
								<td   nowrap style="color: #4E4E4E;">
								  Número estimado de cores a utilizar 
								</td>
								<td   nowrap style="color: #4E4E4E ">
								  <input maxlength="60" size="30" name="cores" value=<?php echo '"'.$_POST['cores'].'"'; ?>>
								</td>
							  </tr>
							  <tr>
								<td   nowrap style="color: #4E4E4E;">
								  Cantidad de horas de cálculo estimadas 
								</td>
								<td   nowrap style="color: #4E4E4E ">
								  <input maxlength="60" size="30" name="horas" value=<?php echo '"'.$_POST['horas'].'"'; ?>>
								</td>
							  </tr>
							</table>
							<br>
						</tr>
							<tr>
							  <td>

							  <table style="margin: 10px 0px 10px 36px;">
								<tr>
								  <td style="color: #4E4E4E; font-size:12pt;">
								<b>
								  <br>
								  <u>IMPORTANTE</u>: Todos los campos son estrictamente necesarios.
									</b>
								  </td>
								</tr>
							  </table>
							  </td>
							</tr>
							<tr>
							  <input type="hidden" name="varx" value="1">
							  <td align="center" nowrap style="color: #4E4E4E ">
								<input type="submit" name="submit" value="Enviar Solicitud">
							  </td>
							</tr>
						</table>
					</div>
				</form>
				<br>
				<br>
			</td>
	    </tr>
      </table>
