2019-02-07 20:37:12 -06:00
|
|
|
<?php
|
|
|
|
|
include("componentes/header.php");
|
|
|
|
|
include("componentes/carrusel.php");
|
2019-02-08 16:28:09 -06:00
|
|
|
echo "<br><br>";
|
|
|
|
|
include("componentes/novedades.php");
|
2019-02-08 15:45:36 -06:00
|
|
|
include ("componentes/socialmedia.php");
|
2019-02-08 16:28:09 -06:00
|
|
|
echo "<br><br><br>";
|
2019-02-07 20:37:12 -06:00
|
|
|
include("componentes/footer.php");
|