 document.writeln("<style type=\"text/css\">")
 document.writeln (" #wrapper {text-align: left; }")
 document.writeln(" #wrapper h1{ margin:0; padding: 0; }")
 document.writeln(" #wrapper hr{display:none;}")
 document.writeln(" #navigj  {margin-bottom: 0px; min-height: 3em;background:#ffffff;} ")
 document.writeln(" * html #navigj { height: 3em; }")
  document.writeln(" #header hr{display:none;}")
  document.writeln("#navigj li {margin-left:1px; float:left;text-align: center;color: #fff;font-size: 1.2em; width:145px;}")
   document.writeln("#navigj li.itemA {margin-left:1px; float:left;text-align: center;color: #fff;font-size: 1.2em; width:200px;}")
      document.writeln("#navigj li.itemB {margin-left:1px; float:left;text-align: center;color: #fff;font-size: 1.2em; width:105px;}")
            document.writeln("#navigj li.itemC {margin-left:1px; float:left;text-align: center;color: #fff;font-size: 1.2em; width:170px;}")
             document.writeln("#navigj li.itemD {margin-left:1px; float:left;text-align: center;color: #fff;font-size: 1.2em; width:165px;}")
 document.writeln("#navigj li a {display:block;		padding:6px;		text-decoration:none;		text-align:center;		color:#FFFFFF;		background-color:#006337;} ")
 document.writeln("#navigj li a:hover {text-decoration: none; background: transparent url('http://www.adif.es/es_ES/img/backHoverNavigation.gif') repeat-x 0 0;}")
 document.writeln("</style>");

document.writeln(" <div id=\"wrapper\">")
                document.writeln("<div id=\"header3\">")
                    document.writeln("<div id=\"logo\">")
                        document.writeln("<a href=\"http://www.adif.es\" title=\"Inicio\">")
                            document.writeln("<img alt=\"Adif - Abrimos caminos\" src=\"http://www.adif.es/es_ES/img/imgLogo.jpg\" />")
                            document.writeln("</a>")
                        document.writeln("</div>")
                    document.writeln("</div>")
                document.writeln("<hr/>")
                document.writeln("<div id=\"navigj\">")
                    document.writeln("<ul>")
                          document.writeln("<li class=\"itemB\">")
                            document.writeln("<a href=\"http://www.adif.es/es_ES/conoceradif/conoceradif.shtml\">Conocer Adif</a>")
                            document.writeln("</li>")
                        document.writeln("<li class=\"itemA\">")
                            document.writeln("<a href=\"http://www.adif.es/es_ES/infraestructuras/infraestructuras.shtml\">Infraestructuras y estaciones</a>")
                            document.writeln(" </li>")
              document.writeln("<li class=\"itemC\">")
                            document.writeln("<a href=\"http://www.adif.es/es_ES/compromisos/compromisos.shtml\">Nuestros compromisos</a>")
                            document.writeln("</li>")
               document.writeln("<li class=\"itemB\">")
                            document.writeln("<a href=\"http://www.adif.es/es_ES/ocio_y_cultura/ocio_y_cultura.shtml\">Ocio y Cultura</a>")
                            document.writeln("</li>")
                     document.writeln("<li class=\"itemD\">")
                            document.writeln("<a href=\"http://www.adif.es/es_ES/comunicacion_y_prensa/comunicacion_y_prensa.shtml\">Comunicaci&oacute;n y Prensa</a>")
                            document.writeln(" </li>")
                            document.writeln("<li class=\"itemD\">")
                            document.writeln("<a href=\"http://www.adif.es/es_ES/empresas_servicios/empresas_servicios.shtml\">Empresas y Servicios</a>")
                            document.writeln(" </li>")
                        document.writeln("</ul>")
                    document.writeln("</div>")
                document.writeln("</div>")
