- <!doctype html>
- <html lang="es">
- <head>
- <meta charset="utf-8" />
- <title>Titulo</title>
- </head>
- <body>
- <div id="centrado">
- <header>
- <hgroup>
- <h1>TITULO</h1>
- <h2>DESCRIPCION DE LA WEB</h2>
- </hgroup>
- <div id="logotipo">LOGOTIPO</div>
- </header>
- <div id="contenido">
- <nav>MENU DE NAVEGACION</nav>
- <aside>ANUNCIO DEL PDF</aside>
- <section id="izquierda">
- <h2>Ultimas Novedades<h2>
- <article>NOVEDAD</article>
- </section>
- <section id="centro">
- <h2>Temas Populares<h2>
- <article>POPULAR</article>
- </section>
- </div>
- <footer>
- <section id="copyright">Copyright</section>
- <section id="contacto">Contacto</section>
- <section id="enlaces">MapaWeb</section>
- </footer>
- </div>
- </body>
- </html>