.catalogue_image{
    padding-bottom: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0,0.2), 0 6px 20px 0 rgba(0, 0, 0,0.19);*/
}
.catalogue_title{
    font-size: 18px;
    font-weight: bold;
}
.catalogue_author{
    font-size: 18px;
    font-weight: bold;
}

.catalogue_authors{
    font-size: 15px;
}
.catalogue_price,.catalogue_role{
    font-size: 14px;
    font-style: oblique;
}
.catalogue_element{
    padding-top: 20px;
}
.pagination {
    margin-left: auto;
    margin-right: auto;
    width: 120px;

}
.pagination-prev, .pagination-current, .pagination-next{
    float: left;
    padding: 10px;
    cursor: pointer;
}
.p-10{
    padding: 10px;
}
.p-5{
    padding: 5px;
}
.authors{
   padding-top: 10px;
}
.price{
    padding-top: 10px;
    font-size: 16pt;
}
.sinopsis {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-right: 10px;
    border: solid #dadada;
    border-width: 1px 0 0;
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid #dadada 1px;
}
.column-right{
    padding-left: 40px;
}
.links label{
    font-size: 16pt
}
.links {

    padding-top: 15px;
}
.photo_author img {
    border-radius: 150px;
    width: 75%;
}
.author_div{
    padding-bottom: 30%;
    padding-top: 25px;
    border-top: 1px solid #eee;
    clear: both;
}
.author_name{
    font-size: 16pt;
}
.isbn{
    font-size: 12pt;
}
.path {
    margin-bottom: 20px;
}
.titulo{
    font-weight: bold;
    font-size: 14pt;
}
.image-carousel{
    max-height: 350px;
    max-width: 280px;
    height: 350px;
}


