

<!DOCTYPE html>

<html>
<head runat="server">
    <meta name="viewport" content="width=device-width" />
    <link href="/Content/Fonts/FontsStylesheet?v=FQymVzBfLcq_yJpgMW0lm4RAneiSNATHv4ueC8ouCS01" rel="stylesheet"/>

        <link href="/Content/css?v=QF14z_UvguERphqRCYzqJeXh55ewZRm8nCWeyKo9CaM1" rel="stylesheet"/>

    <title>P&aacute;gina n&atilde;o encontrada</title>
    <style>
        a {
            text-decoration:none;
            color:#0FACDD;
        }
        .btn {
            border:2px solid #16C5E3;padding:10px;
        }
        .btn:hover {
            color:#fff;
            background-color:#16C5E3;
        }

    </style>
</head>
<body>
    <div>
        
        <div style="margin:0px auto;width:450px;height:350px;display:block;margin-top:50px;text-align:center;color:#16C5E3;">
            <table style="position:relative;">
                <tr>
                    <td style="font-family:'OpenSans-Bold';font-size:32pt;">
                        OPS!
                    </td>
                </tr>
                  <tr>
                    <td>
                        <img src="/imagens/smile.png" />                      
                    </td>
                </tr>
                  <tr>
                     <td style="font-family:'OpenSans-SemiboldItalic';font-size:16pt;">
                       A p&aacute;gina n&atilde;o foi encontrada,<br /> clique aqui para voltar ao site da RISI
                    </td>
                </tr>
                  <tr>
                    <td style="font-family:'OpenSans-Bold';font-size:19pt;padding-top:20px;">
                        <div style="margin:0px auto;width:175px;position:absolute;left:25%;">
                            <a href="http://www.risi.pt">
                                <div class="btn" >VOLTAR</div>
                            </a>
                             <div class="triangle" ></div>
                        </div>
                        
                    </td>
                </tr>
            </table>
        </div>
       
    </div>
</body>
</html>
