/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: "Lato", 'Open Sans', arial;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    overflow: hidden;
}

.thumbnail {
    padding: 10px;
    font-size: 90%;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 350px;
}

.thumbnail img{
    max-height: 200px;
}

.artista {
    /*min-height: 280px !important;*/
    height: 350px;
}

.artista img{
    max-height: 230px;
}
footer {
    margin: 50px 0;
}

.thumbnail .price{
    font-size: 150%;
    border-top: 1px solid #DDD;
    padding: 5px;
    margin: 5px;
    margin-top: 10px;
    
}