﻿ <!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <title>Belnor</title>
    <link rel="stylesheet" href="estilos.css">
</head>

<body>

<div class="contenedor" style="text-align:center;">

    <!-- LOGO -->
    <img src="images/logo_belnor_2026.jpg" width="260" height="112">

    <!-- IMAGEN PRINCIPAL -->
    <br>
    <img src="images/cartel ruta_b.jpg" width="1000" height="469">

    <!-- TEXTO PRINCIPAL -->
    <p class="auto-style1 auto-style4">
        Sabemos que elegir el regalo promocional correcto no es fácil,<br>
        por eso te asesoramos desde el primer contacto.<br>
        Ofrecemos productos de calidad para todo tipo de presupuesto,<br>
        precios claros, entregas puntuales y sin sorpresas.<br>
        Trabajamos con empresas que necesitan un proveedor de confianza.<br><br>
    </p>

    <!-- BOTONES -->
    <table align="center" cellspacing="1" style="width: 1000px;">
        <tr>
            <td class="auto-style6"><a class="boton" href="index.html">Inicio</a></td>
            <td class="auto-style6"><a class="boton" href="somos.htm">Somos</a></td>
            <td class="auto-style6"><a class="boton" href="boligrafos/index.html">Productos</a></td>
            <td class="auto-style6"><a class="boton" href="contacto.htm">Contacto</a></td>
        </tr>
    </table>

    <!-- CONTACTO -->
    <p class="texto-grande">
        Rambla Mahatma Gandhi 561 apto. 601<br>
        11.300 Montevideo - Uruguay<br>
        Teléfono: (598) 99 66 29 26
    </p>

    <p class="texto-grande">
        <a href="mailto:ho@belnor.com.uy?subject=inicio">e-mail</a>
    </p>

</div>

</body>
</html>
/* estilos que ya tenés */
/* ... */
/* ... */
/* ... */

/* FRANJA BOLÍGRAFOS */
.franja-boligrafos {
    background-color:#000080;
    color:white;
    padding:20px 0;
    text-align:center;
    width:900px;        /* ANCHO EXACTO QUE PEDISTE */
    margin:0 auto;      /* LA CENTRA */
}
