function acceso_empleados()
{
	
var texto = "<table border='0' cellspacing='0' cellpadding='0' align='center'>";
texto = texto + "<tr>";
texto = texto + "<td width='6' height='6' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_izq_sup.gif\'></td>";
texto = texto + "<td width='200'height='6' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_centro_sup.gif\'></td>";
texto = texto + "<td width='6' height='6' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_der_sup.gif\'></td>";
texto = texto + "</tr>";
texto = texto + "<tr>";
texto = texto + "<td width='6' height='1' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_centro_izq.gif\'></td>";
texto = texto + "<td width='200'>";
texto = texto + "<table border='0' cellspacing='0' cellpadding='0' width='100%' class='FondoTablaVerde'>";
texto = texto + "<tr>";
texto = texto + "<td>";
texto = texto + "<form name='formulario' method='post' action='redireccion_Brokers.asp'>";
texto = texto + "<table border='0' cellspacing='0' cellpadding='0'  width='100%' height='136' valign='center'>";
texto = texto + "<tr>";
texto = texto + "<td colspan='2' class='subtit_det_prod'>&nbsp;&nbsp;&nbsp;Acceso Empleado</td>";
texto = texto + "</tr>";
texto = texto + "<tr>";
texto = texto + "<td colspan='2' align='center'><img src='"+ RUTA_PAG + "imagenes/linea_menu_lat.gif\'></td>";
texto = texto + "</tr>";
texto = texto + "<tr>";
texto = texto + "<td>";
texto = texto + "<table border='0' cellpadding='0' cellspacing='0' width='100%' align=center >";
texto = texto + "<tr>";
texto = texto + "<td align='right' class='text_det_prod'>&nbsp;Rut</td>";
texto = texto + "<td>&nbsp;:&nbsp;<input class='input_home' name='rut' id='rut' size='11' maxlength='13' tabindex='1' ></td>";
texto = texto + "</tr>";
texto = texto + "<tr>";
texto = texto + "<td align='right' class='text_det_prod'>&nbsp;Clave</td>";
texto = texto + "<td>&nbsp;:&nbsp;<input class='input_home' type='password' name='clave' size='11' maxlength='13' tabindex='2' ></td>";
texto = texto + "</tr>";
texto = texto + "</table>";
texto = texto + "</td>";
texto = texto + "<td align='center' valign='center'><img src='"+ RUTA_PAG + "imagenes/botones/btn_ingresar.gif\' border='0'>&nbsp;</td>";
texto = texto + "</tr>";
texto = texto + "<tr>";
texto = texto + "<td colspan='2' height='15' class='texto_azul'>¿Olvidó su Clave? Ingrese aquí</td>";
texto = texto + "</tr>";
texto = texto + "</table>";
texto = texto + "</form>";
texto = texto + "</td>";
texto = texto + "</tr>";
texto = texto + "</table>";
texto = texto + "</td>";
texto = texto + "<td width='6' height='1' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_centro_der.gif\'></td>";
texto = texto + "</tr>";
texto = texto + "<tr>";
texto = texto + "<td width='6' height='6' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_izq_inf.gif\'></td>";
texto = texto + "<td width='200' height='6' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_centro_inf.gif\'></td>";
texto = texto + "<td width='6' height='6' background='"+ RUTA_PAG + "imagenes/tabla/rec_lat_der_inf.gif\'></td>";
texto = texto + "</tr>";
texto = texto + "</table>";
return texto;
}



