/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /*margin-bottom: 60px;*/
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 530px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 530px;
}

.carousel-caption {
    position: static;
    max-width: 550px;
    padding: 10 20px;
    margin-top: 320px;
    float:right;
    margin-right:-2%;
    background: url(../images/fondito-negro.png);
}
    
.carousel-caption h1, .carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.carousel-caption p {font-size:20px;}
.carousel-caption .btn {
    margin-top: 10px;
}
