session_start();
$idSeccion = (isset($_REQUEST['idS'])) ? intval($_REQUEST['idS']) : 2 ;
include_once("includes/functions.php");
$theSection = detalleSeccion($idSeccion);
?>
include("includes/header.php");?>
Servicios
Inicio / Servicios
include("includes/serviciosTxt.php");?>
include("includes/contactoDatos.php");?>
include("includes/newsletterDes.php")?>
include("includes/noticiasDes.php")?>
include("includes/footer.php")?>