#tabs li{
    margin-right: 5px !important;
    background: #fff !important;    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #00b3ba;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

#tabs li.active{
    margin-right: 5px !important;
    background: #fff !important;    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #00b3ba;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: #00b3ba !important;    
}
#tabs li.active a{
    color:#fff !important;
}

.nav-tabs {
    border-bottom: 3px solid #00b3ba;
    margin-bottom: 5px;
}
#tabs li button{
    color:#fff !important;
    background:  #00b3ba !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    border: 1px solid #00b3ba;
    margin-right: 0px;
    margin-left: 10px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#tabs li.active button{
    color: #00b3ba !important;
    background:  #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-right: 0px;
    margin-left: 10px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.linksky a{
    color:#046c70;
    font-size: 13px;
}

.services-a66{
    padding: 0px !important;    
}
.menu-mapas{    
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 50px;
}
.section-title-a66{
    padding: 0px !important;
    text-align: center;
}

.dropdown-menu{
    width: 600px;
}
.dropdown-menu li{
    width: 100%;

}
.dropdown-menu a{
    width: 100%;    
}

#dinamicos{
    /*background: rgba(255, 255, 255, 0.5); */
    /*border: 1px solid #fff; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.section-title-mapas-dinamicos h2 {
    font-size: 20px;
    padding: 10px;
    line-height: 1px;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #06b3ba;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: center;
}

#tematicos{
    background: rgba(255, 255, 255, 0.5); 
    border: 1px solid #fff;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.section-title-mapas-tematicos h2 {
    font-size: 20px;
    padding: 10px;
    line-height: 1px;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d00e63;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: center;
}

.list-a66 ul{
    /*padding: 20px;*/
    padding: 0px;
}
.list-a66 li{
    list-style: none;
}
#dinamicos a{
    color: #06b3ba;
    font-size: 14px;    
    border-bottom: #fff 1px dotted;
    display: block;
    /*padding: 10px 10px;  */
    padding-left: 10px;
    /*transition: all 0.5s ease;*/
}
.dinamicos-item{
    display: flex;
    padding: 15px 10px!important;
    color: #06b3ba;
}

#dinamicos a:hover{    
    color: #e8106e;
    font-size: 14px; 
    /*font-weight: 600;*/
}

.dinamicos-ul-selected{
    color: #e8106e!important;
    font-size: 14px!important;    
    border-bottom: #fff 1px dotted!important;
    display: block!important;
    padding-left: 10px!important;
    font-weight: bold;
}


.tematicos-item{
    display: flex;
    padding: 15px 10px!important;
    color: #d00e63;
}
#tematicos a{
    color: #d00e63;
    font-size: 14px;    
    border-bottom: #fff 1px dotted;
    display: block;
    /*padding: 10px 10px;  */
    padding-left: 10px; 
    /*transition: all 0.5s ease;*/
}

#tematicos a:hover{    
    color: #06b3ba;
    font-size: 14px; 
    
}

.tematicos-ul-selected{
    color: #06b3ba!important;
    font-size: 14px!important;    
    border-bottom: #fff 1px dotted!important;
    display: block!important;
    padding-left: 10px!important;
    font-weight: bold;
}

/*Graficos*/


#graficos-ul a{
    color: #06b3ba;
    font-size: 13px;    
    border-bottom: #fff 1px dotted;
    display: block;
    /*padding: 10px 10px;  */
    padding-left: 10px;
    /*transition: all 0.5s ease;*/
}

#graficos-ul a:hover{    
    color: #e8106e;
    font-size: 13px; 
    /*font-weight: 700;*/
}
/* visited link */
#graficos-ul a:visited {
    color: #e8106e;
  }

/* selected link */
#graficos-ul a:active {
    color: #e8106e;
  }
  
.graficos-ul-item{
    display: flex;
    padding: 15px 10px!important;
    color: #06b3ba;
}


.graficos-ul-selected{
    color: #e8106e!important;
    font-size: 13px!important;    
    border-bottom: #fff 1px dotted!important;
    display: block!important;
    padding-left: 10px!important;
    font-weight: bold;
}

/*publicaciones*/

.publicaciones-ul-item{
    display: flex;
    padding: 15px 13px!important;
    color: #06b3ba;
}
#otras_publicaciones a{
    color: #06b3ba;
    font-size: 13px;    
    border-bottom: #fff 1px dotted;
    display: block;
    /*padding: 10px 10px;  */
    padding-left: 10px;
    /*transition: all 0.5s ease;*/
}

#otras_publicaciones a:hover{    
    color: #e8106e;
    font-size: 13px; 
    /*font-weight: 700;*/
}
/* visited link */
#otras_publicaciones a:visited {
    color: #e8106e;
  }

/* selected link */
#otras_publicaciones a:active {
    color: #e8106e;
  }
  

.pubicaciones-ul-selected{
    color: #e8106e!important;
    font-size: 13px!important;    
    border-bottom: #fff 1px dotted!important;
    display: block!important;
    padding-left: 10px!important;
    font-weight: bold;
}



.modal-lg {
    max-width: 99%;
}

.body-map{

    margin: 80px 0px 0px 0px;
    padding: 0px;
    /* background: linear-gradient( 90deg,
         rgba(171, 171, 171, .1) 50%, rgba(255,255,255, 0) 50%),
         linear-gradient( 90deg,
         rgba(240, 240, 240, .2) 50%, rgba(255,255,255, 0) 50%),
         linear-gradient( 90deg,
         rgba(204, 204, 204, .3) 50%, rgba(255,255,255, 0) 50%),
         linear-gradient( 90deg,
         rgba(160, 160, 160, .2) 50%, rgba(255,255,255, 0) 50%);
     background-size: 7em 7em, 5em 5em, 3em 3em, 1em 1em;*/
    background-image: url(../../img/bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
    background-color: #ccc;   
}

.list-a66{
    list-style: none;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
.list-a66 li{
    padding: 5px 0px;
}


/*Cuadros*/
.tamanio {
    width:100%;
    height:80vh;
  }
  .tamanioFranePublicaciones {
    width:100%;
    height:70vh;
  }
  .tamanioFrameGrafico {
    width:100%;
    height:70vh;
  }
  .micursor {
    cursor:pointer;
    text-align:center;
    margin-left:15px;
  }
  
  /* .table-bordered>:not(caption)>*>*  th{
  color: #06B3BA;
  } */
  
  .table th {
    color: #06B3BA !important;
  }
  #enlaces_paginate{
    text-align: right !important;
  }
  #enlaces_paginate ul li{
    margin-left: 6px;
    margin-right: 6px;
  }

  div.dataTables_wrapper div.dataTables_info {
    
    white-space: normal!important;
  }

  .table td, .table th {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}


/*Preoload*/

#loading{
    background: #00B4BC;       
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10001;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;

}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: scaleY(0); 
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scaleY(0); 
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}