.carousel-control {
    min-width: 10px;
    max-width: 100px;
}
.carousel-control, .carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control span {
    width: auto !important;
    height: auto !important;
    border-radius: 50%;
    padding: 5px;
    background-image: -webkit-radial-gradient(circle at center, rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-radial-gradient(circle at center, rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: radial-gradient(circle at center, rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);100%);
}
.carousel-inner > .item > img {
    overflow: hidden;
}
.carousel-inner > .item, .carousel-inner > .item > img.scale {
    max-height: 200px;
}
@media screen and (min-width: 768px) {
    .carousel-inner > .item, .carousel-inner > .item > img.scale {
        max-height: 400px;
    }
}
.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 40%);
    bottom: 0px;
    padding: 0 40px 50px 40px;
    width: 100%;
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-brand {
  float: left;
  height: 60px;
  padding: 0px 5px;
  font-size: 18px;
  line-height: 10px;
}
.expander {
  display:none;
  position:absolute;
  padding-bottom: 1em;
  z-index: 101;
}
#fondodiv {
  z-index: 100; 
  position: absolute; 
  width: 200%; 
  height: 200%; 
  background: #000;
  display: none;
  top: 0px; 
  left: 0px; 
  filter: alpha(opacity 50);   
  -moz-opacity: 0.5;
  opacity: 0.5;
  overflow:hidden;
}
.red {
    color: red;
}
.size12 {
  font-size: 2em;
}