
/* animaciones */
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes cloud {
  from {
    left: -140px;
  }
  to {
    left: 280px;
  }
}

@-webkit-keyframes opacityin {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Standard syntax */
@keyframes opacityout {
  from {opacity: 1;}
  to {opacity: 0;}
}


.clear {
  clear: both;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.half-width {
  width: 100%;
}

.column30 {
  width: 30%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.column35 {
  width: 35%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.column45 {
  width: 45%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.column10 {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.column60 {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.column80 {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
#grafico_gestion_judicial {
  margin: 40px 0;
  text-align: center;
  background-image: url('../img/transparencia/graficos/gestion_judicial/img_gestion_judicial.png');
  background-size: 25%;
  background-position: 50% 88%;
  background-repeat: no-repeat;
}
#grafico_gestion_judicial .titulo {
  color: #009084;
  font-size: 35px;
}
#grafico_gestion_judicial .circulos {
  width: 100%;
  display: table;
}

#grafico_gestion_judicial .contentLeft{width: 100%;}
#grafico_gestion_judicial .contentRight{width: 100%;}

#grafico_gestion_judicial .contentLeft .linea{
    background-image: url(../img/transparencia/graficos/otorgamiento/bola.png), url(../img/transparencia/graficos/otorgamiento/lineah_bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 32% 50%, 54% 50%;
    background-size:  8%, 55%;
    height: 25px;
    position: absolute;
    top: 45%;
    right: -80px;
    width: 50%;
    z-index: -1;
  }

#grafico_gestion_judicial .contentRight .linea{
    background-image: url(../img/transparencia/graficos/otorgamiento/bola.png), url(../img/transparencia/graficos/otorgamiento/lineah_bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 50% 50%, 64% 50%;
    background-size: 8%, 55%;
    height: 25px;
    position: absolute;
    top: 45%;
    left: -80px;
    width: 50%;
    z-index: -1;
  }

#grafico_gestion_judicial .row {
  width: 80%;
  margin: 0 auto;
}
#grafico_gestion_judicial .circulo_valores {
  margin: 40px 0;
  text-align: center;
  -webkit-box-shadow: -5px 5px 9px 0px #96c2c0;
  -moz-box-shadow: -5px 5px 9px 0px #96c2c0;
  box-shadow: -5px 5px 9px 0px #96c2c0;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: relative;
}

#grafico_gestion_judicial .circulo_intermedio{
  margin: 40px auto;
  text-align: center;
  -webkit-box-shadow: -5px 5px 9px 0px #96c2c0;
  -moz-box-shadow: -5px 5px 9px 0px #96c2c0;
  box-shadow: -5px 5px 9px 0px #96c2c0;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: relative;
}

#grafico_gestion_judicial .circulo_intermedio .contenido{
   position: relative;
}

#grafico_gestion_judicial .circulo_hijo{
  margin: 40px 0;
  text-align: center;
  -webkit-box-shadow: -5px 5px 9px 0px #96c2c0;
  -moz-box-shadow: -5px 5px 9px 0px #96c2c0;
  box-shadow: -5px 5px 9px 0px #96c2c0;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: none;
  z-index: 10;
}

#grafico_gestion_judicial .circulo_hijo_hijo{
  margin: 40px 0;
  text-align: center;
  -webkit-box-shadow: -5px 5px 9px 0px #96c2c0;
  -moz-box-shadow: -5px 5px 9px 0px #96c2c0;
  box-shadow: -5px 5px 9px 0px #96c2c0;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: none;
  z-index: 10;
}

#grafico_gestion_judicial .circulo_valores.verde, #grafico_gestion_judicial .circulo_hijo.verde, #grafico_gestion_judicial .circulo_intermedio.verde,  #grafico_gestion_judicial .circulo_hijo_hijo.verde{
  background-color: #0c7976;
  color: #ffffff;
}
#grafico_gestion_judicial .circulo_valores.celeste, #grafico_gestion_judicial .circulo_hijo.celeste, #grafico_gestion_judicial .circulo_intermedio.celeste, #grafico_gestion_judicial .circulo_hijo_hijo.celeste{
  background-color: #70BFBB;
  color: #ffffff;
}
#grafico_gestion_judicial .circulo_valores.middle{margin: 20px auto;}
#grafico_gestion_judicial .circulo_valores.left{float: left;}
#grafico_gestion_judicial .circulo_valores.right{float: right;}

#grafico_gestion_judicial .circulo_valores:hover .circulo_hijo, #grafico_gestion_judicial .circulo_valores .circulo_hijo.active, #grafico_gestion_judicial .circulo_intermedio:hover .circulo_hijo, #grafico_gestion_judicial .circulo_intermedio .circulo_hijo.active, #grafico_gestion_judicial .circulo_intermedio .circulo_hijo:hover .circulo_hijo_hijo, #grafico_gestion_judicial .circulo_intermedio .circulo_hijo .circulo_hijo_hijo.active{display: block;}



#grafico_gestion_judicial .circulo_hijo.topleft{ position: absolute; left: 150px; top:-90px;}
#grafico_gestion_judicial .circulo_hijo.topright{ position: absolute; right: 150px; top:-90px;}
#grafico_gestion_judicial .circulo_hijo.bottomleft{ position: absolute; left: 150px; bottom:-90px;}
#grafico_gestion_judicial .circulo_hijo.bottommiddle{ position: absolute; left: 23px; bottom:-160px;}
#grafico_gestion_judicial .circulo_hijo.bottomright{ position: absolute; right: 150px; bottom:-90px;}

#grafico_gestion_judicial .circulo_hijo.top{ position: absolute; left: 10px; top: -155px;}
#grafico_gestion_judicial .circulo_hijo.left{ position: absolute; left: -120px; top:-25px;}
#grafico_gestion_judicial .circulo_hijo.right{ position: absolute; right: -120px; top:-25px;}
#grafico_gestion_judicial .circulo_hijo.bottom{ position: absolute; left: 10px; bottom:-155px;}


#grafico_gestion_judicial .circulo_hijo_hijo.topright{ position: relative; right: -85px; top: -260px;}
#grafico_gestion_judicial .circulo_hijo_hijo.bottomright{ position: absolute; right: -85px; bottom: -115px;}

#grafico_gestion_judicial .circulo_valores .contenido{ width: 180px; height: 180px; display: table-cell; vertical-align: middle; padding: 0 15px; line-height: 36px;}
#grafico_gestion_judicial .circulo_intermedio .contenido{ width: 150px; height: 150px; display: table-cell; vertical-align: middle; padding: 0 15px; line-height: 36px;}
#grafico_gestion_judicial .circulo_hijo .contenido{ width: 140px; height: 140px;}
#grafico_gestion_judicial .circulo_hijo_hijo .contenido{ width: 125px; height: 125px; padding: 0 10px;}
#grafico_gestion_judicial .contenido .numero { font-size: 24px;}
#grafico_gestion_judicial .contenido:hover .numero{cursor: pointer;} 
#grafico_gestion_judicial .contenido .descripcion { font-size: 16px; line-height: 18px; cursor: pointer;}
#grafico_gestion_judicial .circulo_valores .contenido .numero img, #grafico_gestion_judicial .circulo_intermedio .contenido .numero img {width: 24px; display: inline-block; vertical-align: inherit;}
    

#grafico_otorgamiento {
  min-width: 650px;
  background: url('../img/transparencia/graficos/otorgamiento/bg_otorgamiento.png') no-repeat 49.5% 50%, url('../img/transparencia/graficos/otorgamiento/linea.png') repeat-y 49.3% 50%;
  background-size: 100%, 15px, 100%;
  position: relative;
  min-height: 750px;
  overflow: visible;
  width: 80%;
  margin: 0 auto;
}
#grafico_gestion_judicial .subtitulo, #grafico_otorgamiento .subtitulo {
  background: url("../img/transparencia/graficos/otorgamiento/bg_title.png") no-repeat 0% 90%, url("../img/transparencia/graficos/otorgamiento/bg_title.png") no-repeat 100% 90%;
  width: 85%;
  margin: 0px auto 15px;
  position: relative;
  text-transform: uppercase;
}
#grafico_gestion_judicial .subtitulo{width: 60%;}
#grafico_gestion_judicial .subtitulo h3, #grafico_otorgamiento .subtitulo h3 {
  color: #ffffff;
  width: auto;
  border: 3px solid #ffffff;
  border-radius: .5rem;
  display: block;
  padding: 1.5rem .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  width: 24rem;
  background: #14b3d0;
}
#grafico_gestion_judicial .subtitulo .punto img, #grafico_otorgamiento .subtitulo .punto img {
  position: absolute;
  bottom: -20px;
  left: 46.5%;
}
#grafico_otorgamiento .circulo {
  background-color: #e4e4e4;
  border: 3px solid #7f6ca5;
  z-index: 0;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  display: table;
  padding: 0 5px;
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
}
#grafico_otorgamiento .circulo .titulo {
  color: #120e29;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}
#grafico_otorgamiento .circulo .titulo span {
  color: #1e90ff;
}
#grafico_otorgamiento .circulo .detalle {
  color: #ffffff;
  display: none;
}
#grafico_otorgamiento .circulo .detalle .destacado {
  font-size: 23px;
}
#grafico_otorgamiento .circulo .detalle .descripcion {
  font-size: 13px;
  font-weight: 300;
  position: relative;
  padding-right: 3px;
}
#grafico_otorgamiento .circulo .detalle .descripcion:hover {
  cursor: pointer;
  background: #83cfd9;
  border-radius: 5px;
}

#grafico_otorgamiento .circulo .detalle .descripcion .ver_mas{
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
 /* margin-left: -10px;*/
  bottom: 0;
  background-size: 50%;
  background: #83cfd9 ;
  border-radius: 0 5px 5px 5px;
}
#grafico_otorgamiento .circulo .detalle .descripcion .ver_mas::after{
  content: '+';
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

/*#grafico_otorgamiento .circulo .detalle .descripcion:first-child .ver_mas{}
*/
#grafico_otorgamiento .circulo .detalle .descripcion:hover .ver_mas{
  display: block;
}


#grafico_otorgamiento .circulo .detalle .separador {
  border: 1px solid #ffffff;
  margin: 5px 0;
}
#grafico_otorgamiento .circulo.ordinaria {
  position: absolute;
  left: 16%;
  top: 35%;
}
#grafico_otorgamiento .circulo.ordinaria.efecto {
  animation: balloon 2s 0s ease;
}
#grafico_otorgamiento .circulo.invalidez {
  position: absolute;
  right: 16%;
  top: 35%;
}
#grafico_otorgamiento .circulo.invalidez.efecto {
  animation: balloon 2.2s 0s ease;
}
#grafico_otorgamiento .circulo.edad_avanzada {
  position: absolute;
  left: 0%;
  top: 50%;
}
#grafico_otorgamiento .circulo.edad_avanzada.efecto {
  animation: balloon 2.3s 0s ease;
}
#grafico_otorgamiento .circulo.prorroga_invalidez {
  position: absolute;
  right: 0%;
  top: 50%;
}
#grafico_otorgamiento .circulo.prorroga_invalidez.efecto {
  animation: balloon 2.4s 0s ease;
}
#grafico_otorgamiento .circulo.directa {
  position: absolute;
  left: 27%;
  top: 54%;
}
#grafico_otorgamiento .circulo.directa.efecto {
  animation: balloon 2.5s 0s ease;
}
#grafico_otorgamiento .circulo.derivada {
  position: absolute;
  right: 27%;
  top: 54%;
}
#grafico_otorgamiento .circulo.derivada.efecto {
  animation: balloon 2.6s 0s ease;
}
#grafico_otorgamiento .circulo.cobro_subsidio {
  position: absolute;
  left: 39%;
  top: 80%;
}
#grafico_otorgamiento .circulo.cobro_subsidio.efecto {
  animation: balloon 2.7s 0s ease;
}
#grafico_otorgamiento .circulo.cobro_subsidio img {
  position: absolute;
  top: -40px;
  left: 25%;
  width: 49%;
}
#grafico_otorgamiento .circulo.cobro_subsidio img.efecto {
  animation: balloon 2.8s 0s ease;
}
#grafico_otorgamiento .circulo.principal {
  border: 5px solid #ffc255;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  top: 35px;
  position: relative;
  float: none;
}
#grafico_otorgamiento .circulo.principal.efecto {
  animation: balloon1 2.9s 0s ease;
}
#grafico_otorgamiento .circulo.final {
  border: 5px solid #54acaa;
  margin: 0 auto;
}
#grafico_otorgamiento .circulo:hover {
  background-color: #54acaa;
  border-color: #54acaa;
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Safari */
  transform: scale(1.3);
  z-index: 20;
}
#grafico_otorgamiento .circulo:hover .titulo {
  display: none;
}
#grafico_otorgamiento .circulo:hover .detalle {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}
#grafico_otorgamiento .circulo:hover.cobro_subsidio img {
  display: none;
}
#grafico_pago_haberes {
  min-width: 750px;
  width: 80%;
  margin: 50px auto 0;
  background: url('../img/transparencia/graficos/otorgamiento/bg_otorgamiento.png') no-repeat 49.5% 60%, url('../img/transparencia/graficos/otorgamiento/linea.png') repeat-y 49.5% 50%, url('../img/transparencia/graficos/pago_de_haberes/bg_top_right.png') no-repeat 100% 20%, url('../img/transparencia/graficos/pago_de_haberes/bg_right.png') no-repeat 100% 130%, url('../img/transparencia/graficos/pago_de_haberes/bg_left.png') no-repeat 0% 110%;
  background-size: 60% , 15px, 50px, 220px, 220px;
  position: relative;
  min-height: 650px;
}
#grafico_pago_haberes .subtitulo {
  background: url("../img/transparencia/graficos/otorgamiento/bg_title.png") no-repeat 0% 90%, url("../img/transparencia/graficos/otorgamiento/bg_title.png") no-repeat 100% 90%;
  width: 85%;
  margin: 0px auto 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 20;
}
#grafico_pago_haberes .subtitulo h3 {
  color: #ffffff;
  width: auto;
  border: 3px solid #ffffff;
  border-radius: .5rem;
  display: block;
  padding: 1rem .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  width: 24rem;
  background: #14b3d0;
}
#grafico_pago_haberes .subtitulo .punto img {
  position: absolute;
  bottom: -20px;
  left: 47%;
}
#grafico_pago_haberes .circulo {
  background-color: #e4e4e4;
  border: 5px solid #ffffff;
  z-index: 0;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  display: table;
  padding: 0 5px;
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
}
#grafico_pago_haberes .circulo .titulo {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
#grafico_pago_haberes .circulo .titulo div:hover{
  text-decoration: underline;
  cursor: pointer;
}
#grafico_pago_haberes .circulo .titulo span.numero {
  font-size: 32px;
  font-weight: 400;
}
#grafico_pago_haberes .circulo .titulo span.detalle {
  font-size: 12px;
}
#grafico_pago_haberes .circulo.izquierdo {
  position: relative;
  top: -70px;
  background-color: #71C41E; /*#52eb72*/ 
  color: #ffffff;
  float: left;
  left: 16%;
}
#grafico_pago_haberes .circulo.izquierdo.efecto {
  animation: balloon1 2.1s 0s ease;
}
#grafico_pago_haberes .circulo.derecho {
  position: relative;
  top: -50px;
  background-color: #62cad1;
  color: #ffffff; /* #120e29*/
  float: right;
  right: 17%;
}
#grafico_pago_haberes .circulo.derecho.efecto {
  animation: balloon1 2.1s 0s ease;
}
#grafico_pago_haberes .circulo.principal {
  float: none;
  background-color: #FE642E; /*#cba961*/
  border: 5px solid #ffc255;
  width: 200px;
  height: 200px;
  position: relative;
  top: 50px;
  margin: 0 auto;
  color: #ffffff;
}
#grafico_pago_haberes .circulo.principal.efecto {
  animation: balloon1 2s 0s ease;
}
#grafico_pago_haberes .circulo.final {
  border: 5px solid #54acaa;
  margin: 0 auto;
}
#grafico_pago_haberes .circulo:hover {
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Safari */
  transform: scale(1.2);
}
#grafico_pago_haberes .nro_dest {
  text-align: center;
  display: block;
  color: #2fac8b;
  position: relative;
  margin: 0 auto;
}
#grafico_pago_haberes .nro_dest .nro {
  font-size: 50px;
  font-weight: 300;
  display: initial;
  background-color: #ffffff;
}
#grafico_pago_haberes .nro_dest .descripcion {
  display: initial;
  background-color: #ffffff;
  padding:5px 10px;
  border-radius:10px;
  border: 2px solid #2fac8b;
  cursor: pointer;
}
#grafico_pago_haberes .nro_dest .descripcion:hover{
  text-decoration: underline;
  background-color: #2fac8b;
  color:#ffffff;
}
#grafico_pago_haberes .nro_dest.efecto {
  animation: slidein 1s 0s ease;
}
#recaudacion_e_historia_laboral .center {
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}


#recaudacion_e_historia_laboral .recaudacion_bg{position: absolute; }
#recaudacion_e_historia_laboral .recaudacion_bg.imagen1{width: 20%; left: 16%; top:50%;}
#recaudacion_e_historia_laboral .recaudacion_bg.imagen2{width: 15%; right: 16%; top: -10%;}
#recaudacion_e_historia_laboral .recaudacion_bg.imagen3{width: 7%; left: 26%;}
#recaudacion_e_historia_laboral .recaudacion_bg.imagen4{width: 8%; right: 24%; top: 18%;}


#recaudacion_e_historia_laboral .center.circulos{
  z-index: 10;
  min-height: 260px;
  padding-bottom: 20px;
  position: relative;
}

#recaudacion_e_historia_laboral #recaudacion {
  margin: 50px inherit;
  background: url('../img/transparencia/graficos/recaudacion/linea_bg.png') repeat-y 50% 50%;
  background-size: 15px;
}
#recaudacion_e_historia_laboral #recaudacion .subtitulo {
  background: url("../img/transparencia/graficos/recaudacion/bg_title.png") no-repeat 0% 90%, url("../img/transparencia/graficos/recaudacion/bg_title.png") no-repeat 100% 90%;
  width: 55%;
  margin: 0px auto 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
#recaudacion_e_historia_laboral #recaudacion .subtitulo h3 {
  color: #ffffff;
  width: auto;
  border: 3px solid #ffffff;
  border-radius: .5rem;
  display: block;
  padding: 1.5rem .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  width: 19rem;
  background: #14b3d0;
  text-align: center;
}
#recaudacion_e_historia_laboral #recaudacion .subtitulo .punto img {
  position: absolute;
  bottom: -20px;
  left: 47.2%;
}
#recaudacion_e_historia_laboral #recaudacion .descripcion {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  padding: .5rem;
  text-transform: uppercase;
  border-radius: .5rem;
  margin-: 10px 0;
  cursor:pointer;
  background-color: #ffffff;
}

#recaudacion_e_historia_laboral #recaudacion .descripcion .destacado{font-size: 20px; font-weight: bold;}
#recaudacion_e_historia_laboral #recaudacion .descripcion:hover{
  text-decoration: underline;
}
#recaudacion_e_historia_laboral #recaudacion .descripcion.blue {
  background-color: #0c7976;
  color: #ffffff;
}
#recaudacion_e_historia_laboral #recaudacion .numero_dest {
  color: #2fac8b;
  font-size: 50px;
  font-weight: 300;
  background-color: #ffffff;
  z-index: -1;
}
#recaudacion_e_historia_laboral #recaudacion .label_blue {
  background-color: #0c7976;
  color: #ffffff;
  display: inline-block;
  padding: .5rem;
  text-transform: uppercase;
  border-radius: .5rem;
}
#recaudacion_e_historia_laboral #recaudacion .devengado {
  position: relative;
  margin-top: 20px;
}
#recaudacion_e_historia_laboral #recaudacion .ddjj_entidades_empleadoras {
  margin-top: 50px;
  background-color: #ffffff;
}
#recaudacion_e_historia_laboral .acceso_seccion {
  font-size: 14px;
}
#recaudacion_e_historia_laboral .label_aportantes {
  background: url("../img/transparencia/graficos/recaudacion/bg_aportantes.png") 100% 10px no-repeat;
  width: 100%;
  height: 100px;
  float: right;
  cursor: pointer;
}
#recaudacion_e_historia_laboral .label_aportantes span {
  position: relative;
  top: 43%;
  right: 20%;
  font-weight: 300;
  font-size: 25px;
}
#recaudacion_e_historia_laboral .label_entidades_empleadoras {
  background: url("../img/transparencia/graficos/recaudacion/bg_entidades_empleadoras.png") no-repeat -15px 38%;
  width: 100%;
  height: 100px;
  top: 15px;
  position: relative;
  cursor: pointer;
}

#recaudacion_e_historia_laboral .label_entidades_empleadoras span {
  position: relative;
  top: 26%;
  left: 20%;
  font-weight: 300;
  font-size: 25px;
}
#recaudacion_e_historia_laboral .label_aportantes:hover, #recaudacion_e_historia_laboral .label_entidades_empleadoras:hover{
  text-decoration: underline;
}
#recaudacion_e_historia_laboral .contentRight {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  min-height: 250px;
  position: relative;
  z-index: 1;
}
#recaudacion_e_historia_laboral .contentRight .numero_dest {
  position: relative;
  left: 70px;
  text-align: center;
  top: 30px;
}
#recaudacion_e_historia_laboral .contentLeft {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 250px;
  z-index: 1;
}
#recaudacion_e_historia_laboral .contentLeft .linea{
    background-image: url(../img/transparencia/graficos/otorgamiento/bola.png), url(../img/transparencia/graficos/otorgamiento/lineah_bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 32% 50%, 54% 50%;
    background-size:  8%, 55%;
    height: 25px;
    position: absolute;
    top: 48%;
    right: 0;
    width: 50%;
  }

#recaudacion_e_historia_laboral .contentRight .linea{
  background-image: url(../img/transparencia/graficos/otorgamiento/bola.png), url(../img/transparencia/graficos/otorgamiento/lineah_bg.png);
  background-repeat: no-repeat, repeat-x;
  background-position:72% 50%, 64% 50%;
  background-size: 8%, 55%;
  height: 25px;
  position: absolute;
  top: 38%;
  left: 1px;
  width: 50%;
  }

#recaudacion_e_historia_laboral .contentLeft .numero_dest {
  position: relative;
  left: 12%;
  text-align: left;
  top: 30px;
}
#recaudacion_e_historia_laboral .circulo {
  position: relative;
  text-align: center;
  left: 37%;
  border-radius: 50%;
  background: #70BFBB;
  color:#ffffff;
  height: 150px;
  width: 150px;
  z-index: auto;
  display: table;
  font-weight: 500;
  padding: 0 10px;
}

#recaudacion_e_historia_laboral .ayuda , #grafico_gestion_judicial .ayuda {display: block; width: 25px; height: auto;}
#recaudacion_e_historia_laboral .ayuda img, #grafico_gestion_judicial .ayuda img{width: 60px; height: auto; cursor: pointer;}
#recaudacion_e_historia_laboral .circulo .ayuda.bottom, .circulos .ayuda.top{position: absolute; bottom:5px; left:65px;}
#grafico_gestion_judicial .circulo_valores .ayuda.bottom {position: absolute; bottom:5px; left:80px;} 
#grafico_gestion_judicial .circulo_intermedio .ayuda.bottom {position: relative; left: 45px; height: 20px;} 

#recaudacion_e_historia_laboral .circulos .ayuda.top, #grafico_gestion_judicial .circulo_valores .ayuda.top {position: absolute; top:-5px; text-align: center; left: 49%;}
/*#recaudacion_e_historia_laboral .devengado .ayuda.bottom {position: absolute; bottom:-20px; text-align: center; left: 49%;}*/
#recaudacion_e_historia_laboral .ayuda .texto_ayuda, #grafico_gestion_judicial .ayuda .texto_ayuda{opacity: 0; border-radius: 20px; padding: 10px; font-size: 12px; background-color:#FAB03C; width: 400px; top: 30px; position:absolute; right: -190px;  transition: opacity 1s; color: #ffffff; display: none; text-align: left;}
 #grafico_gestion_judicial .ayuda .texto_ayuda {line-height: 16px;}
#recaudacion_e_historia_laboral .ayuda:hover .texto_ayuda, #grafico_gestion_judicial .ayuda:hover .texto_ayuda{opacity:1; transition: opacity 1s; z-index: 600; display: block; }


#recaudacion_e_historia_laboral .contentLeft .circulo {  top: 65px;}

#recaudacion_e_historia_laboral .contentRight .circulo {  top: 40px;}

#recaudacion_e_historia_laboral .circulo .labelCirculo, #recaudacion_e_historia_laboral .circuloHijo .labelInterno{display: table-cell; vertical-align: middle; line-height: 25px; cursor: pointer;}
#recaudacion_e_historia_laboral .circulo .labelCirculo .valor{color:#ffffff; font-size: 1rem;}
#recaudacion_e_historia_laboral #recaudacion .descripcion img, #recaudacion_e_historia_laboral .circulo .labelCirculo .valor img{width: 24px;}
#recaudacion_e_historia_laboral .circuloHijo .labelInterno .valor{ color: #70BFBB; font-size:1.25rem; padding: 2px;}
#recaudacion_e_historia_laboral .circuloHijo .labelInterno .valor:hover{
  -webkit-box-shadow: 10px 10px 5px -4px rgba(193,193,193,1);
  -moz-box-shadow: 10px 10px 5px -4px rgba(193,193,193,1);
  box-shadow: 10px 10px 5px -4px rgba(193,193,193,1);}
#recaudacion_e_historia_laboral .circuloHijo .labelInterno img{ width: 24px; }
#recaudacion_e_historia_laboral .circuloHijo .labelInterno .valor, #recaudacion_e_historia_laboral .circuloHijo .labelInterno img{display: inline-block; }
#recaudacion_e_historia_laboral .circulo .circuloHijo {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  color:#70BFBB;
  width: 165px;
  height: 165px;
  background-color: #ffffff;
  border: 3px solid #70BFBB;
  display: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 2s;
}
#recaudacion_e_historia_laboral .circulo .circuloHijo.pensiones{top: -110px; left:-110px;}
#recaudacion_e_historia_laboral .circulo .circuloHijo.jubilaciones{top: 78px; left:-110px }
#recaudacion_e_historia_laboral .circulo .circuloHijo.retiros{top: -110px; right: -110px; }
#recaudacion_e_historia_laboral .circulo .circuloHijo.asignaciones{top: 78px; right: -110px; }
#recaudacion_e_historia_laboral .circulo:hover .circuloHijo, #recaudacion_e_historia_laboral .circulo .circuloHijo.active{
   display: table;
   opacity: 1;
  -webkit-animation-name: opacityin; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  animation-name: opacityin;
  animation-duration: 2s;
  animation-direction: alternate;}
#recaudacion_e_historia_laboral ul#areas {
  background: url('../img/transparencia/graficos/recaudacion/bg_2.png') no-repeat 50% 100%;
  background-size: contain;
  display: table;
  margin: 50px 0 5px;
  padding: 0 0 100px;
}
#recaudacion_e_historia_laboral ul#areas li {
  width: 25%;
  display: table-cell;
  text-align: center;
}
#recaudacion_e_historia_laboral ul#areas li .icono img {
  margin: 0 auto;
}
#recaudacion_e_historia_laboral ul#areas li .nombre_area {
  height: 60px;
  color: #48b699;
  margin: 15px 0;
  text-transform: uppercase;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.8);
}
#recaudacion_e_historia_laboral ul#areas li .cuadros {
  background-color: #0c7976;
  padding: 5px 5px;
  margin: 5px;
  display: block;
  color: #ffffff;
  min-height: 200px;
}
#recaudacion_e_historia_laboral ul#areas li .cuadros .detalle {
  margin: 10px 0;
  font-size: 16px;
  display: block;
}

@media all and (max-width: 1200px) {}

@media all and (max-width: 1024px) {
  section#grafico_otorgamiento {
    width: 90%;
    margin-left: 5%;
  }
  #recaudacion_e_historia_laboral .recaudacion_bg{display: none;}
  #recaudacion_e_historia_laboral .contentLeft, #recaudacion_e_historia_laboral .contentRight{
    width: 100%;
    text-align: center;
    float: none;
    margin:30px 0; 
  }

   #recaudacion_e_historia_laboral .linea{display: none;}
   #recaudacion_e_historia_laboral .circulo { left: 42%; }

  #recaudacion_e_historia_laboral .contentLeft .label_aportantes, #recaudacion_e_historia_laboral .contentRight .label_entidades_empleadoras{
    background-image: none;
    text-align: center;
    background-color: #ffffff
  }
  #recaudacion_e_historia_laboral .contentRight .circulo{top: 80px;}
  #recaudacion_e_historia_laboral .contentLeft .label_aportantes span{
    right: 0;
  }

  #recaudacion_e_historia_laboral .contentLeft .numero_dest, #recaudacion_e_historia_laboral .contentRight .numero_dest{
    text-align: center;
    left: 0;
    background-color: #ffffff
  }

  #recaudacion_e_historia_laboral .contentRight .label_entidades_empleadoras span{
    left: 0;
  }

  #grafico_pago_haberes {
    min-width: auto;
  }

  #grafico_pago_haberes .circulo.izquierdo, #grafico_pago_haberes .circulo.derecho{
    top: 0;
  }
}

@media all and (max-width: 1000px) {   
  #recaudacion_e_historia_laboral .circulo { left: 41%; margin-left: -15px}
  #grafico_gestion_judicial { background-image: none;}

}

@media all and (max-width: 767px) {

  .column30, .column35, .column45, .column60, .column80 { width: 100%;}

  #recaudacion_e_historia_laboral .circulo { left: 37%; margin-left: 0; }
  section#grafico_otorgamiento {
    margin: 0 auto;
    min-width: auto;
  }
  section#grafico_otorgamiento .subtitulo h3 {
    width: auto;
  }
  section#grafico_otorgamiento .circulo {
    margin: 5px 4.5%;
  }
  section#grafico_otorgamiento .circulo.ordinaria {
    position: relative;
    left: 0%;
    float: left;
  }
  section#grafico_otorgamiento .circulo.invalidez {
    position: relative;
    right: 0%;
    float: right;
  }
  section#grafico_otorgamiento .circulo.edad_avanzada {
    position: relative;
    left: 0%;
    top: 0%;
    float: left;
  }
  section#grafico_otorgamiento .circulo.prorroga_invalidez {
    position: relative;
    right: 0%;
    top: 0%;
    float: right;
  }
  section#grafico_otorgamiento .circulo.directa {
    position: relative;
    left: 0%;
    top: 0%;
    float: left;
  }
  section#grafico_otorgamiento .circulo.derivada {
    position: relative;
    right: 0%;
    top: 0%;
    float: right;
  }
  section#grafico_otorgamiento .circulo.cobro_subsidio {
    position: relative;
    top: 0%;
    clear: both;
    float: none;
    left: 0;
  }
  section#grafico_otorgamiento .circulo.cobro_subsidio img {
    dislay: none;
  }
  
  #grafico_pago_haberes{
   /* background: none;
    background-position:none;*/
  }

  #grafico_pago_haberes .nro_dest{
    margin-bottom: 30px;
  }

  #grafico_pago_haberes .circulo.izquierdo, #grafico_pago_haberes .circulo.derecho, #grafico_pago_haberes .circulo.principal{
    margin-top: 30px;
    top: 0;
    float: none;
    left: auto;
    right: auto;
    margin:0 auto;
  }

  #grafico_gestion_judicial .contentLeft .linea{ top: 105%; right: 100px; transform: rotate(90deg); }
  #grafico_gestion_judicial .contentRight .linea{ top: 0%; left: 105px; transform: rotate(90deg); }
 

  .grafico_ppal .submitbuttom{
    position: absolute;  bottom: -17%; left: 5%;
  }

  #grafico_gestion_judicial .subtitulo{width: auto;}
  #recaudacion_e_historia_laboral .contentLeft{width: 100%;}
  #recaudacion_e_historia_laboral .contentRight{width: 100%;}
}

@media all and (max-width: 621px) {
  .grafico_ppal .submitbuttom{
    position: absolute;  bottom: -19%; left: 5%;
  }
   #recaudacion_e_historia_laboral .circulo { left: 33%; margin-left: 0; }
}

@media all and (max-width: 500px) {
  #recaudacion_e_historia_laboral .circulo { left: 33%; margin-left: 0; }
}
@media all and (max-width: 467px) {
  .grafico_ppal .submitbuttom{
    position: absolute;  bottom: -85%; left: 5%;
  }
  #recaudacion_e_historia_laboral #recaudacion .subtitulo{width: auto;}
  #recaudacion_e_historia_laboral .circulo{left: 30%;}
  #recaudacion_e_historia_laboral #recaudacion{background: url(../img/transparencia/graficos/recaudacion/linea_bg.png) repeat-y 53% 50%; background-size: 15px;}
}