

<!---  // Biblioteca de Manejo de Impresion de Header

function print_main_header_spa ()
{
	document.writeln("<TABLE CELLPADDING='0' CELLSPACING='0' BORDER='0'>");

	document.writeln("<TR>");
	document.writeln("	<TD>");
	document.writeln("		<IMG SRC='img/d_main_header_up_botonera_spa.gif'><BR>");
	document.writeln("	</TD>");
	document.writeln("</TR>");

	document.writeln("<TR>");
	document.writeln("	<TD>");
	document.writeln("	  <MAP NAME='barra'>");
	
	document.writeln("			<AREA SHAPE='rect' COORDS='337,6,386,23' HREF='index_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='392,6,479,23' HREF='who_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='485,6,548,23' HREF='companies_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='554,6,614,23' HREF='products_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='620,6,668,23' HREF='news_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='674,6,746,23' HREF='contact2_e.htm' >");

	document.writeln("			<IMG SRC='img/d_main_header_botonera_spa.gif' BORDER='0' USEMAP='#barra'><BR>");

	document.writeln("		</MAP>");
	document.writeln("	</TD>");
	document.writeln("</TR>");
	document.writeln("</TABLE>");
}

function print_main_header_alt_spa ()
{

	document.writeln("<TABLE CELLPADDING='0' CELLSPACING='0' WIDTH='788' BORDER='0' VALIGN='middle'>");
	document.writeln("<TR VALIGN='center'>");
	document.writeln("	<TD VALIGN='middle'>");
	document.writeln("	<TD VALIGN='middle'>");
	document.writeln("			<IMG SRC='img/d_index_tierra.gif' BORDER='0'>");
	document.writeln("	</TD>");
	document.writeln("	<TD VALIGN='middle'>");

	document.writeln("	  <MAP NAME='barra'>");

	document.writeln("			<AREA SHAPE='rect' COORDS='3,50,79,68' HREF='index.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='92,50,168,68' HREF='index_e.html' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='306,51,393,67' HREF='who_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='399,51,462,67' HREF='companies_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='468,51,528,67' HREF='productos_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='534,51,582,67' HREF='news_e.htm' >");
	document.writeln("		  <AREA SHAPE='rect' COORDS='588,51,660,67' HREF='contact2_e.htm' >");

	document.writeln("			<IMG SRC='img/d_main_header_spa.gif' BORDER='0' USEMAP='#barra'>");

	document.writeln("		</MAP>");

	document.writeln("	</TD>");
	document.writeln("	<TD WIDTH='52'>");
	document.writeln("	</TD>");
	document.writeln("</TR>");
	document.writeln("</TABLE>");

}

function print_main_header_old_spa ()
{

	document.write("<TABLE WIDTH='770' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_main_header_title.gif'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");

	document.write("<TABLE WIDTH='770' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD ALIGN='right'>");
	document.write("			<A HREF='index.html' CLASS='LinkHeader'>Home</A>&nbsp;·");
	document.write("			<A HREF='h_sobrenosotros_spa.html' CLASS='LinkHeader'>Sobre Nosotros</A>&nbsp;·");
	document.write("			<A HREF='h_companias_spa.html' CLASS='LinkHeader'>Compañías</A>&nbsp;·");
	document.write("			<A HREF='h_productos_spa.html' CLASS='LinkHeader'>Productos</A>&nbsp;·");
	document.write("			<A HREF='h_noticias_spa.html' CLASS='LinkHeader'>Noticias</A>&nbsp;·");
	document.write("			<A HREF='h_contactenos_spa.html' CLASS='LinkHeader'>Contáctenos</A>");
	document.write("		</TD>");
	document.write("		<TD ALIGN='right' WIDTH='109'>");
	document.write("			<IMG SRC='img/d_main_header_linksrest.gif'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");

	document.write("<TABLE WIDTH='770' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_main_header_tail.gif'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");

}