function cabecera()
{   
document.writeln("		<tr>");
document.writeln("	<td height=32 background=http://www.uhu.es/eps/imagenes/fondos/degradado25_50.jpg width=665 colspan=2 bordercolor=#CCCC66 bgcolor=#CCCC66 valign='bottom'>");
<!--document.writeln("	<p align=left class=titprincipal><b>&nbsp;&nbsp;Campus de La Rábida</B></td>");-->
document.writeln("	</tr>            ");
document.writeln("	</table>");

}



function pie()
{  
document.writeln("<tr>");
document.writeln("<td valign=top background=http://www.uhu.es/eps/imagenes/fondos/degradado20.jpg style='font-family: Arial; font-size: 8pt' bgcolor=#cccc66 colspan=5 width=745>");
document.writeln("<table border=0 style='font-family: Arial; font-size: 8pt' width=100%><tr><td><a href=http://www.uhu.es/eps/><font color=#000000></font></a></td><td align=right><a href=mailto:webmaster@eps.uhu.es><font color=#000000>webmaster@eps.uhu.es</a> --- Teléfono 959 217301/02</td></tr></table>");
document.writeln("</td></tr>");
}
 
function pieinicio()
{  
document.writeln("<tr>");
document.writeln("<td valign=top background=http://www.uhu.es/eps/imagenes/fondos/degradado20.jpg style='font-family: Arial; font-size: 8pt' bgcolor=#cccc66 colspan=5 width=745>");
document.writeln("<table border=0 style='font-family: Arial; font-size: 8pt' width=100%><tr><td><a href=http://www.uhu.es/fexp/><font color=#000000></font></a></td><td align=right><a href=webmaster@eps.uhu.es ><font color=#000000>webmaster@eps.uhu.es</a></td></tr></table>");
document.writeln("</td></tr>");
}
 
