<!--
/*
Pagina			: c_portal_empresas.js
Propósito		: Javascript que presenta imagen inferior para la publicidad del portal empresas.
Fecha Creación	: 10/09/2005
Autor			   : Claudio Correa
Empresa			: Anticipa S.A.

Modificacion		: M001
Fecha Modificacion	: 13/08/2008
Autor				: Nataly Muñoz.
Empresa				: ANTICIPA
Objetivo			: Se cambio estilo al potal empresas. 

Modificación       : M002
Fecha Modificación : 27/11/2009
Autor              : Yasna Olmos A.
Empresa            : Anticipa S.A.
Objetivo           : Se comenta la fila en la tabla de Portal Empresas para alinear el Banner Gigante.
*/
	/* M001 */
	document.write('<table width="140" border="0" cellspacing="0" cellpadding="0" valign="top">');
	/* Inicio M002 */
	/* document.write('<tr>');
	   document.write('<td><img src="images/spacer.gif" width="1" height="5" /></td>');
	   document.write('</tr>'); */
	/* Fin M002 */
	document.write('<tr>');
	document.write('<td><table width="140" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td background="NP/images/leng_izq.jpg"><table width="95%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td><p><strong>Portal Empresas</strong></p></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="27"><table width="136" border="1" cellpadding="0" cellspacing="0" bordercolor="#C0C0C0" bgcolor="#DFE1E3"');
	document.write('<tr>');
	document.write('<td><table width="136" height="25" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td colspan="2" valign="top" border="0"><a href="http://www.servipagempresas.cl"><img src="NP/images/portal_empresas_completo.jpg" width="135" height="121" border="0"></a></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td>');
	/* fin */
	//document.write('</td>');
	//document.write('</tr>');
	//document.write(' <tr>');
	//document.write('<td>');
	/*document.write('<table width="140" border="0" cellpadding="0" cellspacing="0" id="lateral">');
	document.write('<tr>');
	document.write('<td><img src="images/spacer.gif" width="1" height="5" /></td>');
	document.write('</tr>');
	document.write('	<tr>');
	document.write('<td background="images/leng_izq.jpg"><table width="95%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write(' <td><p><strong>Portal Empresas</strong></p></td>');
	document.write('</tr>');
	document.write('  </table>');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('  <td height="27"><table width="136" border="0" cellpadding="0" cellspacing="0" bordercolor="#C0C0C0" bgcolor="#DFE1E3">');
	document.write('<tr>');
	document.write('  <td><table width="136" height="25" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td colspan="2" valign="top" border="0"><a href="http://www.servipagempresas.cl"><img src="images/portal_empresas_completo.jpg" width="135" height="121" /></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('</table>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td>');*/
//-->
