// ----- header3.js ------
// --- a partir de 'body'

// <script language="Javascript">\

var content_precontent='\
<table bgcolor="white" border=0 cellpadding=0 cellspacing=0 width=761> \
<!-- tabla de separacion con el menu superior -->\
	<tr>\
		<td bgcolor="white"><img src="gifs/empty.gif" width="195" height="112" border="0" alt="">&nbsp;</td>\
		<td bgcolor="white" height=38 class="copy" valign="top" align="right" width=566 >&nbsp;</td>\
	</tr>\
</table>\
<table bgcolor="white" border=0 cellpadding=0 cellspacing=0 width=761> \
<!--  Tabla principal el width es para q cuadre con el fondo -->\
<tr><!--Empieza la parte del cuerpo -->\
	<td bgcolor="white" valign="top" width=260 align="left">&nbsp;</td>	\
	<td bgcolor="white" valign="top" width=511 align="left">&nbsp;</td>	\
</tr>\
<tr height=285 align=top valign=top>\
	<td bgcolor="white" align=top width=260><img src="gifs/empty.gif" width="258" height=285 border="0" alt="">&nbsp;</td>\
	<!--Celda principal, dentro contiene el resto de tablas para la informacion -->\
	<td bgcolor="white" width=511><br>\
';



document.write(content_precontent);