//
//- Hoja de estilos Diputacion de Salamanca (Internet-Areas)
//
//- Mod: JAC 26/6/2000-
//

//============= Estilo ====================
function fEstilo() {
   document.writeln("<BASE href=http://www.lasalina.es/usr/hdonantes/>");

   document.writeln("<style><!--");
//   document.writeln("body {font-family:Arial,Verdana;font-size:8px;}");
   document.writeln("A:visited {text-decoration:underline; color:blue;}");
   document.writeln("A:link {text-decoration:underline; color:blue;}");
   document.writeln("A:hover {text-decoration:bold; color:red;}");
   document.writeln("H1{ font-family: ARIAL; color: rgb(0,0,155) }");
   document.writeln("H2{ font-family: ARIAL; color: rgb(0,0,155) }");
   document.writeln("H3{ font-family: ARIAL; color: rgb(0,0,155) }");
   document.writeln("H4{ font-family: ARIAL; color: rgb(0,0,155) }");
   document.writeln("H5{ font-family: ARIAL; color: rgb(0,0,155) }");
   document.writeln("--></style>");
};

//============= Cabecera de Pagina ====================
function fCabecera(a) {
   document.writeln("<table border='0'>");
   document.writeln("<tr><td>");
   document.writeln("<a HREF='index.html'>");
   document.writeln("  <img SRC='img/titulo2a.gif' BORDER='0' align='left' width='66' height='82'>");
   document.writeln("  <img SRC='img/titulo2b.gif' BORDER='0' align='left' width='260' height='82'></td></a>");
   if (a) document.writeln("  <td valign='bottom' nowrap><h2>" + a + "</td>");
//   document.writeln("  <td>&nbsp;&nbsp;&nbsp;<img SRC='img/feliznavidad.gif' BORDER='0'></td>");
   document.writeln("  </tr>");
   document.writeln("</table>");
   document.writeln("<img SRC='img/linea1.gif' BORDER='0' width='100%' height='4'>");
};

//============= Pie de Pagina ====================
function fPie() {

   document.writeln("<br><img SRC='img/linea1.gif' BORDER=0 width=100% height=4><br><br>");
   document.writeln("<a HREF='javascript:window.history.back()'>");
   document.writeln("<img src='img/retroceder.gif' alt='Retroceder' border=0 align='middle' WIDTH=109 HEIGHT=25></a><br>");
};
//================================================
