.TITOLOVIAGGIO { 
    position: absolute;
    bottom: 280px;
    font-family: 'Ubuntu Condensed', sans-serif; 
    font-size: 60px; 
    color: #111111;  
    z-index: 100;
    left: 5px;
}

.TITOLODOVE { 
    position: absolute;
    bottom: 100px;
    font-family: 'Ubuntu Condensed', sans-serif; 
    font-size: 35px; 
    color: #111111;  
    z-index: 100;
    left: 15px;
}

.TITOLODATI { 
    position: absolute;
    bottom: 60px;
    font-family: 'Ubuntu Condensed', sans-serif; 
    font-size: 35px; 
    color: #FF6600;  
    z-index: 100;
    left: 10px;
}

.TITOLODATA { 
    position: absolute;
    bottom: 35px;
    font-family: 'Ubuntu Condensed', sans-serif; 
    font-size: 20px; 
    color: #111111;  
    z-index: 100;
    left: 12px;
}

.TITOLOSCENDI { 
    position: absolute;
    text-align: center;
    bottom: 10px;
    font-family: 'Ubuntu Condensed', sans-serif; 
    font-size: 15px; 
    color: #111111;  
    z-index: 100;
    left: 0px;
    right: 0px;
}
.TXT_TITOLO { margin-left: 10px; margin-bottom: 5px; margin-right: 10px; font-family: 'Ubuntu Condensed', sans-serif; font-weight: bold; font-size: 33px; color: #111111; text-align: justify;}
.TXT_CAPITOLI { margin-left: 10px; margin-top: 5px; margin-right: 10px; font-family: 'Ubuntu Condensed', sans-serif; font-size: 20px; color: #111111; }
.TXT_TESTO { margin-left: 10px; margin-bottom: 5px; margin-right: 10px; font-family: 'Ubuntu Condensed', sans-serif; font-size: 15px; color: #111111; text-align: justify;}
.TXT_TESTO_ITA { margin-left: 10px; margin-bottom: 5px; margin-right: 10px; font-family: 'Ubuntu Condensed', sans-serif; font-style: italic; font-size: 15px; color: #111111; text-align: justify;}
.TXT_DIDASCALIE { margin-left: 10px; margin-bottom: 5px; margin-right: 10px; font-family: 'Ubuntu Condensed', sans-serif; font-style: italic; font-size: 12px; color: #111111; text-align: justify;}

.IFRAME_COPERTINA {
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px 0px 0px 0px;
}

.GRIGLIAFOTO {
  position: relative;
  left: 0px;
  right: 0px;
  background-color: #FFFFFF;
  z-index: 1;
}

.FONDOGRIGIO {
  background-color: red;
  position: relative;
  left: 0px;
  right: 0px;
  margin: 0px 0px 0px 0px;
  height: 150px;
}


.GOBACK_ALTO{
  z-index: 100;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
}

.GOBACK_BASSO{
  z-index: 100;
  position: relative;
  left: 20px;
  bottom: -50px;
  width: 50px;
}

 .classe_img_con_didascalia { 

     float: left; 

     position: relative; 

     overflow: hidden; 

 } 

  

 .classe_img_con_didascalia p { 

     position: absolute; 

     left: 0; 

     bottom: 0; 

     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); 

     color: #fff; 

     display: none; 

     width: 100%; 

     padding: 10px; 

 } 

  

 .classe_img_con_didascalia:hover p { 

     display:block; 

 } 