// JavaScript Document
document.write("<table width=760  align=right border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td width=100 align=right></td>")
document.write("<td width=500><table align=right border=0 cellspacing=2 cellpadding=0><tr><td class=fecha width=80><strong>")
var mydate=new Date();
var year=mydate.getYear();
if (year < 1000)
year+=1900;
var day=mydate.getDay();
var month=mydate.getMonth()+1;
if (month<10)
month="0"+month;
var daym=mydate.getDate();
if (daym<10)
daym="0"+daym;
document.write(""+daym+" | "+month+" | "+year+"")
document.write("</strong></td><td width=2 class=fecha> | <td width=18><a  href=ingles/index.htm><img src=IMAGES/flag.gif width=12 height=9 border=0></a></td>")
document.write("<td width=5></td>")
document.write("<td width=60 align=left><a href=javascript:print(); onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image20','','IMAGES/imprimir_f2.jpg',1)><img src=IMAGES/imprimir.jpg name=Image20 alt=Imprimir width=20 height=15 border=0></a><a href=contactenos.asp onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image21','','IMAGES/enviar_f2.jpg',1)><img src=IMAGES/enviar.jpg name=Image21 alt=Recomendar a un Amigo width=20 height=15 border=0></a><a href=javascript:window.external.AddFavorite('http://www.litho-media.com','ITMedia');  onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image22','','IMAGES/favoritos_f2.jpg',1)><img src=IMAGES/favoritos.jpg name=Image22 alt=Favoritos width=20 height=15 border=0></a></td></tr></table></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td><a href=index.htm><img src=IMAGES/top1.gif width=299 height=69 border=0></a></td>")
document.write("<td><img src=IMAGES/top2.gif width=461 height=69 border=0 usemap=#Map class=nomouse></td>")
document.write("</tr>")
document.write("</table>")
document.write("<map name=Map><area shape=poly coords=382,29,401,44,428,21,407,10 href=http://www.google.com target=_blank class=nomouse></map>")
