});
</script>


<link rel="stylesheet" type="text/css" media="screen" href="css/excite-bike/jquery-ui-1.8.16.custom.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" />

</head>

<?php 
if ($_GET['accion'] == 'buscar') {
    $readonly = "readonly=readonly";
    include_once '../controller/class_nomina.php';
    $empresa = new empresa();
    $rut = $_POST['rutt'];
    $r = $empresa->getEmpresaByRut($rut);
    $fila = mysql_fetch_object($r);
    $rut = $fila->rut;
    $contacto_capacitacion = $fila->contacto_capacitacion;
    $nombre_rrhh = $fila->nombre_rrhh;
    $nombre = $fila->nombre;
    $telefono_1 = $fila->telefono_1;
    $fono_rrhh = $fila->fono_rrhh;
}
?>


<body onLoad="document.frmInstitucion.id_institucion.focus();">

<br>
<fieldset><legend class="texto_adm_negrita">Institución</legend>