@charset "utf-8";
/* CSS Document */
#contingut .blocProd .left{
    float:left;
    width:151px;
    text-align:center;
}
#contingut .blocProd .right{
    float:right;
    width:460px;
}
#contingut .blocProd .left a{
    text-decoration:none;
    color:#362E00;
}
.indicacions{
    background-color:#ccc;
    width:215px;
    padding:0px 5px;
    margin: 2px 2px;
    float:left;
}
.consAllotj{
    display:block;
    background-color:#ccc;
    width:150px;
    text-align:center;
    padding:10px 0;
    position:absolute;
    bottom:0;
    left:0;
}
#contingut .blocProd .consAllotj a{
    text-decoration:none;
}
#contingut .blocProd .consAllotj a:hover{
    text-decoration:underline;
}
