<link rel="stylesheet" href="Style/bootstrap.min.css" />
    <link rel="stylesheet" href="Style/bootstrap-theme.min.css" />
    <link rel="stylesheet" href="Style/marcel.css" />
</head>
<?php 
include "header.php";
?>
<div class = "contenedor">

        <div class = "datos">

<?php 
$select = $_GET['id'];
$i = 0;
$contador = 0;
$producto = ProductoManager::findForID($select);
$talla = Talla_manager::findForSelectID($select);
$color = ColorManager::findForSelectID($select);
?>


            <section class = "informacion">
                <article class = "zoomImage">
                     <?php 
include "carousel2.php";
?>
                </article>

                <article class = "descriptionImage">
                    <?php 
// ----------------------------------------------------------------------PRODUCTO -------------