3102963068 ventas@masgres.com
0 elementos
Ladrillera Masgres
  • Inicio
  • Productos
    • Adoquines
    • Agregados
    • Bloques
    • Decorativos
    • Fachadas
    • Pisos
    • Placa Fácil
    • Refractarios
    • Rústicos
    • Tejas
  • Proyectos
  • Nosotros
  • Contacto
Seleccionar página
Inicio / Catálogo de Productos

Catálogo de Productos

  • Adoquines

    Adoquines (7)

  • Agregados

    Agregados (6)

  • Bloques

    Bloques (3)

  • Decorativos

    Decorativos (3)

  • Fachadas

    Fachadas (21)

  • Pisos

    Pisos (8)

  • Placa Fácil

    Placa Fácil (1)

  • Refractarios

    Refractarios (2)

  • Rústicos

    Rústicos (5)

  • Tejas

    Tejas (7)

  • Inicio
  • Productos
  • Proyectos
  • Nosotros
  • Contacto
// Add A Dynamic Year In Divi Footer Copyright var beg_year = 2014; // Year site went live var this_year = new Date(); // Get current date var copyright_text = ' Ladrillera Masgres | Derechos Reservados '; var developed_by = '| Diseñado con ❤️ por Ferney Niño'; // Developer info this_year = this_year.getFullYear(); if(this_year > beg_year) { var year = beg_year + ' - ' + this_year; } else { var year = this_year; } jQuery(function($){ $('#footer-info').html('© ' + year + ' ' + copyright_text + ' ' + developed_by ); });