.cmk-wrapper {
  text-transform: normal;
  background: transparent;
  color: #ccc;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1px 6px;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  vertical-align: top;
  position: relative;
  top: 4px;
  z-index: 0;
}

.cmk-wrapper:hover {
  width: auto;
  height: auto;
  color: #000;
  background: #ffaf4b; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  z-index: 99;
}

.cmk-wrapper > i {
	margin-top:5px;
	vertical-align:top
}

.cmk-wrapper .cmk-tooltip {
  font-family: 'Maven Pro', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CC1F71; 
  display: block;
  font-size: 1.0em;
  line-height: 1.5em;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 250px;

  background: #ffeaf6; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff7fb 0%, #ffeaf6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7fb), color-stop(100%,#ffeaf6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff7fb 0%,#ffeaf6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7fb', endColorstr='#ffeaf6',GradientType=0 ); /* IE6-9 */
  
  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 100;
  display:none;
}

.cmk-wrapper .cmk-tooltip:before {
  width: auto;
  height: auto;
  bottom: -20px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  z-index: 100;
}    
.cmk-wrapper:hover .cmk-tooltip {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
  display:block;

}


/* TOOLTIP listas */

a > .cmk-wrapper-lista {
  text-transform: normal;
  background: transparent;
  color: #ccc;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 3px 8px;
  position: relative;
  text-align: center;
  width: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  margin-left: 10px;
  vertical-align: middle;
  z-index: 0;
}

a > .cmk-wrapper-lista:hover {
  width: auto;
  height: auto;
  color: #000;
  border: none;
  font-size: 0.8em;
  padding: 3px 8px;
  background: #ffaf4b; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  z-index: 99;

}

a .cmk-wrapper-lista .cmk-tooltip {
  font-family: 'Maven Pro', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  height: auto;
  bottom: 100%;
  color: #CC1F71; 
  display: block;
  font-size: 1.2em;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  min-width: 200px;
  background: #ffeaf6; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff7fb 0%, #ffeaf6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7fb), color-stop(100%,#ffeaf6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff7fb 0%,#ffeaf6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7fb', endColorstr='#ffeaf6',GradientType=0 ); /* IE6-9 */
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 100;
}

a > .cmk-wrapper-lista .cmk-tooltip:before {
  width: auto;
  height: auto;
  bottom: -20px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  z-index: 100;
}    
a > .cmk-wrapper-lista:hover .cmk-tooltip {
  width: auto;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  z-index: 100;

}


/* TOOLTIP Externos*/

a > .cmk-wrapper-lista-e {
  width: auto;
  height: auto;
  text-transform: normal;
  background: transparent;
  color: #ccc;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 8px;
  position: relative;
  text-align: center;
  width: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  margin-left: 10px;

  vertical-align: middle;
}

a > .cmk-wrapper-lista-e:hover {
  width: auto;
  height: auto;
  color: #000;
  border: none;
  font-size: 0.8em;
  padding: 3px 8px;
  background: #ffaf4b; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;

}

a .cmk-wrapper-lista-e .cmk-tooltip {
  font-family: 'Maven Pro', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  height: auto;
  bottom: 100%;
  color: #CC1F71; 
  display: block;
  font-size: 1.2em;
  float: left;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  min-width: 300px;

  background: #ffeaf6; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff7fb 0%, #ffeaf6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7fb), color-stop(100%,#ffeaf6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff7fb 0%,#ffeaf6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7fb', endColorstr='#ffeaf6',GradientType=0 ); /* IE6-9 */
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a > .cmk-wrapper-lista-e .cmk-tooltip:before {
  width: auto;
  height: auto;
  bottom: -20px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
}    
a > .cmk-wrapper-lista-e:hover .cmk-tooltip {
  width: auto;
  height: auto;
  opacity: 1;
  pointer-events: auto;

           float: left;
}


/* TOOLTIP Externos Filtros*/

a .cmk-wrapper-lista-e .cmk-tooltip-e {
  font-family: 'Maven Pro', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  height: auto;
  bottom: 100%;
  color: #CC1F71; 
  display: block;
  font-size: 1.2em;
  float: left;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  min-width: 300px;
  margin-left: -300px;

  background: #ffeaf6; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff7fb 0%, #ffeaf6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7fb), color-stop(100%,#ffeaf6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff7fb 0%,#ffeaf6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff7fb 0%,#ffeaf6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7fb', endColorstr='#ffeaf6',GradientType=0 ); /* IE6-9 */
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a > .cmk-wrapper-lista-e .cmk-tooltip-e:before {
  width: auto;
  height: auto;
  bottom: -20px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
}    
a > .cmk-wrapper-lista-e:hover .cmk-tooltip-e {
  width: auto;
  height: auto;
  opacity: 1;
  margin-left: -300px;
  pointer-events: auto;
  z-index: 999;
  float: left;
}

/************** TOOL TIP CREDITS SOBRE LA <a> ***************/
/* RESPONSIVE IPHONE 4*/
@media screen and (max-width: 481px) {
  .cmk-wrapper-lista {
    display: none;
    visibility: hidden;
  }
  
  .cmk-wrapper {
  display: none;
  visibility: hidden;
  }
  }
  
  
a.tooltips-tabs {
  position: relative;
  display: inline;
  width: auto;
  height: auto;
}
a.tooltips-tabs span {
  position: absolute;
  width:auto;
  min-width: 220px;
  max-width: 350px;
  color: #FFFFFF;
  font-weight: normal;
  height: auto;
  padding: 10px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;  
  background: #606c88; /* Old browsers */
  background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
a.tooltips-tabs span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
}
a:hover.tooltips-tabs span {
  visibility: visible;
  opacity: 0.9;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
  