/*SETEO DE PADDING CERO PARA LOS SLIDERS*/
#DeltaPlaceHolderMain article .container-fluid{

  padding: 0px;
  
  }

/**ESTILOS AGENDA CULTURAL**/

.agc-col{
  overflow: hidden;
  margin-top: 10px;
  }
  
  /*---FIRST LINE---*/

  .agc-card-1-img{
  background-color: #e23944;
  border-right: 10px solid #fff;
  height: 240px;
  padding: 0 !important;
  }

  .agc-card-1{
  background-color: #e23944;
  color: #fff;
  border-right: 10px solid #fff;
  text-align: center;
  height: 240px;
  overflow: hidden;
  padding-top: 90px;
  }

  /*---SECOND LINE---*/

  .agc-card-2-img{
  background-color: #ffad45;
  border-right: 10px solid #fff;
  height: 240px;
  padding: 0 !important;
  }

  .agc-card-2{
  background-color: #ffad45;
  color: #fff;
  border-right: 10px solid #fff;
  text-align: center;
  height: 240px;
  overflow: hidden;
  padding-top: 90px;
  }

  /*---THIRD LINE---*/

  .agc-card-3-img{
  background-color: #243c49;
  border-right: 10px solid #fff;
  height: 240px;
  padding: 0 !important;
  }

  .agc-card-3{
  background-color: #243c49;
  color: #fff;
  border-right: 10px solid #fff;
  text-align: center;
  height: 240px;
  overflow: hidden;
  padding-top: 90px;
  }

  /*---FOURTH LINE---*/

  .agc-card-4-img{
  background-color:#00898e;
  border-right: 10px solid #fff;
  height: 240px;
  padding: 0 !important;
  }

  .agc-card-4{
  background-color: #00898e;
  color: #fff;
  border-right: 10px solid #fff;
  text-align: center;
  height: 240px;
  overflow: hidden;
  padding-top: 90px;
  }

  /*---FIFTH LINE---*/

  .agc-card-5-img{
  background-color: #ddd;
  border-right: 10px solid #fff;
  height: 240px;
  padding: 0 !important;
  }

  .agc-card-5{
  background-color: #ddd;
  color: #fff;
  border-right: 10px solid #fff;
  text-align: center;
  height: 240px;
  overflow: hidden;
  padding-top: 90px;
  }

  /*--FINISH FIFTH LINE--*/

  .agc-white-txt{
  color: #fff !important;
  }

  .agc-gray-txt{
  color: #333333 !important;
  }

  .agc-img-der{
  width: 100%;
  height: auto;
  opacity: 0.8;
  }

  .agc-cont-conoce{
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(/PublishingImages/cultura-y-recreacion/img/agenda-cultural/link-vermas-blanc.png) no-repeat right;
  background-size: 30px;
  font-size: smaller;
  height: 30px;
  display: table;
  }

  .agc-conoce{
      display: table-cell;
      vertical-align: middle;
      padding-right: 35px;
      color: #fff;
  }

  .agc-conoce-grey {
      display: table-cell;
      vertical-align: middle;
      padding-right: 35px;
      color: #333333;
  }

  .agc-conoce:hover{
      color: #fff !important;
  }

  .agc-conoce:visited{
      color: #fff !important;
  }

  @media (max-width: 760px){ 
      .agc-card-1{
          border-right: none !important;
          height: auto !important;
          padding-top: 20px !important;
          padding-bottom: 15px;
          padding-left: 20px;
      }

      .agc-card-1-img{
          border-right: none !important;
      }

      .agc-card-2{
          border-right: none !important;
          height: auto !important;
          padding-top: 20px !important;
          padding-bottom: 15px;
          padding-left: 20px;
      }

      .agc-card-2-img{
          border-right: none !important;
      }

      .agc-card-3{
          border-right: none !important;
          height: auto !important;
          padding-top: 20px !important;
          padding-bottom: 15px;
          padding-left: 20px;
      }

      .agc-card-3-img{
          border-right: none !important;
      }

      .agc-card-4{
          border-right: none !important;
          height: auto !important;
          padding-top: 20px !important;
          padding-bottom: 15px;
          padding-left: 20px;
      }

      .agc-card-4-img{
          border-right: none !important;
      }

      .agc-card-5{
          border-right: none !important;
          height: auto !important;
          padding-top: 20px !important;
          padding-bottom: 15px;
          padding-left: 20px;
      }

      .agc-card-5-img{
          border-right: none !important;
      }

      .agc-cont-conoce{
      text-align: center;
      position: sticky;
      margin-right: auto;
      margin-left: auto;
      bottom: 0 !important;
      right: 0 !important;
      background-size: 30px;
      font-size: smaller;
      height: 30px;
      display: table;
      }
  }

  /**ESTILOS CONVERSATORIOS COMPENSAR**/

  .blc-conferencista {
      margin: 30px 0;
      background-color: #f0f0f0;
      padding: 0 !important;
  }

  .blc-autor {
      padding: 0 !important;
  }

  .blc-imagen-3 {
      display: flex;
      align-items: flex-end;
      width: 100%;
      height: 415px;
      background: url("/PublishingImages/cultura-y-recreacion/img/biblioteca-conversatorios/conversatorio-ricardo-silva.jpg") no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }

  .blc-titulo {
      margin: 10px 0;
  }

  .blc-titulo h3 {
      color: #fff !important;
      font-family: 'Roboto Condensed', sans-serif !important;
      font-weight: 700 !important;
      font-size: 36px !important;
      margin: 5px 30px;
  }

  .blc-texto {
      padding: 20px;
  }

  .blc-texto hr {
      border-bottom: dotted 1px #ccc;
      width: 75%;
      text-align: center !important;
  }

  .blc-texto .blc-titulo-texto {
      font-size: 24px !important;
      font-weight: 700 !important;
      text-align: center;
  }

  .blc-texto p {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      font-size: 14px;
  }

  .blc-texto .blc-tema {
      text-align: justify;
  }

  .blc-fecha {
      background-color: #f0f0f0;
      padding: 10px;
      width: 280px;
  }

  .blc-texto img {
      padding: 5px 0;
      width: 50%;
  }

  .blc-btn-orange {
      background-color: #ff6600;
      border-color: #ff6600;
      color: #fff;
      font-weight: 500;
      text-align: center;
      margin: 15px 0 15px 30px;
  }

  .blc-btn-orange:hover {
      color: #fff !important;
  }

  .blc-btn-orange:visited {
      color: #fff !important;
  }

  .blc-conferencista2 {
      margin: 30px 0;
      background-color: #fff;
      padding: 0 !important;
  }

  .blc-imagen-1 {
      display: flex;
      align-items: flex-end;
      width: 100%;
      height: 415px;
      background: url("/PublishingImages/cultura-y-recreacion/img/biblioteca-conversatorios/conversatorios-pilar-quintana.jpg") no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }

  .blc-imagen-4 {
      display: flex;
      align-items: flex-end;
      width: 100%;
      height: 530px;
      background: url("/PublishingImages/cultura-y-recreacion/img/biblioteca-conversatorios/conversatorios-andres-hoyos.jpg") no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }

  .blc-imagen-5 {
      display: flex;
      align-items: flex-end;
      width: 100%;
      height: 415px;
      background: url("/PublishingImages/cultura-y-recreacion/img/biblioteca-conversatorios/conversatorios-lina-cespedes.jpg") no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }

  .blc-inscripcion {
      text-align: center;
      border-top: 2px dotted #dedede;
      margin-top: 20px;
  }

  .blc-img-responsive {
      display: block;
      max-width: 100%;
      height: auto;
  }

  .blc-resena {
      padding: 20px;
  }

  .blc-resena h3 {
      color: #999;
      font-weight: 400;
  }

  /**ESTILOS BIBLIOTECAS COMPENSAR**/

  .glyphicon-chevron-left::before {
      content: "\f053"!important;
      color: rgb(255, 102, 0) !important;
      font-size: 50px !important;
      width: 36px !important;
      font-family: 'FontAwesome'!important;
  }

  .glyphicon-chevron-right::before {
      content: "\f054"!important;
      color: rgb(255, 102, 0) !important;
      font-size: 50px !important;
      width: 36px !important;
      font-family: 'FontAwesome'!important;
  }

  .carousel-indicators .active {
      width: 13px;
      height: 13px;
      margin: 0;
      background-color: rgb(255, 255, 255);
      border: 1px solid rgb(255, 102, 0) !important;
  }

  .carousel-indicators li {
      display: inline-block;
      width: 13px;
      height: 13px;
      margin: 1px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #FFB27F;
      border: none !important;
      border-radius: 10px;
  }

  .lbc-img-responsive {
      width: 100%;
      height: auto;
  }

  .lbc-tabla-cntr {
      margin: 0 auto;
      border-collapse: collapse;
  }

  .lbc-btn-orange {
      background-color: #ff6600;
      border-color: #ff6600;
      color: #fff;
      font-weight: 500;
      text-align: center;
      margin: 15px 0 15px 30px;
  }

  .lbc-btn-orange:visited {
      color: #fff !important;
  }

  hr {
  border-top: 1px solid #eee;
  padding: 0;
  margin: 10px 0;
  }


  /* TABLAS */
  .TabbedPanelsContent table,
  .tabla {
      margin: 0 auto;
  }
  .TabbedPanelsContent table tr th,
  .tabla tr th {
      border: 1px dashed #ccc;
      padding: 5px;
      font-weight: bold;
      text-align: center;
  }
  .TabbedPanelsContent table tr td,
  .tabla tr td {
      border: 1px dashed #ccc;
      padding: 10px;
      vertical-align: top;
  }
  .TabbedPanelsContent table tr:nth-of-type(odd),
  .tabla tr:nth-of-type(odd) {
      background-color: #f5f8fa;
  }
  .tabla tr:nth-of-type(even) {
      background-color: #ffff;
  }
  .tabla tr:hover {
      background-color: #dce4ea !important;
  }
  .tabla thead tr {
      background-color: white !important;
  }
  /*Tabla responsive completa con scroll*/

  .table-responsive {
      margin-bottom: 30px;
      color: #777777;
      text-align: center;
      text-align: -webkit-center;
  }
  .table-responsive td,
  .table-responsive th {
      border: 1px dotted #cccccc;
      padding: 1.2rem;
      vertical-align: middle;
  }
  .table-responsive th {
      font-weight: 400;
      font-size: 16px;
      color: #000000;
      text-align: center;
  }
  .cebra tr:nth-child(odd) {
      background-color: #f5f8fa !important;
  }
  .resaltado-azul {
      background-color: #abf4e6;
      font-weight: 700;
  }
  .table-responsive tr:hover .resaltado-azul {
      background-color: #5cadd6 !important;
      color: white;
  }
  .resaltado-azul-titulo {
      background-color: #abf4e6;
  }
  .tabla-full-width {
      width: 100%;
  }
  /*Fin Tabla responsive completa con scroll*/
  /* Tabla 2 */
  .contenido .tabla-2 tr th {
      border: 1px dashed #ccc;
      padding: 5px;
      font-weight: bold;
      text-align: center;
  }
  .contenido .tabla-2 tr td {
      border: 1px dashed #ccc;
      padding: 10px;
      vertical-align: middle;
  }
  /* fin tabla 2 */

/**ESTILOS CULTURA Y RECREACIÃ“N**/

.glyphicon-chevron-left::before {
  content: "\f053"!important;
  color: rgb(255, 102, 0) !important;
  font-size: 50px !important;
  width: 36px !important;
  font-family: 'FontAwesome'!important;
}

.glyphicon-chevron-right::before {
  content: "\f054"!important;
  color: rgb(255, 102, 0) !important;
  font-size: 50px !important;
  width: 36px !important;
  font-family: 'FontAwesome'!important;
}

.carousel-indicators .active {
  width: 13px;
  height: 13px;
  margin: 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 102, 0) !important;
}

.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFB27F;
  border: none !important;
  border-radius: 10px;
}

.cyr-img-responsive {
  width: 100%;
  height: auto;
}

.carousel-control.right {
  margin-right: 15px;
}

.cyr-center-title {
  text-align: center;
}

.cyr-vitrina {
  text-align: center;
}

.cyr-vitrina img {
  margin: 0 auto;
}

.cyr-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.cyr-vitrina h1 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #333333;
}

.cyr-vitrina h3 {
  color: #777777;
  height: 2em;
  border-bottom: 1px dashed #ccc;
  margin-top: 15px;
}

.cyr-margin-bottom {
  margin-bottom: 15px;
}

.cyr-grilla {
  position: relative;
}

.cyr-vista {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.cyr-box-img1 {
  border-bottom: 3px solid #ffcc00;
}

.cyr-box-img2 {
  border-bottom: 3px solid #99cccc;
}

.cyr-box-img3 {
  border-bottom: 3px solid #990033;
}

.cyr-box-img4 {
  border-bottom: 3px solid #999999;
}

.cyr-box-img5 {
  border-bottom: 3px solid #ff6600;
}

.cyr-box-img6 {
  border-bottom: 3px solid #336666;
}

.cyr-box-img7 {
  border-bottom: 3px solid #669966;
}

.cyr-box-img8 {
  border-bottom: 3px solid #669900;
}

.cyr-box-img9 {
  border-bottom: 3px solid #6600cc;
}

.cyr-box-img10 {
  border-bottom: 3px solid #669966;
}

.cyr-box-img2 img {
  width: 100%;
}

.cyr-icon01 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-divertimento-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon02 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-ensayos-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon03 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-golfito-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon04 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-escalar-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon05 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-mofli-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon06 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-estacion-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon07 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-billar-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon08 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-tejo-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon09 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-cultura-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-icon10 {
  width: 67px;
  height: 67px;
  background: url("assets/img/icon-biblioteca-vitrina.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  top: -32px;
}

.cyr-box-text {
  height: auto;
  padding: 2em 1em 2em;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #f3f1f2;
  position: relative;
  top: -67px;
  display: block;
}

.cyr-box-text h3{
color: #555555;
margin-bottom: 20px;
font-size: 14px !important;
}

.modal-footer{
border-top: none !important;
}

.cyr-naranja{
color: #ff6600;
font-weight: bolder;
}

.cyr-naranja:visited{
color: #ff6600 !important;
}

.cyr-naranja a:visited{
color: #ff6600 !important;
}


/**ESTILOS SERVICIOS BIBLIOTECAS**/

.sbl-icon-servicio1 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-asesoria02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio2 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-bib-viajera02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio3 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-bib-itinerante02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio4 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-bib-digital02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio5 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-catalogo02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio6 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-consulta02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio7 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-internet02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio8 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-juegos02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio9 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-prestamo-externo02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio10 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-interbibliotecario02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio11 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-renovar-linea02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-icon-servicio12 {
  width: 67px;
  height: 67px;
  background: url("/PublishingImages/cultura-y-recreacion/img/servicios-biblioteca/icon-renovar-tel02.png") no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  
  top: 30px;
}

.sbl-text-servicio {
  text-align: center;
  height: 340px;
  background-color: #f3f1f2;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 3px solid #3CC;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sbl-text-servicio a {
  color: #3CC !important;
  padding: 5px;
  border: #3CC solid 1px;
  text-decoration: none;
  width: 100px;
  margin: 0 auto;
}

.sbl-text-servicio2 {
  text-align: center;
  height: 340px;
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 30px;
  border-top: 3px solid #ff6666;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sbl-text-servicio2 .sbl-afiliados {
  text-align: center;
  width: 150px;
  padding: 0 10px;
  background: #F63;
  color: #FFF;
  border-radius: 2px;
  margin: 10px auto;
}

.sbl-text-servicio2 a {
  color: #ff6666 !important;
  padding: 5px;
  border: #ff6666 solid 1px;
  text-decoration: none;
  width: 100px;
  margin: 0 auto;
}

.sbl-btn-orange {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 15px 30px;
}

.sbl-btn-orange:visited {
  color: #fff !important;
}

/*---TABLAS---*/

.TabbedPanelsContent table,
.tabla {
  margin: 0 auto;
}
.TabbedPanelsContent table tr th,
.tabla tr th {
  border: 1px dashed #ccc;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.TabbedPanelsContent table tr td,
.tabla tr td {
  border: 1px dashed #ccc;
  padding: 10px;
  vertical-align: top;
}
.TabbedPanelsContent table tr:nth-of-type(odd),
.tabla tr:nth-of-type(odd) {
  background-color: #f5f8fa;
}
.tabla tr:nth-of-type(even) {
  background-color: #ffff;
}
.tabla tr:hover {
  background-color: #dce4ea !important;
}
.tabla thead tr {
  background-color: white !important;
}
/*Tabla responsive completa con scroll*/

.table-responsive {
  margin-bottom: 30px;
  color: #777777;
  text-align: center;
  text-align: -webkit-center;
}
.table-responsive td,
.table-responsive th {
  border: 1px dotted #cccccc;
  padding: 1.2rem;
  vertical-align: middle;
}
.table-responsive th {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
tr:nth-child(odd) {
  background-color: #f5f8fa !important;
}
.resaltado-azul {
  background-color: #abf4e6;
  font-weight: 700;
}
.table-responsive tr:hover .resaltado-azul {
  background-color: #5cadd6 !important;
  color: white;
}
.resaltado-azul-titulo {
  background-color: #abf4e6;
}
.tabla-full-width {
  width: 100%;
}
/*Fin Tabla responsive completa con scroll*/
/* Tabla 2 */
.tabla-2 tr th {
  border: 1px dashed #ccc;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.tabla-2 tr td {
  border: 1px dashed #ccc;
  padding: 10px;
  vertical-align: middle;
}
/* fin tabla 2 */
/*listas tabuladas*/
.listas_tabuladas {
  padding-left: 20px !important;
  margin: 20px 0 20px 0 !important;
}
.listas_tabuladas li:before {
  list-style-type: inherit !important;
  content: "\e013" !important;
  font-family: 'Glyphicons Halflings'!important;
  float: left !important;
  margin-left: -23px !important;
  color: #f60 !important;
  margin-right: 10px !important;
}
.listas_tabuladas li {
  list-style-type: none;
  padding-left: 25px;
  padding-top: 5px;
}
.listas_tabuladas ul {
  padding-left: 0;
}
/* fin listas tabuladas*/
.caja_gris_imagen {
  background-color: #f2f2f2;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 30px;
  overflow: hidden;
}
.imagen_caja_gris {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  margin-top: 16px;
}
.imagen_caja_gris img {
  width: 100%;
}
.icono-naranja {
  text-align: center;
  color: #f60;
}
.linea_gris {
  border: dashed 0.5px #cccccc;
}
.linea_verde {
  border: solid 0.5px #81ba00;
}

.juegos img {
width: 75% !important;
}

.juegos p {
text-align: center !important;
}

.juegos h3 {
text-align: center !important;
color: #999999 !important;
}

.sbl-title{
  text-align: center;
}

@media (max-width: 760px){
  .sbl-text-servicio {
      height: 200px !important;
  }

  .sbl-text-servicio2 {
      height: 240px !important;
  }
}

/*****************************************************
                  Ludoteca
*****************************************************/
.carousel-indicators{
z-index: 1;
}
/*
* Colores de fondo
*/
.lud-bg-mo {
background: #990033;
}

.lud-bg-mo-dk {
background: #660000;
}

.lud-bg-ver {
background: #00CC33;
}

.lud-bg-ver-dk {
background: #009900;
}

.lud-bg-ama {
background: #FFCC33;
}

.lud-bg-ama-dk {
background: #FA9600;
}

.lud-bg-vio {
background: #CC0099;
}

.lud-bg-vio-dk {
background: #990099;
}

.lud-tx-b {
color: #ffffff !important;
}

.lud-tx-n {
color: #000 !important;
}



.img-responsive {
width: 100%;
height: auto;
}

/*
*   Titulos y Sub Titulos
*/
.lud-titulo {
font-family: "Roboto", sans-serif;
font-size: 30px;
font-weight: 700;
line-height: 33px;
}

.lud-sub-titulo {
font-family: "Roboto", sans-serif;
color: #000 !important;
font-weight: 600;
margin: 50px 0;
font-size: 25px;
}

@media (max-width: 460px) {
.lud-sub-titulo {
  font-size: 20px;
}
}

/*
* Padding y Margenes
*/
.lud-caja {
padding-top: 30px;
height: auto;
}

.lud-section-lg {
padding: 70px 0;
height: auto;
}

@media (max-width: 460px) {
.lud-section-lg {
  padding: 20px 0;
}
}

.lud-section-md {
padding: 45px 0;
height: auto;
}

.mb-xs {
margin-bottom: 50px;
}

.lud-mt {
margin-top: 50px;
}

/*
*  BUTTONS
*/
.lud-button {
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #000 !important;
background: #ffffff;
border-color: #999;
}

/*
* TARJETAS
*/
.lud-tar {
padding: 20px;
border-radius: 10px;
height: 280px;
}

@media (max-width: 1024px) {
.lud-tar {
  margin-bottom: 75px;
}
}

@media (max-width: 800px) {
.lud-tar {
  margin-bottom: 75px;
}
}

@media (max-width: 460px) {
.lud-tar {
  margin: 75px 0;
}
}

.lud-tar-icon {
width: 110px;
height: 140px;
display: block;
position: relative;
margin: 0 auto;
margin-top: -90px;
}

.lud-tar-titulo {
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: 400 !important;
line-height: 20px;
color: #ffffff;
padding: 5px;
margin: 8px 0;
}

.lud-tar-texto {
font-size: 14px;
font-weight: 400 !important;
line-height: 20px;
}

/*
*Stilos de Ventanas Modales o Pop up
*/
.lud-wal-modal {
background-repeat: repeat;
width: 100%;
color: #FFF;
padding: 50px 20px;
border-radius: 10px;
}

.lud-content-modal {
padding: 5px 50px;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}

.lud-content-modal p {
font-family: "Roboto", sans-serif;
}

/*
* Lista Modales
*/
.lud-lista {
list-style: none;
margin: 0;
padding: 0;
}

.lud-lista .lud-lista__item {
padding-left: 5%;
}

.lud-lista .lud-lista__item::before {
content: "\25cf";
list-style-type: inherit;
font-family: "FontAwesome";
font-size: 1.1em;
float: left;
margin-left: -15px;
color: rgba(255, 102, 0, 0.7);
position: absolute;
}

.lud-lista .lud-lista__item p {
font-family: "Roboto", sans-serif;
}

.lud-lista .lud-lista__item p a {
color: #ff6600;
}


/*****************************************************
              Album Persona Mayor
*****************************************************/
/*
* Titulos SubTitulos y Texto
*/
.apm-title-lg {
font-family: "Roboto", sans-serif;
font-size: 60px !important;
font-weight: 700;
color: #ffffff !important;
}

.apm-titulo-sm {
font-family: "Roboto", sans-serif;
font-size: 35px !important;
font-weight: 500 !important;
color: #ffffff !important;
}

.apm-tx-md {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #ffffff !important;
}

/*
* Pading  y Margin
*/
.apm-mt {
margin-top: 50px;
}

.apm-mt-s {
  margin-top: 20px;
}

/*
* Colors Text
*/
.apm-tx-b {
color: #ffffff !important;
}

.apm-tx-n {
color: #000;
}

.apm-content {
padding: 20px 50px;
}

.apm-img {
margin: 30px 0;
}

/*****************************************************
          Vacaciones Recreativas Empresas
*****************************************************/
/*
*   Titulos y Sub Titulos
*/
.vre-titulo {
font-family: "Roboto", sans-serif;
font-size: 28px !important;
font-weight: 500;
line-height: 36px;
color: #333 !important;
}

.vre-titulo-md {
font-family: "Roboto", sans-serif;
font-size: 25px !important;
font-weight: 500 !important;
margin: 30px 0;
}

.vre-titulo-xs {
font-family: "Roboto", sans-serif;
font-size: 20px !important;
font-weight: 500 !important;
margin: 30px 0;
}

.vre-subtitulo {
font-family: "Roboto", sans-serif;
font-size: 24px;
font-weight: 500;
margin-top: 30px;
}

.vre-tx {
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #333;
}

.vre-tx-blod {
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 500;
color: #333;
}

.vre-link {
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #ff6600;
}

.vre-link:focus {
color: #ff6600;
}

.vre-tx-md {
font-family: "Roboto", sans-serif;
font-size: 21px;
color: #333;
}

/*
* Colores Fondo y Texto
*/
.vre-tx-b {
color: #ffffff !important;
}

.vre-tx-n {
color: #000 !important;
}

.vre-tx-m {
color: #306 !important;
}

.vre-tx-v {
color: #390 !important;
}

.vre-tx-g {
color: #999 !important;
}

.vre-bg-naranja {
background: #ff6600;
}

.vre-header {
background: #ff6600 !important;
color: #ffffff !important;
font-family: "Roboto", sans-serif;
font-size: 22px;
font-weight: 700;
}

.vre-body {
font-family: "Roboto", sans-serif;
color: #777;
font-size: 15px;
}

/*
* Padding y Margenes
*/
.vre-mt {
margin-top: 50px;
}

.vre-ptm {
padding: 30px 0;
}

.vre-p {
padding: 50px 50px;
}

.vre-section {
padding: 8rem 0;
}

.vre-m-sm {
margin: 3rem 0;
}

/*
* Lista
*/
.vre-lista {
list-style: none;
margin: 0;
padding: 0;
}

.vre-lista-item {
padding-left: 5%;
}

.vre-lista-item::before {
content: "\25cf";
list-style-type: inherit;
font-family: "FontAwesome";
font-size: 1.1em;
float: left;
margin-left: -7px;
color: #ff6600;
position: absolute;
}

.vre-lista-item p {
font-family: "Roboto", sans-serif;
color: #333;
font-size: 14px;
margin-left: 5px;
}

.vre-lista-item p img {
margin-left: -25px;
z-index: 1;
}

.vre-lista-item p a {
color: #ff6600;
z-index: 2;
}

/*
* Tarjeta
*/
.vre-tar {
padding: 30px;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 10px -1px rgba(0, 0, 0, 0.53);
box-shadow: -1px 2px 10px -1px rgba(0, 0, 0, 0.53);
margin: 20px 5px 10px 5px;
}

.vre-tar .vre-icon {
width: 100px;
height: 100px;
border-radius: 50%;
border: 3px solid #ffffff;
display: block;
margin: 0 auto;
position: relative;
margin-top: -75px;
-webkit-box-shadow: -1px 2px 10px -1px rgba(0, 0, 0, 0.53);
box-shadow: -1px 2px 10px -1px;
}

.vre-alerta {
font-family: "Roboto", sans-serif;
background: rgba(255, 102, 0, 0.3) !important;
color: #333;
}

/*****************************************************
                  Educacion
*****************************************************/
/*
*   Titulos y Sub Titulos
*/
.edu-titulo {
font-family: "Roboto", sans-serif;
font-size: 28px !important;
font-weight: 500;
line-height: 33px;
color: #333 !important;
}

/*
* Colores Fondo y Texto
*/
.edu-tx-b {
color: #ffffff;
}

.edu-tx-n {
color: #000;
}

/*
* Padding y Margenes
*/
.edu-mt {
margin-top: 50px;
}

.edu-ptm {
padding: 30px 0;
}

.edu-p {
padding: 50px 50px;
}

.section {
padding: 8rem 0;
}

/*
* Estilos Carousel indicadores
*/
.glyphicon-chevron-left::before {
content: "\f053" !important;
color: #ff6600 !important;
font-size: 50px !important;
width: 26px !important;
font-family: "FontAwesome" !important;
}

.glyphicon-chevron-right::before {
content: "\f054" !important;
color: #ff6600 !important;
font-size: 50px !important;
width: 26px !important;
font-family: "FontAwesome" !important;
}

.carousel-indicators .active {
width: 13px;
height: 13px;
margin: 0px;
background-color: white;
border: 1px solid #ff6600 !important;
}

.carousel-indicators li {
display: inline-block;
width: 13px;
height: 13px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #FFB27F;
border: none !important;
border-radius: 10px;
}

/*
* Estilos para los item Vitrina
*/
.edu-vitrina {
margin-top: 40px;
}

.edu-vitrina_titulo {
height: 3.5em;
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: 400;
color: #999 !important;
margin: 20px 0 !important;
border-bottom: 1px dashed #999;
}

/*
* Estilos para sencion abajo de noticia
*/
.edu-info-sub-titulos {
font-family: "Roboto", sans-serif;
font-size: 12px;
font-weight: 500;
color: #333;
}

.edu-info-titulos {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 700;
color: #000;
}

.edu-info-texto {
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #333;
line-height: 1.5em;
}

.edu-info-link {
font-family: "Roboto", sans-serif;
font-weight: 600;
color: #ff6600;
}

.edu-info-link:focus {
color: #ff6600;
}

/*****************************************************
                Jardines Infantiles
*****************************************************/
/*
*   Titulos y Sub Titulos
*/
.edu-js-titulo {
font-family: "Roboto", sans-serif !important;
font-size: 30px !important;
font-weight: 700;
line-height: 33px;
color: #000 !important;
}

.edu-js-subtitulo {
font-family: "Roboto", sans-serif !important;
font-size: 24px !important;
font-weight: 500;
margin-top: 30px;
color: #777 !important;
}

.edu-js-tx {
font-family: "Roboto", sans-serif !important;
font-size: 14px;
color: #333 !important;
}

/*
* Colores Fondo y Texto
*/
.edu-js-tx-b {
color: #ffffff !important;
}

.edu-js-tx-n {
color: #000 !important;
}

.edu-js-tx-g {
color: #999 !important;
}

/*
* Padding y Margenes
*/
.edu-js-mt {
margin-top: 50px !important;
}

.edu-js-ptm {
padding: 30px 0;
}

.edu-js-p {
padding: 50px 50px;
}

.edu-js-section {
padding: 8rem 0;
}

.edu-js-m-sm {
margin: 3rem 0;
}

/*
* Lista 
*/
.edu-js-lista {
list-style: none;
margin: 0;
padding: 0;
}

.edu-js-lista__item {
padding-left: 5%;
}

.edu-js-lista__item::before {
content: "\25cf";
list-style-type: inherit;
font-family: "FontAwesome";
font-size: 1.1em;
float: left;
margin-left: -15px;
color: rgba(255, 102, 0, 0.7);
position: absolute;
}

.edu-js-lista__item p {
font-family: "Roboto", sans-serif;
color: #333;
}

.edu-js-lista__item p a {
color: #ff6600;
}

.edu-js-table {
margin: 0 auto;
}

.edu-js-table tr th, .contenido .tabla tr th {
font-family: "Roboto", sans-serif;
border: 1px dashed #ccc;
color: #333;
padding: 5px;
font-weight: bold;
text-align: center;
}

.edu-js-table tr td, .contenido .tabla tr td {
font-family: "Roboto", sans-serif;
border: 1px dashed #ccc;
padding: 10px;
vertical-align: top;
color: #333;
}

/*
* Alerta
*/
.edu-js-header {
background: #ff6600 !important;
color: #ffffff !important;
font-family: "Roboto", sans-serif;
font-size: 22px;
font-weight: 700;
}

.edu-js-body {
font-family: "Roboto", sans-serif;
color: #777;
font-size: 15px;
}

/*****************************************************
              Unipanamericana
*****************************************************/
/*
*   Titulos y Sub Titulos Textos
*/
.edu-up-titulo-lg {
font-family: "Roboto", sans-serif;
font-size: 30px !important;
font-weight: 700;
line-height: 33px;
color: #000 !important;
}

.edu-up-titulo-md {
font-family: "Roboto", sans-serif;
font-size: 24px !important;
font-weight: 500;
line-height: 26px;
color: #999 !important;
margin: 20px 0;
}

.edu-up-titulo-sm {
font-family: "Roboto", sans-serif;
font-size: 18px !important;
font-weight: 400;
line-height: 20px;
color: #999 !important;
}

.edu-up-titulo-xs {
font-family: "Roboto", sans-serif;
font-size: 16px !important;
font-weight: 700;
line-height: 20px;
color: #333 !important;
}

.edu-up-texto {
font-family: "Roboto", sans-serif;
font-size: 14px !important;
font-weight: 400;
line-height: 21px;
color: #333 !important;
}

.edu-up-texto-b {
font-family: "Roboto", sans-serif;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 21px;
color: #333 !important;
}

.edu-up-link {
font-weight: 600 !important;
font-size: 14px !important;
color: #ff6600 !important;
}

/*
* Padding y Margenes
*/
.edu-up-mt {
margin-top: 50px !important;
}

.edu-up-mt-s {
margin-top: 30px !important;
}

.edu-up-mt-x {
margin-top: 15px !important;
}

.edu-up-ptm {
padding: 30px 0 !important;
}

.edu-up-p {
padding: 50px 50px;
}

.edu-up-space {
padding: 8rem 0;
}

/*
* Lista 
*/
.edu-up-lista {
list-style: none;
margin: 0;
padding: 0;
}

.edu-up-lista__item {
padding-left: 5%;
}

.edu-up-lista__item::before {
content: "\25cf";
list-style-type: inherit;
font-family: "FontAwesome";
font-size: 1.1em;
float: left;
margin-left: -15px;
color: rgba(255, 102, 0, 0.7);
position: absolute;
}

.edu-up-lista__item p {
font-family: "Roboto", sans-serif;
color: #333;
}

.edu-up-lista__item p a {
color: #ff6600;
}

/*
* lista reddes sociales
*/
.edu-up-redes a {
width: 45px;
height: 45px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-size: 20px;
color: #ffffff;
background: #777;
border-radius: 50%;
margin: 0 6px;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transition: .4s;
transition: .4s;
}

.edu-up-redes a:hover {
-webkit-transform: scale(1.2);
        transform: scale(1.2);
background: #ff6600;
-webkit-transition: .4s;
transition: .4s;
}

/*ESTILOS BIBLIOTECA*/

.lib-sep {
border-top: #f2f2f2 solid 1px;
border-bottom: #f2f2f2 solid 1px;
}

.lib-mar-bot {
margin-bottom: 25px;
}

.lib-pad {
padding: 15px;
}

.lib-.vista2 {
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding-top: 15px;
}

.lib-img-programacion img {
width: 100%;
border-bottom: 3px solid #3CF;
}

.lib-box-text3 {
padding: 0 1em 1em;
text-align: center;
border-radius: 0 3px;
background: #f3f1f2;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}

.lib-box-fecha {
background: #3CF;
color: #FFF;
padding: 5px;
width: 50%;
text-align: center;
margin: 0 auto;
}

.lib-btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}

.lib-biblioteca {
background-image: url("/PublishingImages/cultura-y-recreacion/img/biblioteca/servicios-afiliacion-bibliotecas.jpg");
width: 100%;
height: 220px;
text-align: center;
padding: 10px;
}

.lib-modulo1 {
background-color: #ff6600;
color: #fff;
border-radius: 15px;
padding: 20px;
margin-bottom: 15px;
text-align: center;
}

.lib-modulo1 h2 h3{
color: #FFF !important;
}

.lib-modulo1 a {
color: #FFF !important;
padding: 5px;
border: #FFF solid 1px;
text-decoration: none;
width: 100px;
margin: 0 auto;
}

.lib-grilla {
position: relative;
}

.lib-vista {
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.lib-box-img11 {
border-bottom: 3px solid #72207e;
}

.lib-icon11 {
width: 67px;
height: 67px;
background: url(/PublishingImages/cultura-y-recreacion/img/biblioteca/biblioteca-virtual-icon.png) no-repeat;
display: block;
margin: 0 auto;
position: relative;
z-index: 1;
top: -32px;
}

.lib-box-text {
height: auto;
padding: 3em 1em 1em 1em;
text-align: center;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background: #f3f1f2;
position: relative;
top: -67px;
display: block;
}

.lib-box-img11 img {
width: 100%;
}