#myCarousel {
  /*background-color: @AzulFondo;*/
  padding-right: 0;
}
#myCarousel .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}
#myCarousel .list-group {
  position: absolute;
  top: 0;
  right: 0;
}
#myCarousel .list-group .active {
  background-color: #eee;
}
#myCarousel .list-group-item {
  /*background-color: @AzulFondo;*/
  border-radius: 0;
  color: #fff;
  cursor: pointer;
}
#myCarousel .list-group-item.active {
  /*background-color: @AzulFondoTabs !important;*/
}
#myCarousel .list-group-item h4 {
  color: #F07057;
}
@media (min-width: 992px) {
  #myCarousel {
    padding-right: 33.3333%;
  }
  #myCarousel .carousel-controls {
    display: none;
  }
}
@media (max-width: 991px) {
  .carousel-caption p,
  #myCarousel .list-group {
    display: none;
  }
}
