<%- include('partials/_header'); %>


<div class="cont-1300"> 

  <div class="listado-tabla">  
    
            <div class="table-responsive">
            <table class="table table-hover" style="margin:auto;">
                <thead>            
                <tr>
                   
                    <th style="width: 33%;">Comentario</th>
                    <th style="width: 33%;">Error</th>
                    
                </tr>
                
                </thead>
                <tbody>
                
                
                    <tr style="font-size: 13px;">                                         
                        <td>
                           <label style="font-size: 13px;">Se produjo el siguiente Error</label>
                        </td>
                        <td> 
                            <label style="font-size: 13px; color: brown;">¡ERROR!, <%= data.msjerror %></label>
                        </td>                                          
                    </tr>

                </tbody>
            </table>
            

            </div>

                <br>
                <br>


            <nav style="display: flex; justify-content: center;">
               
               
                <div style="text-align: right; text-decoration: none; padding-right: 3px;">    
                   <a href="javascript:window.history.back();" style="height: 39px; width:250px;; background-color: darkslateblue; margin-right: 10px; font-size: 15px;" class="btn btn-secondary">  Volver</a>
                </div>
                    
               
            </nav>

</div>

</div>
 










<%- include('partials/_footer'); %>