-->
</style>
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="js/funcion_nomina.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="../shared/js/number_format.js"></script>
<link href="css/nomina.css" rel="stylesheet" type="text/css">
<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("sigesp_sno_c_impexpdato.php");
	$io_impexpdato=new sigesp_sno_c_impexpdato();
	uf_limpiarvariables();
	switch ($ls_operacion) 
	{
		case "PROCESAR":
			$ls_arctxt=$HTTP_POST_FILES["txtarctxt"]["name"]; 
			$ls_tiparctxt=$HTTP_POST_FILES["txtarctxt"]["type"]; 
			if($ls_tiparctxt=="text/plain")
			{
				$lb_valido=$io_impexpdato->uf_importardatos_ipasme($ls_arctxt,$la_seguridad);
			}
			else
			{
				$io_impexpdato->io_mensajes->message("Tipo de archivo inválido. Solo se permiten archivos TXT.");
			}
			break;
-->
</style>
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="js/funcion_nomina.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="../shared/js/number_format.js"></script>
<link href="css/nomina.css" rel="stylesheet" type="text/css">
<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("sigesp_sno_c_impexpdato.php");
	$io_impexpdato=new sigesp_sno_c_impexpdato();
	require_once("../shared/class_folder/grid_param.php");
	$io_grid=new grid_param();
	uf_limpiarvariables();
	switch ($ls_operacion) 
	{
		case "PROCESAR":
			$ls_accion=$_POST["accion"];
			switch($ls_accion)
			{
				case "1":// Importar Datos
					$ls_titletable="Campos";
					$li_widthtable=500;
					$ls_nametable="grid";
					$lo_title[1]="Código";
					$lo_campos[1][1]="";