a:active {
	color: #006699;
}

-->
</style>
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
<link href="../shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/ventanas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/cabecera.css" rel="stylesheet" type="text/css">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php 
require_once "class_folder/sigesp_ins_c_reprocesar_comprobantes.php";
$io_reprocesar = new sigesp_ins_c_reprocesar_comprobantes();
$ls_sistema = "";
$ls_operacion = "NUEVO";
$lb_valido = false;
if (array_key_exists("operacion", $_POST)) {
    if (array_key_exists("cmbsistema", $_POST)) {
        $ls_sistema = $_POST["cmbsistema"];
    }
    $ls_operacion = $_POST["operacion"];
}
if ($ls_operacion == "EJECUTAR") {
    switch ($ls_sistema) {
        case "SEP":
            // Sistema de Solicitud de Ejecución Presupuestaria
            $lb_valido = $io_reprocesar->uf_reprocesar_fecha_comprobante_sep($la_seguridad);
            break;
	color: #006699;
}

-->
</style>
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
<link href="../shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/ventanas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/cabecera.css" rel="stylesheet" type="text/css">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
</head>

<body>
<?php 
require_once "class_folder/sigesp_ins_c_reprocesar_comprobantes.php";
$io_reprocesar = new sigesp_ins_c_reprocesar_comprobantes();
$ls_sistema = "";
$ls_operacion = "NUEVO";
$lb_valido = false;
if (array_key_exists("operacion", $_POST)) {
    if (array_key_exists("cmbsistema", $_POST)) {
        $ls_sistema = $_POST["cmbsistema"];
    }
    $ls_operacion = $_POST["operacion"];
}
if ($ls_operacion == "EJECUTAR") {
    switch ($ls_sistema) {
        case "SCB":
            // Sistema de Caja y Banco
            $lb_valido = $io_reprocesar->uf_reprocesar_comprobantes_scb($la_seguridad);
            break;