<!-- 
llamada = "MM_goToURL('self','/cgi-bin/tienda.cgi?inicio&pagina=inicio.htm');return document.MM_returnValue"

function mano(src) {
 src.style.cursor='hand'
}
function flecha(src) {
 src.style.cursor='default'
}

document.write(
'<div id="cabecera" style="position:absolute; left:0px; top:0px; width:100%; height:65px; z-index:2">',
  '<table width="100%" cellspacing="0" cellpadding="0" align="center" height="65" background="images/base_30.jpg" class="negro">',
    '<tr valign="top">',
      '<td height="65" width="400" align="left">&nbsp;</td>',
      '<td height="65" width="384" align="right" onMouseOver="mano(this)" onMouseOut="flecha(this)" onClick="'+llamada+'">&nbsp;</td>',
      '<td height="65" width="*" align="right">&nbsp;</td>',
	'</tr>',
  '</table>',
'</div>' 
)

// -->

