@import url("M_G06_U05_L01.css");
.cntEjercicio {
    background-image: url(../img/M_G06_U05_L01_03_02/cntEjercicio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1198px;
    height: 533px;
    display: inline-block;
    position: absolute;
    left: 1.5%;
    top: 13%;
}

.enunciado1 {
    background-image: url(../img/M_G06_U05_L01_03_02/enunciado1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1023px;
    height: 464px;
    display: inline-block;
    position: absolute;
    left: 11.5%;
    top: 5%;
}

.ctnEnunciado {
    width: 736px;
    height: 192px;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    top: 17%;
}

.ctnEnunciado .texto {
    font-family: 'cabinregular';
    font-size: 35px;
    line-height: 40px;
    color: #878787;
    text-align: center;
}

.btnTabular {
    background-image: url(../img/M_G06_U05_L01_03_02/btnTabular.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 230px;
    height: 96px;
    display: inline-block;
    position: absolute;
    left: 41.5%;
    top: 65%;
}

#popTablaClases {
    background-image: url(../img/M_G06_U05_L01_03_02/popTablaClases.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1146px;
    height: 747px;
    position: relative;
    display: inline-block;
}

#popDiagramaBarras {
    background-image: url(../img/M_G06_U05_L01_03_02/popDiagramaBarras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1146px;
    height: 747px;
    position: relative;
    display: inline-block;
}

#popReglaTres {
    background-image: url(../img/M_G06_U05_L01_03_02/popReglaTres.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1146px;
    height: 747px;
    position: relative;
    display: inline-block;
}

#popDiagramaCircular {
    background-image: url(../img/M_G06_U05_L01_03_02/popDiagramaCircular.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1146px;
    height: 747px;
    position: relative;
    display: inline-block;
}
#popInformacion1 {
    background-image: url(../img/M_G06_U05_L01_03_02/popInformacion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 871px;
    height: 452px;
    position: relative;
    display: inline-block;
}

.txtFrecuencia {
    width: 111px;
    height: 33px;
    background-color: transparent;
    padding: 10px 13px;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    text-align: center;
}

.txtFrecuenciaRelativa {
    width: 81px;
    height: 35px;
    background-color: transparent;
    padding: 10px 13px;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    text-align: center;
    margin-left: 130px;
}

.txtFrecuenciaPorcentual {
    width: 70px;
    height: 39px;
    background-color: transparent;
    padding: 10px 13px;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    text-align: center;
    margin-left: 166px;
}

.txtDiagramaCircular {
    width: 61px;
    height: 35px;
    background-color: #F9FDFF;
    padding: 10px;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    text-align: center;
    position: absolute;
    font-family: 'Myriad Pro';
    font-size: 38px;
    color: #575756;
}

#txtDiagramaCircular1 {
    top: 49.5%;
    left: 55%;
}

#txtDiagramaCircular2 {
    top: 46%;
    left: 64.5%;
}

#txtDiagramaCircular3 {
    top: 60.5%;
    left: 55.5%;
}

#txtDiagramaCircular4 {
    top: 58.8%;
    left: 66%;
}

.txtFrecuencia:focus,
.txtFrecuenciaRelativa:focus,
.txtFrecuenciaPorcentual:focus,
.txtDiagramaCircular:focus,
#txtTendenciaPoblacion:focus {
    outline: none;
}

.cajaCorrecta {
    color: #2FAC66;
}

.cajaIncorrecta {
    color: #E30613;
}

#popTablaClases table {
    position: absolute;
    top: 25%;
    left: 27.4%;
    font-family: 'cabinregular';
    font-size: 35px;
    line-height: 38px;
    color: #575756;
}

#popTablaClases table tr td:nth-child(1) {
    width: 227px;
    text-align: center;
}

#popTablaClases table tr td:nth-child(2) {
    width: 269px;
}

#popTablaClases table tr td:nth-child(3) {
    width: 266px;
}

#popTablaClases table tr:nth-child(1) td {
    height: 89px;
}

#popTablaClases table tr:nth-child(2) td,
#popTablaClases table tr:nth-child(4) td {
    height: 97px;
}

#popTablaClases table tr:nth-child(3) td {
    height: 96px;
}

#popTablaClases table tr:nth-child(5) td {
    height: 95px;
}

#diagrama {
    width: 510px;
    height: 393px;
    position: relative;
    top: 27.6%;
    left: 30.5%;
    background-color: transparent;
}
/*--------------------------------------------------------------------------------------------*/

.barra {
    width: 46px;
    height: 384px;
    position: absolute;
    background-color: transparent;
    bottom: 0;
}

.barra:focus {
    outline: none;
}

.barra .ui-slider-handle {
    width: 46px;
    height: 2px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    cursor: pointer;
    position: absolute;
}

.barra.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.barra.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.barra.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.barra:nth-child(1) {
    left: 20px;
}

.barra:nth-child(1) .ui-slider-handle,
.barra:nth-child(1) .ui-slider-range {
    background-color: #2FAC66;
}

.barra:nth-child(2) {
    left: 158px;
}

.barra:nth-child(2) .ui-slider-handle,
.barra:nth-child(2) .ui-slider-range {
    background-color: #F39200;
}

.barra:nth-child(3) {
    left: 295px;
}

.barra:nth-child(3) .ui-slider-handle,
.barra:nth-child(3) .ui-slider-range {
    background-color: #36A9E1;
}

.barra:nth-child(4) {
    left: 430px;
}

.barra:nth-child(4) .ui-slider-handle,
.barra:nth-child(4) .ui-slider-range {
    background-color: #E94E1B;
}

.contentClick {
    width: 218px;
    height: 126px;
    background-color: #fefefe;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: absolute;
    top: 64%;
}

#contentClick1 {
    left: 8%;
}

#contentClick2 {
    left: 29%;
}

#contentClick3 {
    left: 50%;
}

#contentClick4 {
    left: 71%;
}

.clickReglaTres {
    background-image: url(../img/click/clickMarca.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 31px;
}

#cntEnunciadoTendencia {
    width: 708px;
    height: 108px;
    background-color: #EF525B;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
      margin: 34px 0 0 170px;
  position: relative;
}

#cntEnunciadoTendencia .texto {
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 33px;
    color: #fefefe;
      letter-spacing: -0.5px;
}

#txtTendenciaPoblacion {
  width: 980px;
  height: 320px;
  background-color: #fefefe;
  resize: none;
  border: 2px solid #989898;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
  position: absolute;
  top: 26.5%;
  left: 12.3%;
  font-family: 'cabinmedium';
  font-size: 35px;
  -webkit-box-shadow: 0px 0px 9px 0px #989898 inset;
  -moz-box-shadow: 0px 0px 9px 0px #989898 inset;
  box-shadow: 0px 0px 9px 0px #989898 inset;
}