@font-face {
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: local('Abel Regular'), local('Abel-Regular'), url(/theme/conecta2018/pix/fonts/Abel-Regular.ttf);
  }
  html {
      position: relative;
      min-height: 100%;
  }
body {

    font-family: Abel;

}
html, 
body {
height: 100%;
}

body {
    background-image: url(/theme/conecta2018/pix/default/Cartel-sin-conexion.png);
    margin: 0 0 30px;
    padding: 25px;
  
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow-x: hidden;
}

div.centered_abs {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  a {
      color: red;
      font-size:28px;
      text-decoration: none;
      font-weight: bold;
      padding-left: 16px;
  }