.llibre_teaser {
  max-width:150px;
  height:295px;
  margin:29px; 
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  position:relative;
}

.llibre_teaser .img { /* aspect ratio 1.333 */
  height:200px;
  overflow:hidden;  
  background:#f0f0f0;
}

.llibre_teaser .img img {
  display:block;
  width:100%;
  height:200px;
}

.llibre_teaser span {
  display:block;
  width:100%;
/*   height:20px; */
  margin-top:0px;
  overflow:hidden;
  font-size:14px;    
}
.llibre_teaser .datos {
/*   background:#eee; */
  width:160px;
  margin-left:-5px;
}

.llibre_teaser .titol {
  font-weight:bold;
  color:#000;   
  font-size:15px;
  max-height:120px; 
}
.llibre_teaser .autores {
  font-weight:normal;
}
.llibre_teaser .editorial {
  text-decoration:italic;
  color:#339;
}
.llibre_teaser .isbn {
  text-align:center;
}


.llibre_teaser .prestat {
  background:rgba(255,0,0,.8);
  color:#fff;
  padding:2px 10px 2px 10px;
  position:absolute;
  margin-left:-2px;
  margin-top:120px;  
  font-weight:bold;
  width:154px;
  border:1px solid rgba(255,255,255,.6);
}

.llibre_teaser .marquesmaster { 
    position:absolute; top:0; left:-5px; 
    width:10px; height:10px; 
    overflow:hidden;
    padding-top:10px;
    border-left:1px solid red;
}
.llibre_teaser .marquesmaster:hover, 
.llibre_teaser .open.marquesmaster 
{ width:100%; height:100%;}

.llibre_teaser .marquesmaster > * { 
    display:block; 
    font-size:12px;
    background:rgba(255,0,0,.9);
    border-bottom:1px solid rgba(255,255,255,.8);
    color:#fff;
    margin-bottom:3px;
    text-align:left;
    font-weight:bold;
}


.llibre_teaser.seleccionat {
  background:rgba(0,255,0,.5);
}

.llibre_teaser .marquesmaster > [orige=DESCONEGUT] { 
    background:rgba(0,0,0,.9);
}

@media all and (max-width:480px) { 
  .llibre_teaser {    margin:9px;   }  
}
