

function cabecera()
{
 		
	rdata='<table align=center width=785>';
    	rdata+='<tr><td colspan=6 align=right><img src="imagenesDef/Encabezado 01_comp.jpg" border="0">'; 	
	rdata+='</td></tr><tr height=30>';
	rdata+='<td class="mv_off" onmouseover="this.className=\'mv_on\';" onmouseout="this.className=\'mv_off\';">';
	rdata+='<a class="encab" hREF="Principal2.html">Inicio</A></td>';
	rdata+='<td class="mv_off" onmouseover="this.className=\'mv_on\';" onmouseout="this.className=\'mv_off\';">';
	rdata+='<a class="encab" hREF="Pres_Historia.html">Presentación del Club</A></td>';
	rdata+='<td class="mv_off" onmouseover="this.className=\'mv_on\';" onmouseout="this.className=\'mv_off\';">';
	rdata+='<a class="encab" hREF="Remo_Orig.html">Qué es el Remo</A></td>';
	rdata+='<td class="mv_off" onmouseover="this.className=\'mv_on\';" onmouseout="this.className=\'mv_off\';">';
	rdata+='<a class="encab" hREF="enConstruccion.html">Noticias destacadas</A></td>';
	rdata+='<td class="mv_off" onmouseover="this.className=\'mv_on\';" onmouseout="this.className=\'mv_off\';">';
	rdata+='<a class="encab" hREF="enConstruccion.html">Enlaces de interés</A></td>';
	rdata+='<td class="mv_off" onmouseover="this.className=\'mv_on\';" onmouseout="this.className=\'mv_off\';">';
	rdata+='<a class="encab" hREF="sinCargar.html">Álbum de fotos</A></td></tr>';
	
	
   	

	rdata+='<tr ><td colspan=4 >';
	rdata+='<form height=28' ;
rdata+=' action="Resultado_busq.html?q=remo&sa=Buscar+en+esta+web&cx=012888758138647861789%3Azefhrgfsznq&cof=FORID%3A11" id="searchbox_012888758138647861789:zefhrgfsznq">';
	rdata+='<input type="text" value="" name="q" size="25" />';
	rdata+='<input type="submit" name="sa" value="Buscar en esta web" />';
	rdata+='<img src="imagenesDef/goog.gif"alt="Google" align="middle" />';
	rdata+='<input type="hidden" name="cx" value="012888758138647861789:zefhrgfsznq" />';
	rdata+='<input type="hidden" name="cof" value="FORID:11" />';
	rdata+='</form>	</td>	<td colspan=2 class="mh2">';
	rdata+='<A HREF="Principal2.html"><img src="imagenesDef/bandEsp_peq.jpg" border="0" align="middle"/>';
	rdata+='</A>&nbsp; &nbsp; Castellano	&nbsp; &nbsp;';
	rdata+='<A HREF="underConstruction.html"><img src="imagenesDef/bandIng_peq.jpg" border="0" align="middle"/>';
	rdata+='</A>&nbsp; &nbsp; English version</td>   </tr></table>';	
return rdata;
	

	
}




