  .tooltip {
    display: inline;
    position: relative;
  }
  .tooltip:hover:after {
    bottom: 26px;
    content: attr(popup); /* este es el texto que será mostrado */
    left: 20%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    background: rgba(0,0,0, 0.6); /* el color de fondo */
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 150px;
  }
  .tooltip:hover:before {
    bottom: 20px;
    content: '';
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(0,0,0, 0.6) transparent;
    border-width: 6px 6px 0 6px;
  }

table.pricetable tbody tr:nth-child(even) {
   background-color: #f8f8f8;
}

table.pricetable tbody td:nth-child(1) {
    font-family: Yanone Kaffeesatz,arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 16px;
}

table.pricetable tbody tr:nth-of-type(n+2) td:nth-child(2) {
   opacity: 0.7;
}

table.pricetable tbody tr:nth-of-type(n+2) td:nth-child(3) {
   opacity: 0.5;
}

table.pricetable tbody tr:nth-of-type(n+2) td:nth-child(4) {
   opacity: 0.35;
}
table.pricetable tbody tr:nth-of-type(n+2):nth-child(-n+6) td:nth-child(1) {
  border-left: 3px solid #b0b0b0;
}
table.pricetable tbody tr:nth-of-type(n+7):nth-child(-n+11) td:nth-child(1) {
  border-left: 3px solid #909090;
}
table.pricetable tbody tr:nth-of-type(n+12):nth-child(-n+15) td:nth-child(1) {
  border-left: 3px solid #b0b0b0;
}
table.pricetable tbody tr:nth-of-type(n+16):nth-child(-n+20) td:nth-child(1) {
  border-left: 3px solid #909090;
}
table.pricetable tbody tr:nth-of-type(n+21):nth-child(-n+22) td:nth-child(1) {
  border-left: 3px solid #b0b0b0;
}
table.pricetable tbody tr:nth-of-type(n+24):nth-child(-n+29) td:nth-child(1) {
  border-left: 3px solid #909090;
}
table.pricetable tbody tr:nth-of-type(n+28):nth-child(-n+34) td:nth-child(1) {
  border-left: 3px solid #b0b0b0;
}
table.pricetable img {
  border: 0;
  margin: 0 auto !important;
  background-color: transparent;
}

.flexslider .slides {
  margin: 4px; /* shadow borders, could remove in the future */ 
}
.flexslider .feature-video {
  padding: 6px 6px 7px 6px !important;
}

img.rss-sub {
  display: none;
}

#randomtext-2 {
  margin-bottom: 10px !important; 
}

#facebooklikebox-2 {
  margin-bottom: 20px !important;
}

#sidebar-bottom .blogroll a {
  font-weight: bold;
}

.bbp-reply-topic-title {
  word-wrap: break-word;
}

.bbp-login-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.bbp-login-form button {
  margin-top: -6px;
  margin-right: 20px;
}

.bbp-remember-me label {
  display: inline !important; 
}

.bbp-login-links {
  font-size: .8em;
}

li.bbp-body {
  background: none !important;
  padding-left: 0 !important;
}

.bbp-forum-title {
  word-wrap: break-word;
  font-size: 1.1em;
  font-weight: bolder;
}

.bbp-forum-content {
  margin-top: 8px; 
}

.bbp-reply-author a {
  border-left: none !important;
  font-weight: normal !important;
  padding-left: 0 !important;
  margin-left: 12px !important;
}

#bbpress-forums .status-closed {
  color: #99A !important;  
}

#bbpress-forums .status-closed a {
  color: #99A !important;  
}

#bbpress-forums .bbp-forums-list li {
  display: block !important;
}

#author-description h1 {
  display: none; 
}

.jp-carousel-photo-info {
  display: none !important;
}

.jp-carousel-comment-form-container {
  display: none !important;
  opacity: 0;
}

.jp-carousel-comments {
  display: none !important;
  opacity: 0;  
}

.jp-carousel-comments-loading {
  display: none !important;
  opacity: 0;  
}