#fotoartista {
    width: 190px;
    float: left;
    margin-right: 10px;
}

#descrizione_evento {
    width: 550px;
    float: left;
}

#altre_date {
    width: 300px;
    float: right;
    background: #d3d3d3;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
}

.sx_alto {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/angolo-sx-alto.png);
    background-color: #f0f0ec;
}

.sx_basso {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/angolo-sx-basso.png);
    background-color: #f0f0ec;
}

.dx_alto {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/angolo-dx-alto.png);
    background-color: #f0f0ec;
}

.dx_basso {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/angolo-dx-basso.png);
    background-color: #f0f0ec;
}

#altre_date ul {
    margin: 0;
    padding: 0 0 12px;
    list-style-type: none;
}

#altre_date ul li {
    background-image: url(../images/freccina.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 0 5px 5px;
}

#dove {
    width: 400px;
    float: left;
}

#dove ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#dove ul li {
    background-image: url(../images/freccina.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 0 5px 5px;
}

#altri_concerti {
    width: 380px;
    background: #d3d3d3;
    padding: 10px;
    margin-top: 20px;
    position: relative;
}

#datanews {
    text-align: right;
    font-style: italic;
}

#titolonotizia h2 {
    color: #1881b2;
}

#skyscraper {
    width: 300px;
    float: right;
    position: relative;
    text-align: center;
    margin-right: 10px;
}

