*{
  margin:0;
  border:0;
  padding: 0;
  font-size: 14px;
  line-height: 1.428em;
}

body{
  color:#333 !important;
  font-family: "Open Sans", Helvetica, Arial, Sans-Serif !important;
}

@font-face {
  font-family:ineccfont;
  src: url(../fonts/aaa.ttf);
}

@media (max-width: 767px) {
  body{
    font-family: Helvetica, Arial, Sans-Serif !important;
    color:#111; 
    font-weight: lighter;
    letter-spacing: 0px; 
    background-color: #393c3e;
    z-index: 0;

  }
}

@media (max-width: 500px) {
  body{
    font-family: Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
    color:#111; 
    /*font-weight: lighter;*/
    letter-spacing: 0px; 
    background-color: #393c3e;
    z-index: 0;
  }
}


.ui-widget{
  font-family: Helvetica, Arial, Sans-Serif !important;
  font-size: 1em !important;
  color:#111; 
  font-weight: lighter;
}


  h1{
    color:#1e396a;
  }

  .tooltip-inner {
    max-width: 500px !important;
    /* If max-width does not work, try using width instead */
    /*width: 350px; */
  }

  /*HEADER*/

  .header{
   background-color: #ffffff !important;
   /*	height: 90px;*/
   color:#fff;
   font-size: 40px;
   font-weight: bold;
   padding-left: 40px;
   padding-right: 40px;
   border-bottom: 2px solid #b78839;
 }

 /*FOOTER*/

 .footer{
  background-color: #393c3e;
  /* color: #c1d32f; */
  padding: 7px 9px;
  margin-top: 20px;
  height: 33px;
  border-top: 3px solid #b78839;
  margin-left:0;
  margin-right:0;
  /*bottom: 0;*/
  /*position: absolute;*/
  /*width: 100%;*/

}

.carousel-control.left
{
  background: none;
}
.carousel-control.right
{
  background: none;
}

.carousel-control
{
  position: absolute;
  /*top: 75%;*/
  /*  bottom: 0;
  left: 0;
  */ 
   width: 15%;
  color: #333;
  text-align: center;
  opacity: 1;
  text-shadow: none;
}
.carousel-control:hover
{
  color: #666;
}

.carousel-indicators
{
  bottom: -50px;
}

.carousel-indicators li{
  display: inline-block;
  background: #ddd;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  box-shadow: inset 0 1px 1px 0 #999;
  border: none;
}

.carousel-indicators li:hover {
  background: #bbb;
  cursor: pointer;
  box-shadow: inset 0 1px 1px 0 #777;
}
.carousel-indicators li.active {
  background-color: #393c3e;
}

.carousel-caption
{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.6);
}

.carousel-inner img {
  margin: auto;
}

.carousel-inner {
 margin-bottom:50px;
}


.carousel:hover {
  cursor: default;
}

.ligaInt {
  line-height: 1.4;
}

.ligaInt a {
  color: #006e7a;
  font-size: 1.1em;
  font-weight: bold;
  cursor:pointer;
}

.ligaInt a:hover {
  color: #002e62;
}


.ligaInt p {
  width: 88%;
  color: #111;
  font-size: 1em;
  font-weight: lighter;
  margin: 15px auto;
}

#contInit {
  background-color: #ffffff;
}

.contenedor {
  background-color: #ffffff;
}

.infoBubble {
  background-color: #393c3e;
  color: #c1d32f;
  border-radius: 15px;
  /*padding-left: 45px;*/
}

.btn-inecc {
  background-color: #393c3e;
  color: #c1d32f;
}

.btn-inecc:hover,  .btn-inecc:focus{
  background-color: #c1d32f !important;
  color: #393c3e !important;
}

.btn-inecc-sel {
  background-color: #c1d32f ;
  color: #393c3e;
}

.btn-inecc-sel:hover, .btn-inecc-sel:focus{
  background-color: #393c3e !important;
  color: #c1d32f !important;
}


.grafTbl {
  cursor: pointer;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.modal .modalDataBody{
  max-height:500px !important;
}

.fotos{
  max-width: 300px;
  max-height: 80px;
}

.scrollStyled::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  /*border-radius: 10px;*/
  /*background-color: inherit;*/

}

.scrollStyled::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollStyled::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

.navbar-default {
  background-color: #393c3e;
  border-color: #393c3e;
}
.navbar-default .navbar-brand {
  color: #c1d32f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #a6d32f;
}
.navbar-default .navbar-text {
  color: #c1d32f;
}

.navbar-default .nav > li{
  color: #c1d32f;
  background-color: #393c3e;  
}

.navbar-default .navbar-nav > li > a {
  color: #c1d32f;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #a6d32f;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #393c3e;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #c1d32f;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #a6d32f;
  background-color: #000000;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #a6d32f;
  background-color: #000000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #a6d32f;
  background-color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #a6d32f;
  background-color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: #000000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #c1d32f;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #c1d32f;
}
.navbar-default .navbar-link {
  color: #c1d32f;
}
.navbar-default .navbar-link:hover {
  color: #a6d32f;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #c1d32f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #a6d32f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #a6d32f;
    background-color: #000000;
  }
}

/* Bottom half, pag inicial*/

  #bottomHalf{
    position:relative; 
    height:45%; 
    margin-top:40%;
  }

  @media (min-width: 460px) {

    #bottomHalf{
      position:relative; 
      height:56%; 
      margin-top:20%;
    }
  }


  @media (min-width: 750px) {

    #bottomHalf{
      position:relative; 
      height:76%; 
      margin-top:2%;
    }
  }



@media (min-width: 601px) {

  #mixContent{
     height:600px;
  }

  #smcaInit{
    overflow: hidden;
  }


  #textoNota{
    font-size:0.8em;
  }

  #map-canvas {
    width:75%; 
    height:590px; 
    z-index=1; 
    border: solid 1px gray; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 15px 0px 0px 0px; 
    border-radius: 15px 0px 0px 0px; 
    margin: 0;  
    padding: 0;
    max-width: none;
    z-index:0;
  }
  #map-canvas img {
    max-width: none !important;
  }


  #mapOverlay {
     position:absolute; 
     top:100px; 
     left:8%; 
     width:58%; 
     max-height:420px; 
     -webkit-border-radius: 20px; 
     border-radius: 20px ; 
     background: rgb(210, 210, 210);
  }

  .panelLateral {
    position:absolute; 
    top:0px; right:0px; width:25%; height:100%; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px 15px 0px 0px; 
    border-radius: 0px 15px 0px 0px; 
    background: rgb(210, 210, 210);  
    background: rgba(110, 110, 110, .5);"
  }

  .bool-slider {
    border: 1px none #CCC;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    
    height: 22px;
    width: 60px;
    border-radius: 22px;
  }

  #listaMans{
   max-height:380px; 
 }


}

@media (max-width: 600px) {
  
  #mixContent{
     height:300px;
  }

  #smcaInit{
    overflow:hidden;
  }
  

  #listaMans{
   max-height:120px; 
 }

  #textoNota{
    font-size:0.4em;
  }

  .containerBool{
    height: 21px;
  }

  #map-canvas {
    width:65%; 
    height:300px; 
    z-index=1; 
    border: solid 1px gray; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 15px 0px 0px 0px; 
    border-radius: 15px 0px 0px 0px; 
    margin: 0;  
    padding: 0;
    max-width: none;
    z-index:0;
  }
  #map-canvas img {
    max-width: none !important;
  }


  #mapOverlay {
     position:absolute; 
     top:70px; 
     left:5%; 
     width:58%; 
     max-height:240px; 
     -webkit-border-radius: 20px; 
     border-radius: 20px ; 
     background: rgb(210, 210, 210);
  }

  .panelLateral {
    position:absolute; 
    top:0px; right:0px; width:35%; height:100%; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px 15px 0px 0px; 
    border-radius: 0px 15px 0px 0px; 
    background: rgb(210, 210, 210);  
    background: rgba(110, 110, 110, .5);"
  }

  .bool-slider {
    border: 1px none #CCC;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    
    height: 16px;
    width: 60px;
    border-radius: 16px;
  }

}

#cssmenu {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 14px;
  color: #c1d32f;
  line-height: 15px;
  text-align: left;
}
#cssmenu > ul {
  width: 82%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #393c3e;
  /*border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;*/
/*  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #1e396a;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  /*background-image: url('cssmenu/images/caret.png');*/
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #b78839 url('cssmenu/images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li.item a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  font-weight: bold;
  color: #c1d32f;
  /*text-shadow: 0px 1px 0px #fff;*/
}
#cssmenu > ul li.item a.active,
#cssmenu > ul li.item a:hover {
  background: #c1d32f;
  color: #393c3e;
  font-weight: bolder;
}

.breadcrumb {background: none !important;}
.breadcrumb li {font-size: 15px;}
.breadcrumb a {color: #777 !important;}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1) !important;}
.breadcrumb>.active {color: rgba(0, 0, 0, 1) !important;}
.breadcrumb>li+li:before {color: rgba(52, 163, 0, 1) !important; content: "\276F\00a0" !important;}

.container{
    /*box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;*/
  }

  #logoINECC{
    height: 85px;
    padding-top: 17px;
    padding-bottom: 10px;
  }

  #logoSINAICA{
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #logoSemarnat{
    height: 90px;
    padding-top: 30px;
    padding-bottom: 10px;
  }


  /*grafiquitas inline*/
  .jqstooltip {
    border:none !important;
    box-sizing:content-box;
  }

  .denseFont{
    letter-spacing: -1px;
  }

  .noStyle{
    color:#000;
  }

  .noStyle:hover{
    color:#000;
  }


  #divCumplimiento table.table>tbody>tr>td {
    font-weight: 400;
  }


  /*Mapa*/


  .iwCierre {
    width: 26px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    opacity: 1;
    right: -7px;
    top: -7px;
    z-index: 10000;
    cursor: pointer;
    border: 3px solid #554;
    background: #333;
    border-radius: 13px;
    color: #c1d32f;
    padding-top: 1px;
    text-align: center;
    box-shadow: #333 0px 0px 13px;
  }

  .iw-style {
    background-color: #fff;
    box-shadow: #333 0 1px 8px;
    /*border: 1px solid rgba(72, 181, 233, 0.6);*/
    border: 1px solid rgba(72, 100, 181, 0.6);
    border-radius: 2px 2px 10px 10px;
  }

  .gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 100, 181, 0.6);
    border-radius: 2px 2px 10px 10px;
  }
  #iw-container {
    margin-bottom: 10px;
  }

  #iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 21px !important;
    font-weight: 400;
    padding: 10px;
    background-color: #333;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
  }

  #iw-container .iw-title a{
    font-size: 21px !important;
  }

@media (max-width: 600px) {

  #iw-container .iw-content {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    margin-right: 1px;
    padding: 2px 4px 6px 14px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
  }

}

@media (min-width: 601px) {

  #iw-container .iw-content {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    margin-right: 1px;
    padding: 3px 5px 8px 15px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: auto;
  }

}




  .iw-content table>tbody>tr>td, 
  .iw-content table>tbody>tr>th,
  .iw-content p
  {
    font-size:12px !important;
  }

  .iw-content img {
    float: right;
    margin: 0 5px 5px 10px; 
  }
  .iw-subTitle {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
    line-height: 13px;
    margin-right: 1px;
    padding: 10px 5px 10px 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .iw-bottom-gradient {
    position:absolute;
    /*width: inherit;*/
    /*border-bottom: 1px solid rgba(72, 100, 181, 0.6);*/
    height: 25px;
    bottom: 10px;
    right: 1px;
    left:1px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }


  /*Bool Slider*/



  .bool-slider .slideRojo {

  }


  .bool-slider.false .inset{
    background-color: #757575;
    *background-color: #499249;
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .bool-slider.false .inset .control{
    float: left;
  }

  .bool-slider .inset .control{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.35);
  }

/*
.bool-slider.false .inset .control:after{
    content: '';
    position: relative;
    right: -100%;
    top: 10%;
  font-size:x-small;
}
*/
.bool-slider.true .inset{
  background-color: #ddd;
  *background-color: #bd362f;
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bool-slider.true .inset .control{
  float: right;
}

.bdddider.true .inset .control:before{
  content: '';
  position: relative;
  left: -100%;
  top: 10%;
  font-size:x-small;
}

.bool-slider .inset{
  width: 100%;
  height: 100%;
  border-radius: 20px;

}

.bool-slider .inset .control{
  background-color: #000;
  width: 22px;
  height: 100%;
  border-radius: 20px;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  backgroundr-epeat: repeat-x;
}


.bool-slider.slideVerde .inset .control  {
  background-color: rgba(0, 228, 0, 1);
}

.bool-slider.slideAmarillo .inset .control  {
  background-color: rgba(255, 255, 0, 1);
}

.bool-slider.slideNaranja .inset .control  {
  background-color: rgba(255, 126, 0, 1);
}

.bool-slider.slideRojo .inset .control  {
  background-color: rgba(255, 0, 0, 1);
}

.bool-slider.slideMorado .inset .control  {
  background-color: rgba(143, 63, 151, 1);
}

.bool-slider.slideGris .inset .control  {
  background-color: #fcfcfc;
}

.bool-slider.slideNegro .inset .control  {
  background-color: #000;
}

.bool-slider.slideAzul .inset .control  {
  background-color: blue;
}

.bool-slider.slideBlanco .inset .control  {
  background-color: #fcfcfc;
}


.bool-slider .inset:hover{
  cursor: pointer;
}

.bool-slider.disabled{
  color: #CCC;
}

.bool-slider.disabled .inset{
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
}

.bool-slider.disabled .control{
  cursor: default;
}


hr {
  display: block;
  height: 5px;
  width:90%;
  border: 0;
  border-top: 2px solid #ccc;
  margin: 0 auto;
  padding: 30px 0 0 0;
}


h3 {
  font-size: 2em !important;
}

.carousel-caption h3 {
  color : #c1d32f !important;;
  font-size: 2em !important;
}

.carousel-control {
  color : #c1d32f !important;;
}

#titleData{
  font-size: 2.6em;
  color:#c1d32f;
  /*text-shadow: -1px 0 #6f7b0e, 0 1px #6f7b0e, 1px 0 #6f7b0e, 0 -1px #6f7b0e;*/
}

.h3b {
  color:#393c3e;
}

.h3g {
  /*color:#c1d32f !important;*/
}


.redes{
  position: absolute;
  right: 0px;
  top: 5px;
}

.redes img{
  opacity: .8;
  width: 15%;
  margin-left: 10px;
}

.redes img:hover{
  opacity: 1;
}



.logos{
  /*	background-color: #99cc00;*/
  /*position: absolute;*/
  right: 10px;
}

.logos img{
  width: 80px;
  margin-top: 30px;
  opacity: .85;
}



.logos img:hover{
  opacity: 1;
}


/*INTRO*/
.intro{
  margin-top: 20px;
  margin-bottom: 20px;
}

.video{
  width: 100%;
  height: 450px;
}

/*MENU*/
.menu{
  background-color: #393c3e;
  z-index: 99;
  position: relative;
}


.icono{
  position: absolute;
  z-index: 2;
  width: 89px;
  margin-top: 5px;
}

@media (min-width: 768px) { }

@media (max-width: 1200px) {
  #cssmenu > ul {
    width: 80%;
  }
  #cssmenu > ul li#responsive-tab {
    height: 40px;
    display: inline-block;
    zoom:1;
  }
  #cssmenu > ul li#responsive-tab a {
    /*background: url('cssmenu/images/menu.png') no-repeat;*/
    /*background-position: 15%;*/
    position:absolute;
    top:12px;
    left:12px;
    /*background-position: 95% -35%;*/
    color: #fff;
    font-size: 14px;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #1e396a;
    /*background-position: 95% 135%;*/
    color:#fff;
  }
  #cssmenu > ul li {
    display: none;
    /*display: block !important;*/
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #1e396a;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }

}



