@import url("/css/home-import.css");
/* regole specifiche per la pagina del viaggio */

h2.newsHeading, h2.newsHeading a:hover {
   background: #247225;
   color: #fff;
}

h4.titolo {
  text-align: left;
  font-style: italic;
}

img.fotoSx {border-width: 1px;
     border-color: #247225; 
     margin-bottom: 7px;
     margin-left: 20px;
     margin-right: 20px;
     margin-top: 7px;
     float: left;
     } 

IMG.fotoDx {float: right;
     margin-bottom: 7px;
     margin-left: 20px;
     margin-right: 20px;
     margin-top: 7px;
} 

#preghiera {
       background-color: #D1EFD5;
       color: black;
       position: relative;
       /*margin: 0px 20px 20px 20px;*/
       border: 1px solid #216922;
       padding: 15px 52% 15px 15px;  
		 text-align: left;
    }
#ColDx {
       position: absolute;
       top:0px;
       right:0px;
       width:50%;
		 float: right;
       padding: 15px 15px 15px 5px;  
       margin: 0px 0px 0px 0px;
       /*fittizzio per imbrogliare IE e fargli interpretare giusta la struttura del box
		 voice-family: "\"}\"";
       voice-family: inherit;*/
    }

.centrato, h4 {text-align: center; }

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

