.widget-box.pibox.portada {
    width: 70%;
    font-size: 17px;
    margin: auto;
}

.rooms tr {
    height: 120px;
}
.rooms td.room {
    width:60%;
    padding: 20px;
    font-size: xx-large;
}

.rooms td.room span.small{
    margin-top: 7px;
    display: block;
}

.rooms td.preus {
    width:40%;
    padding: 0px;
}
/* Imatge rodona */
.preus .Header-logo {
    position: relative;
    margin-bottom: 6px;
    height: 0;/*35px*/
}

.preus .Header-logoWrap {
    position: absolute;
    top: -30px;
    right: 31px;
    /* left: 0; */
    width: 70px;
    height: 70px;
    /* margin: 0 200px 0 0; */
}
.preus .Header-logoBorder {
    border: 3px solid #fff;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.18),0 2px 2px 0 rgba(0,0,0,.08);
    position: absolute;
    top: 0;
    left: 0
}

.preus .Header-logoBevel {
    border: 1px solid rgba(0,0,0,.2);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    box-shadow: inset 0 1px 0 0 hsla(0,0%,100%,.1);
    position: absolute;
    top: 3px;
    left: 3px
}

.preus .Header-logoImageCatchError {
    display: none
}

.preus .Header-logoImage {
    width: 64px;
    height: 64px;
    margin: 3px;
    border-radius: 100%;
    background: #fff;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block
}