/* Container */
.sliderstilo {
    width: 100%;
    height: 100%;
    display: table;
    background-image: url(../img/fondo_inicio.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    
}


/* Thumbnail Box */
.caption {
    height: 140px;
    width: 100%;
    margin: 20px 0px;
    padding: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.caption .span4, .caption .span8 {
    padding: 0px 20px;
}
.caption .span4 {
    border-right: 1px dotted #CCCCCC;
}
.caption h3 {
    color: #a83b3b;
    line-height: 2rem;
    margin: 0 0 0px;
    text-transform: uppercase;
    }
    .caption p {
        font-size: 1rem;
        line-height: 1.6rem;
        color: #a83b3b;
        }
        .btn.btn-mini {
            background: #a83b3b;
            border-radius: 0 0 0 0;
            color: #fbf4e0;
            font-size: 0.63rem;
            text-shadow: none !important;
            }
.carousel-control {
    top: 50%;
}
.carousel {
 margin-bottom: 0px;
}



.logo-slider {
 text-align: center;
    display: table-cell;
     vertical-align: middle;
     position: relative;

    
 
}
