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/www/apostventas/menu_area_recepcion.php
<!DOCTYPE HTML>
<html>
<head>
<title>AREA RECEPCION</title>
<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">
<style type="text/css">
    *{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: 1px 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: 0px; border: 0px solid #a0a0a0;}
    .td{background-color: #e5e5e5; padding: 0px 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: 500; padding: 4px; background-color: #fffbe8; cursor: pointer; text-align: left; padding-left: 20px;}
    .boton:hover{background-color: #4d598b;color: #fff;}
	
	.titulos{color: red; font-size: 14px; font-weight: 300; }
</style>

</head>
<body>
<header>
    <img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<h3 class="titulo">MENU AREA DE RECEPCION</h3>

<form action="" method="post" name="formulario" >
<!--<br>
  <center class="Estilo1">MENU AREA RECEPCION</center>
<br>-->  

<legend class="titulos" align="center">Consulta Cobranzas</legend>
<table width="341" border="0" align="center" >
 
     <tr>
        <!--<td><center><span class="label" ><?php echo "<a href='consulta_gen_cob_recepcion.php'>Consulta General Cobranzas Vigentes</a>" ?></span></center></td> -->
        <td><input type="button" class="boton" onclick="location.href='consulta_gen_cob_recepcion.php';" value="Consulta General Cobranzas Vigentes" /></td>
      </tr>
    </table>
	</fieldset>
   
<legend class="titulos" align="center">Recepcion Documentos</legend>   
<table width="341" border="0" align="center">
  

<tr>   
	<!--<td bgcolor="#000000" ><center><span class="label" ><?php echo "<a href='consulta_informacion_documentos_recepcion.php'>Ingresar Informacion Documentacion</a>" ?></span></center></td> -->
    <td><input type="button" class="boton" onclick="location.href='consulta_informacion_documentos_recepcion.php';" value="Ingresar Informacion Documentacion" /></td>
</tr>
      
<tr>   
	<!--<td bgcolor="#000000" align="left"><center><p class="label"><?php  
	 echo "<a href='consulta_informacion_documentacion_recepcion.php'>Consulta Informacion Documentos Aportados</a>" ?></p>
     </center></td>-->
     <td><input type="button" class="boton" onclick="location.href='consulta_informacion_documentacion_recepcion.php';" value="Consulta Informacion Documentos Aportados" /></td>
</tr>

</table>
 
  
 

<p align="center">
<input name="button3" type="button" class="irmenu" onClick="window.location.href='../menu_admin.php'" value="Regresar Al Menu Principal">
</p>
	
</form>
</body>
</html>