/********************************************/
/********************************************/
.alta {
    font-size: 30px;
    font-weight: bold;
    color:rgb(44,101,171);
}
.alta a:hover {
    color: #000000;
}
.vinyeta_anunci, .vinyeta_anunci_prof {
    margin:5px;
    margin-bottom: 48px;
    width: 360px;
    height:auto;
    overflow:hidden;
    font-weight: normal;
    text-align:center;
    background-color: #ffffff;
 }
 .vinyeta_anunci {
    background-color: #ffffff;
 }
 .vinyeta_anunci_cos {
    width:100%;
    overflow: hidden;
 }
 .vinyeta_preview {
    width: 100%;
    height: 148px;
    overflow: hidden;
    text-align: center;
}
.vinyeta_text {
    height: 168px;
/*    padding: 10px 10px 0px;*/
    overflow: hidden;
    color: #505050;
    font-size: 20px;
    line-height: 24px;
    width : 100%;
}
.vinyeta_bincle {
/*    width:180px; */
    height: 32px;
/*    padding:0px 10px;*/
}
.vinyeta_bincle a:hover {
    color: #000000;
}
.vinyeta_nick {
    font-size:24px;
    font-weight: bold;
    color: #404040;
}
.vinyeta_link {
    font-size:24px;
    font-weight: bold;
    color:rgb(44,101,171);
}
@media (max-width: 370px) {
    .vinyeta_anunci, .vinyeta_anunci_prof { width:320px; }
}
@media (min-width: 370px) {
    .vinyeta_anunci, .vinyeta_anunci_prof { width:360px; }
}
