function cabecera()
{   
document.writeln("		<tr>");
document.writeln("	<td height=32 background=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;Facultad de Ciencias Empresariales</B></td>");
document.writeln("	</tr>            ");
document.writeln("	</table>");

}

function pie()
{  
document.writeln("<tr>");
document.writeln("<td valign=top background=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 align=center><font color=#000000>&nbsp;&nbsp;Facultad de CC. Empresariales. Plaza de la Merced, 11. 21071 Huelva.   Tfno. 959217801. Fax 959217827.  secretaria@femp.uhu.es</font></td></tr></table>");
document.writeln("</td></tr>");
}
 
 
function pieinicio()
{  
document.writeln("<tr>");
document.writeln("<td valign=top background=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=default.htm><font color=#000000></font></a></td><td align=right><a href=mailto:XXXXXXXXX_40uhu.es ><font color=#000000>XXXXXXXXX@uhu.es</a></td></tr></table>");
document.writeln("</td></tr>");
}
 
