<!DOCTYPE html>
<html dir="ltr" lang="es-ES">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Instituto de Mayores y Servicios Sociales - Página mantenimiento</title>
      <meta content="initial-scale=1.0, width=device-width" name="viewport">
      <style>
         body {
            margin: 0;
         }
         body > div {
            margin: 0 8px;
         }
         h1,
         .text-center {
            text-align: center;
         }
         h1 img {
            width: auto;
         }
         p {
            font-size: 2em;
            margin-top: 0;
            margin-bottom: .5em;
         }
         @media only screen and (max-width: 600px) {
            body {
               width: 100%;
            }
            h1 img {
               width: 100%;
            }
         }
      </style>           
   </head>
   <body>
      <div>
        <h1><img alt="Instituto de Mayores y Servicios Sociales" src="logo-mefp.jpg"></h1>
        <div class="text-center">
            <p>ESTAMOS REALIZANDO TAREAS DE MANTENIMIENTO.</p>
            <p>El servicio se restablecerá lo antes posible.</p>
            <p>Disculpe las molestias.</p>
         </div>
      </div>         
   </body>
</html>