﻿.CeldaTablaRespuesta .RadioCheckText {
  min-height: 2em;
}

  .CeldaTablaRespuesta .RadioCheckText .Text {
    padding-top: calc(8.5px - ((1em / 16) - 1px) * 10);
  }

body:after {
  content: "Normal";
  display: none;
}

body {
  margin: 0;
  border: 0;
  background-color: #FFFFFF;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  padding: 0;
}

th {
  padding-left: 0;
  padding-right: 0;
}

img {
  max-width: 100%;
}

#Cuestionario input[type=text] {
  color: inherit;
  padding: .5em;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  font: inherit;
  height: 3em;
  width: 100%;
}

  #Cuestionario input[type=text]:focus {
    border-color: #1c93e5;
    box-shadow: 0px 0px 2px #1c93e5;
  }

textarea {
  color: inherit;
  padding: .5em 1em;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  font: inherit;
  resize: none;
  margin-bottom: -.61em;
  width: 100%;
}

  textarea:focus {
    border-color: #1c93e5;
    box-shadow: 0px 0px 2px #1c93e5;
  }

/*Pregunta de idiomas*/
#Cuestionario .ui-dialog .ui-widget-header {
    border-color: #2883D6;
    background-color: #1870AD;
}

#Cuestionario #DDIdiomas {
  font-size: 90%;
  float: left;
  text-align: left;
  margin-top: 0.1em;
  color: #000000;
  position: fixed;
  bottom: 0;
  right: .5em;
}

  #Cuestionario #DDIdiomas .Text {
    padding: 0;
  }

  #Cuestionario #DDIdiomas .SelectOptions {
    top: auto;
    bottom: 100%;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
  }

  #Cuestionario #DDIdiomas .Selected {
    border-radius: 4px 4px 0 0;
  }

  /*#Cuestionario #DDIdiomas .Selected:hover {
    background-color: #2883D6;
  }*/

    /*#Cuestionario #DDIdiomas .Selected .Chevron {
      border-color: #FFFFFF;
      top: auto;
    }*/

    #Cuestionario #DDIdiomas .Selected > div {
      padding: 0 0 0 .3em;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    #Cuestionario #DDIdiomas .Selected.Active {
      border-radius: 0;
      /*border-radius: 0 0 4px 4px;*/
    }

      #Cuestionario #DDIdiomas .Selected .Chevron {
        top: 1.04em;
      }

      #Cuestionario #DDIdiomas .Selected.Active .Chevron {
        margin-top: .2em;
        transform: rotate(135deg);
      }



/*#Cuestionario * {
  border: 1px solid #87CEFA;
}*/

#Cuestionario {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  background-color: #FFFFFF;
  width: 100%;
}

  #Cuestionario #FilaRecipiente > table {
    width: 100%;
  }

  #Cuestionario .CuerpoPaginaEncuesta > table {
    width: 100%;
  }

  #Cuestionario .CuerpoPaginaEncuesta .Espacio {
    padding: 0;
  }

  #Cuestionario .TablaRespuesta .Identado {
    padding-left: 1.5em;
    padding-top: 0;
  }

  #Cuestionario .TablaRespuesta .Superior {
    vertical-align: top;
  }

  #Cuestionario .LaPregunta {
    padding: 1.5em 1em 0 1em;
  }

    #Cuestionario .LaPregunta .TituloPregunta {
      padding-bottom: .8em;
    }

      #Cuestionario .LaPregunta .TituloPregunta .OrdenPregunta {
        font-size: 90%;
        font-weight: bold;
        font-style: normal;
        color: #000000;
      }

      #Cuestionario .LaPregunta .TituloPregunta .DescripcionPregunta {
        font-size: 90%;
        font-weight: bold;
        font-style: normal;
        color: #000000;
      }

      #Cuestionario .LaPregunta .TituloPregunta .MsjRequerido {
        font-size: 90%;
        font-weight: normal;
        font-style: normal;
        color: #FF0000;
        margin-left: 1em;
      }

    #Cuestionario .LaPregunta .ImagenPregunta {
      border-top: 0 outset #FFFFFF;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
    }

    #Cuestionario .LaPregunta .TituloPregunta .DescripcionPreguntaSoloTexto {
      font-size: 100%;
      font-weight: normal;
      font-style: normal;
      color: #000000;
      padding-left: 0;
    }

    #Cuestionario .LaPregunta .TablaPregunta {
      margin-left: auto;
      margin-right: auto;
      max-width: 850px;
      width: 100%;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta {
      font-size: 90%;
      font-weight: normal;
      font-style: normal;
      color: #000000;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .TablaRespuesta {
        width: 100%;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .es-valoracion.ui-widget {
        font-size: 1.0em;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .Asterisco {
        color: #FF0000;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .Text textarea {
        background-color: #FFFFFF;
        border-color: #CCCCCC;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .Text input {
        background-color: #FFFFFF;
        border-color: #CCCCCC;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .Number input {
        text-align: right;
        width: 8.25em;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .DateTime input {
        padding-top: .8em;
        background-color: #FFFFFF;
        border-color: #CCCCCC;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .HasCharsCounter {
        position: relative;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .InfoNumChars {
        position: absolute;
        bottom: .2em;
        right: .2em;
        font-size: .8em;
        line-height: .8em;
        color: #CCCCCC;
        opacity: 0.5;
        text-align: right;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta th {
        font-weight: inherit;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .DropDownList {
        font: inherit;
        color: inherit;
        background-color: #FFFFFF;
      }

      /* Más Nuevo */
      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal {
        display: table;
        width: unset;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .Container {
          display: table-row;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB {
          display: table-cell;
          padding-right: 1em;
          vertical-align: top;
        }

          /*#Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB .RadioCheck {
        }*/

          /*#Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB .RadioCheck .CheckLabel {
          }*/

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB .RadioCheck .CheckLabel .Imagen {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 1em;
          }

            #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB .RadioCheck .CheckLabel .Imagen img {
              min-width: 2em;
              max-width: 100%;
            }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB .RadioCheck .CheckLabel .RadioStuff {
            position: relative;
            margin-top: 0;
          }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB .RadioCheck .CheckLabel .CheckStuff {
            position: relative;
            margin-top: 0;
          }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal .DivRBCB .RadioCheck .CheckLabel .RadioCheckText {
            text-align: center;
            margin: 0 auto;
          }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal.Verticalizada {
          display: table;
          width: 100%;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Horizontal.Verticalizada .Celda {
            display: table;
            width: 100%;
          }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical {
        width: 100%;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical.Oculto {
        display: none;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical .DivRBCB .RadioCheck .Etiqueta {
          display: block;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical .DivRBCB .RadioCheck .CheckLabel .Imagen {
          padding-right: 1em;
          display: table-cell;
          text-align: center;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical .DivRBCB .RadioCheck .CheckLabel .Imagen img {
            min-width: 2em;
            max-width: 100%;
          }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical .DivRBCB .RadioCheck .CheckLabel .StuffContainer {
          padding-right: 1em;
          display: table-cell;
          vertical-align: middle;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical .DivRBCB .RadioCheck .CheckLabel .RadioStuff {
          position: relative;
          display: inline-block;
          margin-top: .5em;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical .DivRBCB .RadioCheck .CheckLabel .CheckStuff {
          position: relative;
          display: inline-block;
          margin-top: .5em;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla.Vertical .DivRBCB .RadioCheck .CheckLabel .RadioCheckText {
          display: table-cell;
          vertical-align: middle;
        }

      /* Nuevo */
      /* .List sustituye a .RadioButtonList en la nueva versión. */
      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive.Tabla {
        display: table;
        vertical-align: middle;
        width: 100%;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .BoxFlex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .Fila {
        display: table-row;
        vertical-align: middle;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .Col {
        display: table-cell;
        vertical-align: middle;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .Columna {
        display: table-cell;
        vertical-align: top;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .Columna:not(:last-child) {
          padding-right: 1em;
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .ColImagen {
        padding-right: .5em;
        padding-bottom: .5em;
        min-width: 5em;
        max-width: 20em;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .ColImagen img {
          display: flex;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .ColImagen label {
          cursor: pointer;
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List .RadioCheck .RadioCheckText {
        margin-left: 30px;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .Celda {
        display: table-cell;
        padding-right: 10px;
        vertical-align: top;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .TextoLibre {
        margin-left: 30px;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck input {
        position: absolute;
        visibility: hidden;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck {
        margin-bottom: .5em;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck .Etiqueta {
          display: inline-block;
          cursor: pointer;
          width: 100%;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck .Imagen {
          display: table-cell;
          cursor: pointer;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck .CheckStuff {
          position: absolute;
          margin: 0 auto;
          margin-top: 8px;
          box-sizing: border-box;
          width: 20px;
          height: 20px;
          transition: all .5s ease;
          background-color: #FFFFFF;
          border-width: 1px;
          border-style: solid;
          border-color: #CCCCCC;
        }


          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck .CheckStuff div {
            opacity: 0.2;
            width: 9px;
            height: 5px;
            background: transparent;
            margin-top: 4px;
            margin-left: 3px;
            border-width: 3px;
            border-style: solid;
            border-color: rgba(51, 51, 51, 0.30);
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
          }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck input[type="checkbox"]:not(:checked) + label > .CheckLabel .CheckStuff div {
          border: none;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck input[type="checkbox"]:checked + label > .CheckLabel .CheckStuff {
          background-color: #2883D6;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck input[type="checkbox"]:checked + label > .CheckLabel .CheckStuff > div {
            opacity: 1;
          }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck .RadioStuff {
          position: absolute;
          margin: 0 auto;
          margin-top: 6px;
          border-radius: 50%;
          box-sizing: border-box;
          width: 22px;
          height: 22px;
          background-color: #FFFFFF;
          border-width: 1px;
          border-style: solid;
          border-color: #CCCCCC;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck .RadioStuff div {
            display: block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            transition: all .5s ease;
            cursor: pointer;
            margin-top: 3px;
            margin-left: 3px;
            z-index: 1;
            box-sizing: border-box;
            border-width: 1px;
            border-style: solid;
            border-color: #CCCCCC;
          }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .RadioCheck input[type="radio"]:checked + label > .CheckLabel .RadioStuff > div {
          border-color: #7F7F7F;
          background-color: #2883D6;
        }

      /* |Nuevo */

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena {
        padding-top: .5em;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena {
          display: table;
          height: 100%;
          width: 100%;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .MsjOrdena {
            border-right: 1px solid;
            padding-right: 2px;
            height: 100%;
            float: left;
            position: relative;
          }

            #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .MsjOrdena .DivMas {
              font-size: 120%;
            }

            #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .MsjOrdena .DivMenos {
              font-size: 120%;
              position: absolute;
              bottom: 0;
              text-align: center;
            }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .DivOrdenable {
            padding-left: 2px;
            float: left;
            min-width: 100%;
          }

            #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .DivOrdenable .Ordenable {
              list-style-type: none;
              margin: 0;
              padding: 0;
            }

              #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .DivOrdenable .Ordenable li {
                margin: 3px 3px 3px;
                vertical-align: middle;
                border-width: 1px;
                border-style: solid;
                border-color: #CCCCCC;
                outline: medium none;
                background-color: #EFECE7;
                background-repeat: no-repeat;
                background-position: left center;
                cursor: move;
              }

                #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .DivOrdenable .Ordenable li > div {
                  padding: .9em;
                  opacity: 0.7;
                }

              #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaOrdena .DivOrdena .DivOrdenable .Ordenable .Hover {
                background-color: #DEDEDE;
              }

      /* Nuevo */
      /* .CBImageList sustituye a .ImageList en la nueva versión. */
      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .ImageCheck {
        margin-right: .2em;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .Oculto {
        display: none;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .Visible {
        display: block;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .Unselected {
        color: #F7F7F7;
        opacity: 1.00;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .Selecting {
        color: #72B6F1;
        opacity: 1.00;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .Selected {
        color: #FFBD00;
        opacity: 1.00;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .CheckStuff {
        display: none;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CBImageList .Valor {
        padding-left: .8em;
      }
      /* |Nuevo */

      /* Nuevo */
      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivLabels {
        position: relative;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivLabels .DivMinMax {
          color: #CCCCCC;
          display: table;
          width: 100%;
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivMinMax > div {
        display: table-cell;
        text-align: center;
        width: 33%;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivMinMax > div:first-child {
          text-align: left;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivMinMax > div:last-child {
          text-align: right;
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive div.InputLabel {
        color: #000000;
        position: absolute;
        top: 0;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive div.Active {
        color: #2883D6;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivInput {
        cursor: pointer;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivInput .SliderBar {
          background-color: #FFFFFF;
          position: relative;
          margin-top: 10px;
          display: block;
          -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
          -moz-border-radius: 100px;
          -webkit-border-radius: 100px;
          border-radius: 100px;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivInput .SliderBarHorizontal {
          height: 1em;
          width: 100%;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivInput .SliderBarHorizontal .SliderBarHandle {
            top: -.6em;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
          }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivInput .SliderBarHandle {
          background-color: #FFFFFF;
          border-color: #CCCCCC;
          border-width: 1px;
          border-style: solid;
          cursor: pointer;
          display: inline-block;
          width: 1em !important;
          height: 2em;
          position: absolute !important;
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
          background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
          background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
          background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
          -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          -moz-border-radius: 15%;
          -webkit-border-radius: 15%;
          border-radius: 15%;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivInput .SliderBarActive > .SliderBarHandle {
          background-color: #2883D6;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .Slider.Responsive .DivInput .SliderBarHorizontal .SliderBarFill {
          top: 0;
          height: 100%;
          background-color: #2883D6;
          /*position: relative;
          margin-top: 10px;
          display: block;*/
          -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
          -moz-border-radius: 100px;
          -webkit-border-radius: 100px;
          border-radius: 100px;
        }
  /* |Nuevo */

  /*#Cuestionario .DropDown {
  }*/

  #Cuestionario .DropDown select {
    font: inherit;
    padding: 5px 35px 5px 5px;
  }

  #Cuestionario .DropDown.New select.SelectHidden {
    display: none;
  }

  #Cuestionario .DropDown.New {
    cursor: pointer;
    position: relative;
    height: 3em;
    vertical-align: middle;
  }

    #Cuestionario .DropDown.New .Text {
      padding-top: .2em;
      display: inline-block;
    }

    #Cuestionario .DropDown.New .TextEllipsis {
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

  #Cuestionario .Matrix.Responsive .DropDown.New {
    display: inline-block;
    text-align: left;
    width: 100%;
  }

    /*#Cuestionario .Matrix.Responsive .DropDown.New .TextEllipsis {
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }*/

  #Cuestionario .Matrix.Responsive .Asterisco {
    margin: 0.2em;
    vertical-align: top;
  }

  #Cuestionario .DropDown.New select {
    visibility: hidden;
  }

  #Cuestionario .DropDown.New .Select {
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  #Cuestionario .DropDown.New .Selected {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*padding: .2em 0;*/
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;
  }

    #Cuestionario .DropDown.New .Selected > div {
      padding: .6em 1em .6em .5em;
    }

    #Cuestionario .DropDown.New .Selected .Chevron {
      position: absolute;
      top: 1.02em;
      right: .5em;
      width: .5em;
      height: .5em;
      background: transparent;
      margin-top: 1px;
      border-width: .2em;
      border-style: solid;
      border-color: #686868;
      border-top: none;
      border-right: none;
      transform: rotate(45deg);
      transition: all 0.15s ease-in;
    }

    #Cuestionario .DropDown.New .Selected.Active {
      border-radius: 4px 4px 0 0;
      transition: all .3s ease-in-out;
    }

      #Cuestionario .DropDown.New .Selected.Active > div {
        height: 1.7em;
        background-color: #F1F1F1;
        opacity: 0.7;
        border-radius: 4px 4px 0 0;
        transition: all .3s ease-in-out;
      }

      #Cuestionario .DropDown.New .Selected.Active .Chevron {
        margin-top: -.1em;
        transform: rotate(-45deg);
        transition: all 0.15s ease-in;
      }


  #Cuestionario .DropDown.New .SelectOptions {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }

    #Cuestionario .DropDown.New .SelectOptions li {
      margin: 0;
      padding: .3em .3em .3em .8em;
      border-width: 0;
      -moz-transition: all 0.15s ease-in;
      -o-transition: all 0.15s ease-in;
      -webkit-transition: all 0.15s ease-in;
      transition: all 0.15s ease-in;
    }

      #Cuestionario .DropDown.New .SelectOptions li.Active {
        color: #2883D6;
      }

      #Cuestionario .DropDown.New .SelectOptions li:hover {
        color: #FFFFFF;
        background-color: #2883D6;
      }
  /* |Nuevo */

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .DescripcionFila {
    padding-top: .3em;
    padding-left: .1em;
    padding-bottom: .3em;
    height: 2em;
    text-align: left;
    /*word-break: break-word;*/
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .DescripcionColumna {
    text-align: Center;
    vertical-align: bottom;
    padding: 0em .3em .3em .3em;
  }

  /*#Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .FilaMatriz {
  }*/

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .FilaMatrizP {
    background-color: #EFECE7;
  }

  /*#Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .FilaMatrizI {
  }*/

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TDDropDown {
    text-align: center;
    padding-top: .3em;
    padding-left: .3em;
    padding-bottom: .3em;
  }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TDDropDown:last-child {
      padding-right: .1em;
    }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .Oculto {
    display: none;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .RadioButtonListMatriz {
    text-align: center;
  }

  /* Nuevo */
  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix {
    width: 100%;
  }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix div.Date {
      display: inline-block;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix td.ColDateTime {
      padding-top: .3em;
      padding-bottom: .3em;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix td.ColDateTime .TextLabeled {
        text-align: center;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix td.ColDateTime .TextLabeled span:first-child {
          display: none;
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix td.ColDateTime .ControlBefore {
        position: relative;
      }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TextLabeled .ControlBefore:before {
      content: attr(data-label-content);
      position: absolute;
      color: #CCCCCC;
      opacity: 0.5;
      left: 0;
      right: 0;
      bottom: 0;
      padding-bottom: .8em;
      pointer-events: none;
      transition: opacity .25s ease-out;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TextLabeled .ControlBefore:after {
      content: attr(data-label-content);
      position: absolute;
      font-size: 75%;
      font-weight: bold;
      color: #2883D6;
      left: .8em;
      top: .15em;
      pointer-events: none;
      transition: opacity .25s ease-out;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TextLabeled:not(.Compact) .ControlBefore:before {
      opacity: 1;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TextLabeled.Compact .ControlBefore:before {
      opacity: 0;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TextLabeled:not(.Compact) .ControlBefore:after {
      opacity: 0;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .TextLabeled.Compact .ControlBefore:after {
      opacity: 1;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix div.Time {
      display: inline-block;
      margin-left: 1em;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix td.ColInput {
      padding-top: .3em;
      padding-bottom: .3em;
      width: 60%;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix td.ColInput input {
        background-color: #FFFFFF;
        border-color: #CCCCCC;        
      }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix .RadioCheck .RadioCheckText {
      display: none;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck input {
      position: absolute;
      visibility: hidden;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck {
      position: relative;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck label {
        display: flex;
        cursor: pointer;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .CheckStuff {
        margin: 0 auto;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        transition: all .5s ease;
        background-color: #FFFFFF;
        border-width: 1px;
        border-style: solid;
        border-color: #CCCCCC;
      }


        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .CheckStuff div {
          opacity: 0.2;
          width: 9px;
          height: 5px;
          background: transparent;
          margin-top: 4px;
          margin-left: 3px;
          border-width: 3px;
          border-style: solid;
          border-color: rgba(51, 51, 51, 0.30);
          border-top: none;
          border-right: none;
          transform: rotate(-45deg);
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck input[type="checkbox"]:not(:checked) + label > .CheckLabel .CheckStuff div {
        border: none;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck input[type="checkbox"]:checked + label > .CheckLabel .CheckStuff {
        background-color: #2883D6;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck input[type="checkbox"]:checked + label > .CheckLabel .CheckStuff > div {
          opacity: 1;
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .CheckLabel {
        margin: 0 auto;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .RadioStuff {
        border-radius: 50%;
        box-sizing: border-box;
        width: 22px;
        height: 22px;
        background-color: #FFFFFF;
        border-width: 1px;
        border-style: solid;
        border-color: #CCCCCC;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .RadioStuff div {
          display: block;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          transition: all .5s ease;
          cursor: pointer;
          margin-top: 3px;
          margin-left: 3px;
          z-index: 1;
          box-sizing: border-box;
          border-width: 1px;
          border-style: solid;
          border-color: #CCCCCC;
        }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck input[type="radio"]:checked + label > .CheckLabel .RadioStuff > div {
        border-color: #7F7F7F;
        background-color: #2883D6;
      }

  #Cuestionario .Matrix.Responsive .DropDownText {
    display: none;
  }


@media only screen and (max-width: 480px) {
  body:after {
    content: "Compact";
  }

  #Cuestionario .LaPregunta .TablaPregunta {
    max-width: 480px;
    width: 100%;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta {
    padding-left: 0;
  }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .BoxFlex {
      flex-direction: column;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaLista .List.Responsive .BoxFlex .Fila {
        display: table;
        width: 100%;
      }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive {
      display: block;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive thead {
        display: none;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive tbody {
        display: block;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive tr {
        display: block;
        background: transparent !important;
        padding-left: 0;
        padding-right: 0;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive td {
        margin-top: .3em;
        margin-bottom: .3em;
        padding: 4px;
        border-radius: 4px;
        display: block;
        text-align: left;
        background-color: #EFECE7; /* &&&& Personalización */
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive td.ColInput {
          display: initial;
          margin: 0;
          padding: 0;
          background-color: inherit;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive td.ColInput input {
            width: 100%;
          }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .DescripcionFila {
        background: transparent !important;
        padding-top: .8em;
        padding-bottom: 0;
        height: auto;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .RadioCheckText {
        margin-left: 30px;
        display: inline-block;
        min-height: 1.8em;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck input {
        position: absolute;
        visibility: hidden;
      }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck {
        position: relative;
        margin-top: 0.2em;
      }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .CheckStuff {
          position: absolute;
          top: 7px;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck input[type="checkbox"]:checked + label > .CheckLabel .CheckStuff {
          background-color: #1870AD;
          box-shadow: inset 0px 1px 3px #7F7F7F;
        }

        #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .CheckLabel {
          margin: 0;
        }

          #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive .RadioCheck .CheckLabel .RadioStuff {
            position: absolute;
            top: 6px;
          }

  #Cuestionario .Matrix.Responsive .DropDown.New {
    display: table;
    margin: 0;
    width: 100%;
  }

  #Cuestionario .Matrix.Responsive .DropDownText {
    display: table-row;
  }

  #Cuestionario .Matrix.Responsive .DropDownStuff {
    /*display: table-row;*/
    margin-top: .1em;
  }

    #Cuestionario .Matrix.Responsive .DropDownStuff .Selected {
      position: relative;
    }
}

#Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact {
  display: block;
}

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact thead {
    display: none;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact tbody {
    display: block;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact tr {
    display: block;
    background: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact td {
    margin-top: .3em;
    margin-bottom: .3em;
    padding: 4px;
    border-radius: 4px;
    display: block;
    text-align: left;
    background-color: #EFECE7; /* &&&& Personalización */
  }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact td.ColInput {
      display: initial;
      margin: 0;
      padding: 0;
      background-color: inherit;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact td.ColInput input {
        width: 100%;
      }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .DescripcionFila {
    background: transparent !important;
    padding-top: .8em;
    padding-bottom: 0;
    height: auto;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .RadioCheck .RadioCheckText {
    margin-left: 30px;
    min-height: 1.8em;
    display: inline-block;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .RadioCheck input {
    position: absolute;
    visibility: hidden;
  }

  #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .RadioCheck {
    position: relative;
    margin-top: 0.2em;
  }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .RadioCheck .CheckStuff {
      position: absolute;
      top: 7px;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .RadioCheck input[type="checkbox"]:checked + label > .CheckLabel .CheckStuff {
      background-color: #1870AD;
      box-shadow: inset 0px 1px 3px #7F7F7F;
    }

    #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .RadioCheck .CheckLabel {
      margin: 0;
    }

      #Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTablaMatriz .Matrix.Responsive.Compact .RadioCheck .CheckLabel .RadioStuff {
        position: absolute;
        top: 6px;
      }

#Cuestionario .Matrix.Responsive.Compact .DropDown.New {
  display: table;
  margin: 0;
  width: 100%;
}

#Cuestionario .Matrix.Responsive.Compact .DropDownText {
  display: table-row;
}

#Cuestionario .Matrix.Responsive.Compact .DropDownStuff {
  display: table-row;
}

  #Cuestionario .Matrix.Responsive.Compact .DropDownStuff .Selected {
    position: relative;
  }
/* |Nuevo */

#Cuestionario .LaPregunta .CeldaTablaRespuesta .CajaTextoLibre {
  font: inherit;
  color: inherit;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}

#Cuestionario .LaPregunta .CeldaTablaRespuesta .CajaTextoFecha {
  font: inherit;
  color: inherit;
  background-color: #FFFFFF;
  width: 10em;
}

#Cuestionario .LaPregunta .CeldaTablaRespuesta .CajaTextoHora {
  font: inherit;
  color: inherit;
  background-color: #FFFFFF;
  width: 5em;
}

#Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaCajaTextoFechaHora {
  text-align: center;
}

#Cuestionario .LaPregunta .CeldaTablaRespuesta .CeldaTituloFechaHora {
  padding: 0 5px 5px 5px;
  text-align: center;
}

#Cuestionario .BarraBotones {
  padding-top: .3em;
  padding-bottom: .3em;
  text-align: right;
}

  #Cuestionario .BarraBotones > div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

  #Cuestionario .BarraBotones .Boton {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    background-color: #1870AD;
    color: #FFFFFF;
    padding: .3em;
    font-family: inherit;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 0.1em;
  }

    #Cuestionario .BarraBotones .Boton:hover {
      background-color: #2883D6;
    }

    #Cuestionario .BarraBotones .Boton:active {
      position: relative;
      background-color: #2883D6;
      border-top: 1px solid;
      border-left: 1px solid;
    }

      #Cuestionario .BarraBotones .Boton:active span {
        position: relative;
        top: 1px;
        left: 1px;
      }

#Cuestionario .BarraBotonesIzq {
  padding: 0 0.3em 0 0;
  text-align: right;
}

#Cuestionario .BarraBotonesDer {
  padding: 0 2em 0 0;
  text-align: right;
}

#Cuestionario .BarraBotonesCent {
  text-align: center;
  padding-top: 1em;
}

  #Cuestionario .BarraBotonesCent > div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

  #Cuestionario .BarraBotonesCent .Boton {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    background-color: #1870AD;
    color: #FFFFFF;
    padding: .3em;
    font-family: inherit;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: .3em;
    margin-bottom: .3em;
  }

    #Cuestionario .BarraBotonesCent .Boton:hover {
      background-color: #2883D6;
    }

    #Cuestionario .BarraBotonesCent .Boton:active {
      background-color: #2883D6;
      border-top: 1px solid;
      border-left: 1px solid;
    }

      #Cuestionario .BarraBotonesCent .Boton:active span {
        position: relative;
        top: 1px;
        left: 1px;
      }

    #Cuestionario .BarraBotonesCent .Boton.Disable {
      background-color: rgba(0, 0, 0, 0.5);
    }

#Cuestionario #FirmaEncuestaFacil {
  padding: 0;
  font-size: 70%;
  color: #ADADAD;
  text-align: center;
}

  #Cuestionario #FirmaEncuestaFacil td {
    font-size: 11px;
    color: #1870ad;
    text-align: center;
    padding: 0 2em 0 2em;
  }

  #Cuestionario #FirmaEncuestaFacil .aPaginaFin {
    font-size: 11px;
    line-height: 1.8em;
    height: 1.8em;
    text-decoration: underline;
  }

  #Cuestionario #FirmaEncuestaFacil .spPaginaFin {
    font-size: 11px;
    line-height: 1.4em;
  }

  #Cuestionario #FirmaEncuestaFacil .spPaginaFinG {
    font-size: 11px;
    color: #949494;
    line-height: 2.0em;
  }

  #Cuestionario #FirmaEncuestaFacil .spPaginaFinG2 {
    font-size: 11px;
    color: #949494;
    line-height: 2.2em;
  }

#FirmaEncuestaFacil .PieDominios {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  color: #949494;
  background: #FFFFFF;
}

  #FirmaEncuestaFacil .PieDominios a {
    color: #949494;
  }

#Cuestionario .Login {
  padding: 2em 0 2em 0;
}

  #Cuestionario .Login #Mensaje {
    padding: 2em 0 0 0;
    color: red;
    font-size: 70%;
    text-align: center;
  }

#Cuestionario .PoweredBy {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 3px;
}

#Cuestionario .Superficie {
  height: 46px;
  width: 55px;
  text-align: center;
  background-image: url("/Imagenes/BotonKiosko.png");
  background-repeat: no-repeat;
  background-position: center;
}

#Cuestionario .BarraNumPagina {
  padding-bottom: 0.5em;
}

  #Cuestionario .BarraNumPagina > div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

  #Cuestionario .BarraNumPagina .BarraProgreso {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    margin-top: .5em;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

.BarraProgreso .DivLabels {
  position: relative;
}

  .BarraProgreso .DivLabels div.ValueLabel {
    color: #B4B4B4;
    position: absolute;
    top: 0;
  }

.BarraProgreso .DivBar {
  height: 14px;
  background-color: #FFFFFF;
  position: relative;
  /*margin-top: 10px;*/
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

  .BarraProgreso .DivBar .BarFill {
    top: 0;
    height: 100%;
    background-color: #B4B4B4;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }

#Cuestionario .PieUpselling {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  margin-top: 1em;
  width: 100%;
}

#Cuestionario .BarraPie {
  text-align: center;
  line-height: 0;
  background-color: #FFFFFF;
}

  #Cuestionario .BarraPie div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

.BarraDeslizante {
  width: 100%;
}

  .BarraDeslizante td {
    width: 25%;
  }

  .BarraDeslizante tr:first-of-type td {
    vertical-align: text-top;
  }

  .BarraDeslizante td.Derecha {
    text-align: right;
  }

  .BarraDeslizante td.Izquierda {
    text-align: left;
  }

  .BarraDeslizante td.Centrado {
    text-align: center;
  }

.Tabla {
  display: table;
}

.Fila {
  display: table-row;
}

.Col {
  display: table-cell;
}

.Total {
  height: 100%;
  width: 100%;
}

/* ************************************************* */

#Cuestionario A {
  color: #2883D6;
}

#Cuestionario .BarraLogo {
  text-align: left;
  background-color: #FFFFFF;
  line-height: 0;
}

  #Cuestionario .BarraLogo > div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

#Cuestionario .Titulo1 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  background-color: #1870ad;
  color: #FFFFFF;
  padding: 0.5em 0 0.5em 0;
  width: 100%;
}

  #Cuestionario .Titulo1 > div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

#Cuestionario .Titulo2 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  background-color: #FFFFFF;
  color: #1870ad;
  padding: 0.5em 0 0.5em 0;
  width: 100%;
}

  #Cuestionario .Titulo2 > div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }


#Cuestionario .Titulo3 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0.5em 0 0.5em 0;
  width: 100%;
}

  #Cuestionario .Titulo3 > div {
    padding: 0 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

#Cuestionario .TituloMarquesina {
  margin-top: .5em;
  margin-bottom: .2em;
  border-top: 1px solid #FF0000;
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  background: #FFFFFF;
  color: #FF0000;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

  #Cuestionario .TituloMarquesina span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
  }

@-moz-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

#Cuestionario .MsjBlack {
  font-weight: bold;
}

.TimerInfo {
  position: fixed;
  top: .5em;
  right: .5em;
  padding: .5em;
  border-radius: 5px;
  background-color: #FFEE88;
  box-shadow: 5px 7px 7px -2px rgba(0,0,0,0.5);
}

.TimerInfo .Time {
  text-align: center;
}

.TimerInfo .LabelRemain {
  margin-top: .5em;
}

.TimerInfo .Right {
  color: #ADFF2F;
}

.TimerInfo .Just {
  color: #FFA500;
}

.TimerInfo .Expire {
  color: #FF0000;
}

.TimerInfo .Blink {
  animation: Blinker 1s linear infinite;
}

@keyframes Blinker {
  50% {
    opacity: 0;
  }
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.align-left {
  margin-right: auto;
  display: block;
}

.align-right {
  margin-left: auto;
  display: block;
}

.size-full {
  width: 100%;
}

.size-half {
  width: 50%;
}

.size-quarter {
  width: 25%;
}

.invisible {
  visibility: hidden !important;
  position: absolute;
}

.visible {
  visibility: visible !important;
}