.contenutoMappa{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}

#mappa{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    z-index:0;
}

/****************************/

.marker{
    position:relative;
    width:150px;
    height:auto;
    text-align:center;
    overflow:hidden;
    padding:5px;
}

.logoMarkerMappa{
    width:130px;
    height:auto;
    margin-bottom:5px;
}

.logoMarkerMappa img{
    width:130px;
    height:auto;
}

.markerTesto{
    width:auto;
    font-family: 'Raleway', sans-serif;
    color:#000;
    font-size:1em;
    line-height:1.5em;
    display:none
}

.linkContatti a{
    color:#000;
}

.linkPrenota a{
    margin-top:5px;
    color:#9B162C;
}

/****************************/