File: /home/asjudine/public_html/comercial/tipo_solicitud.php
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Seleccion Tipo de Solicitud</title>
<style>
*{margin: 0;padding: 0;}
body{background-image:url(../ELEMENTS/fondo.jpg);font-family:Geneva, Arial, Helvetica, sans-serif;}
.header {background-color: #B7271F; text-align: center;}
.cerrarsesion{width: auto;height: 20px;background-color: #DBD8C9;color: #000;font-size: 13px;position:absolute;top: 15px;right:10px;z-index:0;padding: 10px;border-radius: 10px;cursor: pointer;}
.titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
table{margin: 0 auto;border: 8px solid #bebebe;}
.divirmenu{text-align: center;}
.irmenu{width: 200px;background-color: #1c4fa0;color: #fff; padding: 4px;border-radius: 6px;margin-top: 5px;margin-bottom: 5px;}
.irmenu:hover{background-color: #67a0d9; color: #000;}
.fecha{background-color: #d6e08b; padding: 2px;color: #000;font-size: 15px; text-align: center;}
td{padding: 1px; border: 1px solid #a0a0a0;}
.td{background-color: #e5e5e5; padding: 1px 30px;color: #00135F;font-size: 14px;font-weight: 600; text-align: center;}
.boton1{width:30%;background-color: #ffffff;color: #000;padding: 2px;border:2px solid #580000;border-radius:10px;}
.boton1:hover{background-color: #6f0000;color: #fff;cursor: pointer;}
input[type=text]{border-radius: 5px; padding: 3px;background-color: #fffde8;}
.boton{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 600; padding: 5px; background-color: #fffbe8; cursor: pointer; text-align: left; padding-left: 20px;}
.boton:hover{background-color: #4d598b;color: #fff;}
.Rojo {color: #FF0000}
</style>
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>
<body>
<div class="header">
<a href="../index.php"><img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70"></a>
</div>
<h3 class="titulo">SOLICITUDES CREDITO</h3>
<form action="" method="post" name="form" class="provd" id="form">
<div>
<table width="550" border="2" cellpadding="3" cellspacing="3" class="campo1">
<tr>
<td class="td">Seleccione "<span class="Rojo">el tipo de solicitud</span>" para continuar</td>
<td class="td" width="224"><select name="menu1" onchange="MM_jumpMenu('parent',this,0)">
<option value="0" selected="selected">--SELECCIONE TIPO--</option>
<option value="ingresar_nuevo_empleado_publico.php">EMPLEADOS PUBLICOS</option>
<!--<option value="busqueda_empleados_empresa_privada.php">EMPRESA PRIVADA</option>-->
<option value="tipo_solicitud_condicion_empresarial.php">EMPRESA PRIVADA</option>
<option value="busqueda_empleados_nuevo_empresa_privada.php">EMPLEADOS EMPRESA PRIVADA</option>
<option value="busqueda_per.php">PERSONAS INDEPENDIENTES</option>
<!-- <option value="../busqueda_jur.php">PERSONAS JURIDICAS</option> -->
<!--<option value="../ingresar_contrato_bonificacion.php">BONIFICACION JUDICIAL</option>
<option value="../ingresar_contrato_litis.php">LITIS ESPECIFICO</option>
<option value="../ingresar_contrato_litis_ipc.php">LITI I.P.C.</option>
<option value="../ingresar_contrato_litis_sfm.php">LITI S.F.M.</option> -->
<option value="ingresar_contrato_bono_pensional.php">CONTRATOS A CUOTA LITIS</option>
</select></td>
</tr>
</table>
<p>
<center><input name="menu2" type="button" class="irmenu" onClick="window.location.href='menu_solicitud_credito.php'" value="IR AL MENU"> </center>
</p>
</div>
</form>
</body>
</html>