MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/mostrar_solicitud2.php
<?php 
require_once("mainfile.php");
include ("config.php");
global $dbi;

function Conectarse()
	{
	   if (!($link=@mysql_connect("localhost","asjudine","as2006")))
	   {
		  echo "Error conectando con el servidor.";
		  exit();
	   }
	   $dbname = "asjudinet";
	   if (!@mysql_select_db($dbname,$link))
	   {
		  echo "Error seleccionando la base de datos.";
		  exit();
	   }
	   return $link;
	}
	Conectarse();

if(isset($_POST["enviar"]))
{
if($GrupoOpciones1==2||$GrupoOpciones1==-1){
	//$mssql = "update solicitud_credito set ced_ciudad='$ciuced', nombre='$ape',  direccion='$dir',  ciudad='$ciu', telefono='$tel',  celular='$cel', email='$email', devengado='$dev', descuentos='$desc',   neto='$net', monto_solicitado='$mon', po_contrato='$tipc', tiempo_servicio='$tie',  numero_cuenta='$cue',  banco='$ban', concepto_rechazo='$motivor', estado ='$GrupoOpciones1' where cedula = '$ced' ";
					  
    //mysql_query($mssql, $dbi) or die(mysql_error()); 
	
	$mssql = mysql_query("UPDATE  solicitud_credito set ced_ciudad= '" . $_POST[ciuced] . "', nombre= '" . $_POST[ape] . "', direccion='" . $_POST[dir] . "', ciudad= '" . $_POST[ciu] . "',  telefono= '" . $_POST[tel] . "', celular= '" . $_POST[cel] . "',  email= '" . $_POST[email] . "', devengado= '" . $_POST[dev] . "', descuentos= '" . $_POST[desc] . "',  neto= '" . $_POST[net] . "', monto_solicitado= '" . $_POST[mon] . "', po_contrato= '" . $_POST[tipc] . "',tiempo_servicio= '" . $_POST[tie] . "',numero_cuenta= '" . $_POST[cue] . "', banco= '" . $_POST[ban] . "', concepto_rechazo= '" . $_POST[motivor] . "', estado = '" . $_POST[GrupoOpciones1] . "' WHERE cedula= '" . $_POST[ced] . "'");
			
			if (!$mssql) {
				die('Invalid query primer UPDATE: ' . mysql_error());
			}
	
	/*$mssql2 = "update datos_empresa set nombre='$nomem',  
					  nit='$nitem', 
					  direccion='$direm', 
					  ciudad='$ciuem', 
					  telefono='$telem', 
					  email='$emaem', 
					  convenio='$conv',
	                  representante='$repem', 
					  registro_mercantil='$regem', 
					  ciudad_camara='$ciuem', 
					  objeto_social='$objem' where cedula = '$ced' ";
					  
    mysql_query($mssql2, $dbi) or die(mysql_error());*/
	
	$mssql2 = mysql_query("UPDATE  datos_empresa set nombre= '" . $_POST[nomen] . "', nit= '" . $_POST[nitem] . "', direccion= '" . $_POST[direm] . "', ciudad= '" . $_POST[ciuem] . "', telefono= '" . $_POST[telem] . "', email= '" . $_POST[emaem] . "', convenio= '" . $_POST[conv] . "', representante= '" . $_POST[repem] . "', registro_mercantil= '" . $_POST[regem] . "', ciudad_camara= '" . $_POST[ciuem] . "', objeto_social= '" . $_POST[objem] . "' WHERE cedula= '" . $_POST[ced] . "'");

            if (!$mssql2) {
				die('Invalid query SEGUNDO UPDATE: ' . mysql_error());
			}  
            
    echo "<script>alert('La Solicitud de Credito se a enviado correctamente');</script>";
		}else{
	echo "<script>alert('Debe Seleccionar Aprobar o Rechazar');</script>";
	}
}
	
	//$sqlnom = "select cedula, ced_ciudad, nombre, direccion, ciudad, telefono, celular, email, devengado, descuentos, neto, unidad, monto_solicitado, codigo_plan, tipo_contrato, tiempo_servicio, numero_cuenta, banco, codigo_asesor, codigo_militar, grado, con_valor_mensual, con_valor_total, fecha_nac from solicitud_credito where cedula = '$ced2'";
		//$control = mysql_query($sqlnom, $dbi) or die(mysql_error());
			
$control = mysql_query('SELECT cedula, ced_ciudad, nombre, direccion, ciudad, telefono, celular, email, devengado, descuentos, neto, unidad, monto_solicitado, codigo_plan, tipo_contrato, tiempo_servicio, numero_cuenta, banco, codigo_asesor, codigo_militar, grado, con_valor_mensual, con_valor_total, fecha_nac FROM solicitud_credito WHERE cedula = "' . $HTTP_GET_VARS["ced2"]  . '" ');
			if (!$control) {
				die('Invalid query: ' . mysql_error());
			}	 
		list($cedula, $ced_ciudad, $ape2, $direccion, $ciudad, $telefono, $celular, $email, $devengado, $descuentos, $neto, $unidad, $monto_solicitado, $codigo_plan, $tipo_contrato, $tiempo_servicio, $numero_cuenta, $banco, $codigo_asesor, $codm, $grado, $val_menj, $val_ment, $fecna) = mysql_fetch_row($control);
	
	//$sqlnom2 = "select nombre, nit, direccion, ciudad, telefono, email, convenio, representante, registro_mercantil, ciudad_camara, objeto_social from datos_empresa where cedula = '$ced2'";
		//$control2 = mysql_query($sqlnom2, $dbi) or die(mysql_error());	
		$control2 = mysql_query('SELECT nombre, nit, direccion, ciudad, telefono, email, convenio, representante, registro_mercantil, ciudad_camara, objeto_social FROM datos_empresa WHERE cedula = "' . $HTTP_GET_VARS["ced2"]  . '" ');
			if (!$control2) {
				die('Invalid query: ' . mysql_error());
			}  
		list($nombreem, $nitem2, $direccionem, $ciudadem, $telefonoem, $emailem, $convenio,$representanteem, $registro_mercantilem, $ciudad_camaraem, $objeto_socialem) = mysql_fetch_row($control2);	
		
		
		 $dianaci=substr($fecna, 3, 2);
         $mesnaci=substr($fecna, 0, 2);

		//$sqlnom3 = "select cedula, nombre, direccion, telefono, celular, email from datos_codeudor where cedula_titular = '$ced2'";
		//$control3 = mysql_query($sqlnom3, $dbi) or die(mysql_error());	
		$control3 = mysql_query('SELECT cedula, nombre, direccion, telefono, celular, email FROM datos_codeudor WHERE cedula_titular = "' . $HTTP_GET_VARS["ced2"]  . '" ');
			if (!$control3) {
				die('Invalid query: ' . mysql_error());
			} 
		list($cedulaco, $apesco, $direccionco, $telefonoco, $celularco, $emailco) = mysql_fetch_row($control3);
		
		//$sqlnom4 = "select plan from planes_ventas where codigo = '$codigo_plan'";
		//$control4 = mysql_query($sqlnom4, $dbi) or die(mysql_error());	
		$control4 = mysql_query('SELECT plan FROM planes_ventas WHERE codigo = "' ."$codigo_plan". '" ');
			if (!$control4) {
				die('Invalid query: ' . mysql_error());
			} 
		list($plan) = mysql_fetch_row($control4);
		
		///$sqlnom5 = "select vendedor from vendedores where codigo = '$codigo_asesor'";
		//$control5 = mysql_query($sqlnom5, $dbi) or die(mysql_error());	
		$control5 = mysql_query('SELECT vendedor FROM vendedores WHERE codigo = "' ."$codigo_asesor" . '" ');
			if (!$control5) {
				die('Invalid query: ' . mysql_error());
			}  
		list($vendedor) = mysql_fetch_row($control5);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
.est_cont5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #EDFAF4;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	border: thin groove #E9AAF0;
	color: #C72350;
}
.color_fondo_sc {
	background-color: #DCE0E4;
}
.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #D6ECFE;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	border: thin groove #E9AAF0;
	color: #C72350;
}
.Estilo2 {
	font-size: 14px;
	font-weight: bold;
}
.est_cont2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2B39EC;
	background-color: #F0F5CF;
	height: 18px;
	width: auto;
	border: thin solid #FABF85;
}
.est_cont6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006262;
	background-color: #EDFED3;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	border: thin solid #D9B6F8;
}
.Estilo3 {
	color: #C72350;
	font-weight: bold;
}
.sol_cre1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0B3495;
	background-color: #E6FAFF;
	margin: 1px;
	padding: 1px;
	height: 15px;
	width: auto;
	border: thin outset #56AD95;
}
.Estilo5 {font-size: 12px; font-style: normal; color: #0B3495; background-color: #E6FAFF; margin: 1px; padding: 1px; height: 15px; width: auto; border: thin outset #56AD95; font-family: Georgia, "Times New Roman", Times, serif;}
.col_cre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F92F0B;
	background-color: #B3D9F0;
	height: auto;
	width: auto;
	border: medium groove #FC9227;
}
.Estilo50 {color: #CC3333;
	font-family: "Arial Narrow";
	font-weight: bold;
}
.Estilo51 {color: #FF6633;
	font-size: 24px;
	font-style: italic;
}
.Estilo52 {color: #FF6633;
	font-size: 16px;
}
.Estilo53 {color: #2492FF;
	font-weight: bold;
}
.recaudo {font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #B6CBDC;
	margin: 4px;
	padding: 8px;
	width: auto;
	border: medium outset #339966;
}
.Estilo54 {font-weight: bold}
.sol_cre11 {	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0B3495;
	background-color: #E6FAFF;
	margin: 1px;
	padding: 1px;
	height: 18px;
	width: auto;
	border: thin outset #56AD95;
}
.Estilo55 {	color: #FF0000;
	font-weight: bold;
}
.Estilo65 {	color: #7DD096;
	font-weight: bold;
}
.Estilo64 {	font-size: 8px;
	font-weight: bold;
	color: #000000;
}
.Estilo65 {color: #C72350}
.est_cont51 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	background-color: #EDFAF4;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	border: thin groove #E9AAF0;
	color: #C72350;
}
.Estilo66 {font-size: 12px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<form action="" method="post" enctype="multipart/form-data" name="form1" class="color_fondo_sc" id="form1">
  <div align="center">
    <div class="Estilo1">SOLICITUD CREDITO</div>
    <table width="760" border="2" cellpadding="1" cellspacing="1" class="est_cont51">
      <caption>
      <div align="center"><br />
          <span class="Estilo2">DATOS BASICOS - DEUDOR </span><br />
      </div>
      </caption>
      <tr>
        <th colspan="2" scope="col">&nbsp;</th>
        <th width="94" scope="col"><div align="right">
            <div align="right"><strong>Fecha Solicitud :</strong></div>
        </div></th>
        <th scope="col"> <div align="left">
            <input name="fechas" type="text" class="est_cont2" id="fechas" value="<?php echo date("Y-m-d"); ?>" size="10" maxlength="10" />
        </div></th>
        <th colspan="3" scope="col">&nbsp;</th>
      </tr>
      <tr>
        <td width="95"><div align="right"><strong>Apellidos y Nombres:</strong></div></td>
        <td colspan="3"><div align="left">
            <input name="ape" type="text" class="est_cont2" id="ape" value="<?php echo $ape2 ?>" size="66" maxlength="65" />
        </div></td>
        <td><div align="right"><strong>Cogido Militar :</strong></div></td>
        <td colspan="2"><div align="left">
            <input name="codigom" type="text" class="est_cont2" id="codigom" value="<?php echo $codm ?>" size="20" maxlength="20" />
        </div></td>
      </tr>
      <tr>
        <td height="21"><div align="right"><strong>Cedula No:</strong></div></td>
        <td width="105"><div align="left">
            <input name="ced" type="text" class="est_cont2" id="ced" value="<?php echo $cedula ?>" size="20" maxlength="20"  readonly=""/>
        </div></td>
        <td><div align="right"><strong>De:</strong></div></td>
        <td><div align="left">
            <input name="ciuced" type="text" class="est_cont2" id="ciuced" value="<?php echo $ced_ciudad ?>" size="20" maxlength="20" />
        </div></td>
        <td><div align="right"><strong>Unidad :</strong></div></td>
        <td colspan="2"><div align="left">
            <input name="uni" type="text" class="est_cont2" id="uni" value="<?php echo $unidad ?>" size="35" maxlength="35" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Cuidad :</strong></div></td>
        <td><div align="left">
            <input name="ciu" type="text" class="est_cont2" id="ciu" value="<?php echo $ciudad ?>" size="20" maxlength="20" />
        </div></td>
        <td><div align="right"><strong>Direccion :</strong></div></td>
        <td colspan="2"><div align="left">
            <input name="dir" type="text" class="est_cont2" id="dir" value="<?php echo $direccion ?>" size="50" maxlength="50" />
        </div></td>
        <td width="111"><div align="right"><strong>Grado :</strong></div></td>
        <td width="66"><div align="left">
            <input name="gra" type="text" class="est_cont2" id="gra" value="<?php echo $grado ?>" size="12" maxlength="10" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Telefono :</strong></div></td>
        <td><div align="left">
            <input name="tel" type="text" class="est_cont2" id="tel" value="<?php echo $telefono ?>" size="20" maxlength="20" />
        </div></td>
        <td><div align="right"><strong>Celular :</strong></div></td>
        <td><div align="left">
            <input name="cel" type="text" class="est_cont2" id="cel" value="<?php echo $celular ?>" size="20" maxlength="20" />
        </div></td>
        <td><div align="right"><strong>E-mail :</strong></div></td>
        <td colspan="2"><div align="left">
            <input name="email" type="text" class="est_cont2" id="email" value="<?php echo $email ?>" size="35" maxlength="35" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Total Devengado $:</strong></div></td>
        <td><div align="left">
            <input name="dev" type="text" class="est_cont2" id="dev" value="<?php echo $devengado ?>" size="12" maxlength="10" />
        </div></td>
        <td><div align="right"><strong>Descuentos $:</strong></div></td>
        <td width="139"><div align="left">
            <input name="desc" type="text" class="est_cont2" id="desc" value="<?php echo $descuentos ?>" size="12" maxlength="10" />
        </div></td>
        <td width="110"><div align="right"><strong>Neto a Recibir $:</strong></div></td>
        <td colspan="2"><div align="left">
            <input name="net" type="text" class="est_cont2" id="net" value="<?php echo $neto ?>" size="12" maxlength="10" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Monto Solicitado $ :</strong></div></td>
        <td><div align="left">
            <input name="mon" type="text" class="est_cont2" id="mon" value="<?php echo $monto_solicitado ?>" size="12" maxlength="10" />
        </div></td>
        <td><div align="right" class="Estilo65">Tipo de contrato :</div></td>
        <td><div align="left">
            <label></label>
            <input name="tipc" type="text" class="est_cont2" id="tipc" value="<?php echo $tipo_contrato ?>" size="20" maxlength="20" />
        </div></td>
        <td><div align="right" class="Estilo65">Tiempo de Servicio :</div></td>
        <td colspan="2"><div align="left">
            <input name="tie" type="text" class="est_cont2" id="tie" value="<?php echo $tiempo_servicio ?>" size="10" maxlength="10" />
        </div>
            <label>
            <div align="left"></div>
          </label></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Plan :</strong></div></td>
        <td><div align="left">
          <input name="planc" type="text" class="est_cont2" id="planc" value="<?php echo $plan ?>" size="12" maxlength="10" readonly=""/>
        </div></td>
        <td><div align="right" class="Estilo54 Estilo65">Valor Mensual :</div></td>
        <td><div align="left">
            <input name="vmj" type="text" class="est_cont2" id="vmj" value="<?php echo $val_menj ?>" size="12" maxlength="10" />
        </div></td>
        <td><div align="right" class="Estilo3">Valor Total :</div></td>
        <td colspan="2"><div align="left">
            <input name="vmt" type="text" class="est_cont2" id="vmt" value="<?php echo $val_ment ?>" size="12" maxlength="10" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Cuenta No :</strong></div></td>
        <td><div align="left">
            <input name="cue" type="text" class="est_cont2" id="cue" value="<?php echo $numero_cuenta ?>" size="20" maxlength="20" />
        </div></td>
        <td><div align="right"><strong>Banco :</strong></div></td>
        <td><div align="left">
            <input name="ban" type="text" class="est_cont2" id="ban" value="<?php echo $banco ?>" size="20" maxlength="20" />
        </div></td>
        <td><div align="right"><strong>Vendedor :</strong></div></td>
        <td colspan="2"><input name="vend" type="text" class="est_cont2" id="vend" value="<?php echo $vendedor ?>" size="35" maxlength="35" readonly=""/></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Fecha Nacimiento :</strong></div></td>
        <td><div align="left"> <span class="Estilo64">MES</span>
                <input name="mesfn" type="text" class="est_cont2" id="mesfn" value="<?php echo $mesnaci ?>" size="2" maxlength="2" />
                <span class="Estilo64">-DIA</span>
                <input name="diafn" type="text" class="est_cont2" id="diafn" value="<?php echo $dianaci ?>" size="2" maxlength="2" />
        </div></td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td colspan="2">&nbsp;</td>
      </tr>
    </table>
    <table width="624" height="62" border="1" class="est_cont51">
      <caption>
      <span class="Estilo66"><br />
        DATOS CODEUDOR </span>
      </caption>
      <tr>
        <th width="107" height="16" scope="col"><div align="right"><strong>Apellidos y Nombres:</strong></div></th>
        <th width="334" scope="col"><div align="left">
            <input name="apeco" type="text" class="est_cont2" id="apeco" value="<?php echo $apesco ?>" size="66" maxlength="65" />
        </div></th>
        <th width="49" scope="col"><div align="right"><strong>Cedula:</strong></div></th>
        <th width="104" scope="col"><div align="left">
            <input name="cedco" type="text" class="est_cont2" id="cedco" value="<?php echo $cedulaco ?>" size="20" maxlength="20" />
        </div></th>
      </tr>
      <tr>
        <td height="16"><div align="right"><strong>Dreccion :</strong></div></td>
        <td><div align="left">
            <input name="dirco" type="text" class="est_cont2" id="dirco" value="<?php echo $direccionco ?>" size="50" maxlength="50" />
        </div></td>
        <td><div align="right"><strong>Telefono:</strong></div></td>
        <td><div align="left">
            <input name="telco" type="text" class="est_cont2" id="telco" value="<?php echo $telefonoco ?>" size="20" maxlength="20" />
        </div></td>
      </tr>
      <tr>
        <td height="18"><div align="right"><strong>Email:</strong></div></td>
        <td><div align="left">
            <input name="emaco" type="text" class="est_cont2" id="emaco" value="<?php echo $emailco ?>" size="35" maxlength="35" />
        </div></td>
        <td><div align="right"><strong>Celular:</strong></div></td>
        <td><div align="left">
            <input name="celco" type="text" class="est_cont2" id="celco" value="<?php echo $celularco ?>" size="20" maxlength="20" />
        </div></td>
      </tr>
    </table>
    <p>&nbsp;</p>
    <p class="Estilo3">DATOS BASICOS - ENTIDAD LABORAL</p>
    <table width="630" height="253" border="2" cellpadding="1" cellspacing="1" class="est_cont6">
      <tr>
        <th width="68" height="25" scope="col"><div align="right"><strong>Nombre :</strong></div></th>
        <th colspan="3" scope="col"><label> </label>
            <div align="left">
              <input name="nomem" type="text" class="sol_cre11" id="nomem" value="<?php echo $nombreem ?>" size="60" maxlength="55" />
          </div></th>
        <th width="92" scope="col"><div align="right"><strong>Nit :</strong></div></th>
        <th width="133" scope="col"> <div align="left">
            <input name="nitem" type="text" class="sol_cre11" id="nitem" value="<?php echo $nitem2 ?>" size="25" maxlength="22" />
        </div></th>
      </tr>
      <tr>
        <td><div align="right"><strong>Direccion :</strong></div></td>
        <td colspan="3"><div align="left">
            <input name="direm" type="text" class="sol_cre11" id="direm" value="<?php echo $direccionem ?>" size="60" maxlength="55" />
        </div></td>
        <td><div align="right"><strong>Ciudad :</strong></div></td>
        <td><div align="left"><span class="Estilo54">
          <input name="ciuem" type="text" class="sol_cre11" id="ciuem" value="<?php echo $ciudadem ?>" size="25" maxlength="22" />
        </span></div></td>
      </tr>
      <tr>
        <td><div align="right"><strong>Telefono :</strong></div></td>
        <td width="69"><div align="left">
            <input name="telem" type="text" class="sol_cre11" id="telem" value="<?php echo $telefonoem ?>" size="12" maxlength="12" />
        </div></td>
        <td width="79"><div align="right"><strong>E-mail:</strong></div></td>
        <td width="154"><div align="left">
            <input name="emaem" type="text" class="sol_cre11" id="emaem" value="<?php echo $emailem ?>" size="29" maxlength="29" />
        </div></td>
        <td><div align="right"><strong>Convenio No:</strong></div></td>
        <td><input name="conv" type="text" class="sol_cre1" id="conv" value="<?php echo $convenio ?>" size="25" maxlength="22" /></td>
      </tr>
      <tr>
        <td colspan="6" bgcolor="#DDFFEF"><div align="center"><strong>&nbsp;INFORMACION CAMARA DE COMERCIO</strong></div></td>
      </tr>
      <tr>
        <td height="25" colspan="2" bgcolor="#E2EDD8"><div align="right"><strong>Registro Mercantil No:</strong></div></td>
        <td bgcolor="#E2EDD8"><div align="left">
            <input name="regem" type="text" class="sol_cre11" id="regem" value="<?php echo $registro_mercantilem ?>" size="14" maxlength="14" />
        </div></td>
        <td bgcolor="#E2EDD8"><div align="right"><strong>Camara Comercio de :</strong></div></td>
        <td colspan="2" bgcolor="#E2EDD8"><div align="left">
            <input name="camem" type="text" class="sol_cre11" id="camem" value="<?php echo $ciudad_camaraem ?>" size="25" maxlength="25" />
        </div></td>
      </tr>
      <tr>
        <td height="25" colspan="2" bgcolor="#E2EDD8"><div align="right"><strong>Representante Legal :</strong></div></td>
        <td colspan="2" bgcolor="#E2EDD8"><div align="left">
            <input name="repem" type="text" class="sol_cre11" id="repem" value="<?php echo $representanteem ?>" size="46" maxlength="45" />
        </div></td>
        <td colspan="2" bgcolor="#E2EDD8">&nbsp;</td>
      </tr>
      <tr>
        <td height="55" colspan="2" bgcolor="#E2EDD8"><div align="right"><strong>Objeto Social :</strong></div></td>
        <td colspan="4" bgcolor="#E2EDD8"><label> <span class="Estilo54">
          <textarea name="objem" id="objem" cols="60" rows="3"><?php echo $objeto_socialem ?></textarea>
        </span> </label></td>
      </tr>
      <tr>
        <td height="27" colspan="6" bgcolor="#E2EDD8"><div align="center">
            <div align="center">
              <input type="radio" name="GrupoOpciones1" value="2" id="GrupoOpciones1_2" />
              <span class="Estilo55">Aprobar</span>
              <input type="radio" name="GrupoOpciones1" value="-1" id="GrupoOpciones1_3" />
              <span class="Estilo55">Rechazar </span>
              <select name="motem" id="motem">
                <option value="0" selected="selected">--SELECCIONE EL MOTIVO--</option>
                <option value="CAPACIDAD DE ENDEUDAMIENTO">CAPACIDAD DE ENDEUDAMIENTO</option>
                <option value="INEXISTENTE RELACION LABORAL">INEXISTENTE RELACION LABORAL</option>
                <option value="INEXACTITUD BANCARIA">INEXACTITUD BANCARIA</option>
              </select>
            </div>
        <label></label></td>
      </tr>
    </table>
    <p class="Estilo3">&nbsp;</p>
    <p>
      <input name="enviar" type="submit" class="col_cre2" id="enviar" value="Enviar" />
    </p>
  </div>
</form>
</body>
</html>