  html, body{
    height: 100%;
    width: 100%;
    background-color: #5D8B99;
    background-image: url(../img/fondo.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    background-position: bottom;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
  h1 {
    font-size: 55px;
    text-shadow: 1px 1px 1px #000;

  }
  .logo {
    padding-top: 50px;
    text-align: center;
    width: 100%;
  }
  .subtitulo{
    margin-top: -15px;
    font-size: 25px;
    text-shadow: 1px 1px 1px #000;
  }
  .info {
    padding-top: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }

  /* Centrado de Columnas */
  .row-centered {
      text-align:center;
  }
  .col-centered {
      display:inline-block;
      float:none;
      /* reset the text-align */
      text-align:left;
      /* inline-block space fix */
      margin-right:-4px;
      text-align:center;
  }

