
  /* ENCUESTA 24 */

  .encuesta-24 {
    width: 100%;
    max-width: 600px;
    background: #DE0017;
    height: 485px;
  }
  .encuesta-panorama {
    width: 100%;
    max-width: 600px;
    background: #000431;
    height: 485px;
  }

  .encuesta-24 > .contenedor {
    position: relative;
    height: 100%;
  }
  .encuesta-panorama > .contenedor {
    position: relative;
    height: 100%;
  }

  .encuesta-24 > .contenedor > .header {
    position: absolute;
    top: 5px;
    left: 0;
    background: rgb(0, 0, 0);
    color: #FFF;
    font-size: 25px;
    z-index: 1;
    line-height: 25px;
    padding: 5px 13px;
  }
  .encuesta-panorama > .contenedor > .header {
    position: absolute;
    top: 5px;
    left: 0;
    background: rgb(0, 0, 0);
    color: #FFF;
    font-size: 25px;
    z-index: 1;
    line-height: 25px;
    padding: 5px 13px;
  }

  .encuesta-24 > .contenedor > .imagen {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 3px #000000;
    background-size: cover;
  }
  .encuesta-panorama > .contenedor > .imagen {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 3px #000000;
    background-size: cover;
  }

  .encuesta-24 > .contenedor > .imagen > .titulo {
    position: absolute;
    bottom: -90px;
    line-height: 25px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    border: 6px solid #000000;
    color: #FFF;
    font-size: 22px;
    padding: 0 5px;
    margin: 0 12px;
    text-align: justify;
    z-index: 2;
  }
  .encuesta-24 > .contenedor > .imagen > .titulo.largo {
    position: absolute;
    bottom: -90px;
    line-height: 20px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    border: 6px solid #000000;
    color: #FFF;
    font-size: 18px;
    padding: 0 5px;
    margin: 0 12px;
    text-align: justify;
    z-index: 2;
  }
  .encuesta-panorama > .contenedor > .imagen > .titulo {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    background: url("/imagenes/icono-transparente.png");
    background: rgba(0, 111, 166, 0.67);
    border: 6px solid #0070A6;
    color: #FFF;
    font-size: 22px;
    text-shadow: 2px 2px 2px #000;
    padding: 0 5px;
    margin: 0 12px;
    text-align: justify;
    z-index: 2;
  }

  .encuesta-24 > .contenedor > .vota {
    position: absolute;
    bottom: 150px;
    text-align: center;
    border: 5px solid #FF9B00;
    color: #FFF;
    font-size: 22px;
    text-shadow: 1px 1px 3px #000;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    z-index: 1;
  }
  .encuesta-panorama > .contenedor > .vota {
    position: absolute;
    bottom: 150px;
    text-align: center;
    border: 5px solid #FF9B00;
    color: #FFF;
    font-size: 22px;
    text-shadow: 1px 1px 3px #000;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    z-index: 1;
  }

  .encuesta-24 > .contenedor > .mensaje {
    position: absolute;
    bottom: 105px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    padding: 2px 20px;
    font-size: 15px;
  }
  .encuesta-panorama > .contenedor > .mensaje {
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    padding: 2px 20px;
    font-size: 15px;
  }

  .encuesta-24 > .contenedor > .pie {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    text-align: right;
    color: #FFF;
    font-size: 14px;
    padding: 2px 20px;
    padding-right: 70px;
  }
  .encuesta-panorama > .contenedor > .pie {
    position: absolute;
    bottom: 3px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    width:100%;
  }

  .encuesta-24 > .contenedor > .alternativas {
    position: absolute;
    bottom: 50px;
    height: 50px;
    right: 0;
    left: 0;
  }
  .encuesta-panorama > .contenedor > .alternativas {
    position: absolute;
    bottom: 60px;
    height: 50px;
    right: 0;
    left: 0;
  }

  .encuesta-24 > .contenedor > .alternativas h1 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
  }
  .encuesta-panorama > .contenedor > .alternativas h1 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
  }

  .encuesta-24 > .contenedor > .logo24 {
    position: absolute;
    bottom: 20px;
    right: 10px;
    height: 25px;
    width: 45px;
  }
  .encuesta-panorama > .contenedor > .logo {
    bottom: 25px;
    position: absolute;
    height: 25px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
  }
