<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>inVIPtus - Fashion & Shopping</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
        <link href="css/estilos.css" rel="styleSheet" type="text/css" />
    </head>

    <body class="inviptus">
        <div class="container">
            <div class="contenedor"></div>
            <div class="contenedor_mantenimiento">
                <form name="country_selector" id="country_selector" method="post" action="index.php">
                    <input type="hidden" name="country" id="country" value="ES" />
                    <table width="500" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                            <tr width="32">
                                <div class="botonPais">
                                    <td class="botonPaisTd">
                                        <a href="#" class="botonES"></a><br />
                                    </td>
                                    <td width="6"></td>
                                    <td>
                                        <span class="txtFormu" country="ES"><br />Por labores de mantenimiento, la web de inVIPtus no está disponible en estos momentos.<br />
                                            En breves instantes volveremos a ofrecerte las mejores ofertas de las grandes marcas de moda.<br />
                                            Disculpa las molestias<br /><br /></span>
                                    </td>
                                </div>
                                </div>
                            </tr>
                            <tr width="52">
                                <div class="botonPais">
                                    <td class="botonPaisTd">
                                        <a href="#" class="botonFR"></a><br />
                                    </td>
                                    <td width="6"></td>
                                    <td>
                                        <span class="txtFormu" country="FR"><br />Le site inVIPtus n'est pas disponible actuellement en raison d'une opération de maintenance.<br />
                                            Veuillez réessayer ultérieurement pour accéder aux meilleures offres des grandes enseignes de la mode.<br />
                                            Nous nous excusons pour tout désagrément occasionné.<br /><br /></span>
                                    </td>
                                </div>
                                </div>
                            </tr>
                            <tr width="32">
                                <div class="botonPais">
                                    <td class="botonPaisTd">
                                        <a href="#" class="botonPL"></a><br />
                                    </td>
                                    <td width="6"></td>
                                    <td>
                                        <span class="txtFormu" country="PL"><br />W chwili obecnej trwają prace nad ulepszeniem witryny InVIPtus.<br />
                                            Zapraszamy do korzystania z najlepszych ofert największych marek mody na stronie InVIPtus już za kilka chwil.<br />
                                            Przepraszamy za wszelkie niedogodności.<br /><br /></span>
                                    </td>
                                </div>
                                </div>
                            </tr>
                            <tr width="32">
                                <div class="botonPais">
                                    <td class="botonPaisTd">
                                        <a href="#" class="botonIT"></a><br />
                                    </td>
                                    <td width="6"></td>
                                    <td>
                                        <span class="txtFormu" country="IT"><br />inVIPtus è attualmente in manutenzione, ci scusiamo per la momentanea interruzione del servizio.<br />
                                            Tra pochi istanti potrete visualizzare le nostre<br />
                                            migliori offerte di moda e design.<br /><br /></span>
                                    </td>
                                </div>
                                </div>
                            </tr>
                            <tr width="32">
                                <div class="botonPais">
                                    <td class="botonPaisTd">
                                        <a href="#" class="botonBR" style="float: left"></a><br />
                                    </td>
                                    <td width="6"></td>
                                    <td>
                                        <span class="txtFormu" country="BR"><br />A página de inVIPtus Brasil está em manutenção.<br />
                                            Dentro de alguns momentos, voltaremos com as melhores oportunidades da moda na internet.<br />
                                            Desculpem as moléstias.<br /><br /></span>
                                    </td>
                                </div>
                                </div>
                            </tr>
                            <tr width="32">
                                <div class="botonPais">
                                    <td class="botonPaisTd">
                                        <a href="#" class="botonMX"></a><br />
                                    </td>
                                    <td width="6"></td>
                                    <td>
                                        <span class="txtFormu" country="MX"><br />Por labores de mantenimiento, la web de inVIPtus no está disponible en estos momentos.<br />
                                            En breves instantes volveremos a ofrecerte las mejores ofertas de las grandes marcas de moda.<br />
                                            Disculpa las molestias<br /><br /></span>
                                    </td>
                                </div>
                                </div>
                            </tr>
                        </tr>
                    </table>
                </form>
            </div>
        </div>

        <script>

            $(document).ready(function () {

                $('.botonPaisTd a').click(function () {
                    $("#country").val($(this).attr("class").substr(5, 2));
                    $('#country_selector').submit();
                });

                $('.txtFormu').click(function () {
                    $("#country").val($(this).attr("country"));
                    $('#country_selector').submit();
                });

            });

        </script>


        <script type="text/javascript">

            var _gaq = _gaq || [];
            _gaq.push(['_setAccount', 'UA-25871342-10']);
            _gaq.push(['_trackPageview']);

            (function () {
                var ga = document.createElement('script');
                ga.type = 'text/javascript';
                ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                var s = document.getElementsByTagName('script')[0];
                s.parentNode.insertBefore(ga, s);
            })();

        </script>
    </body>
</html>