#slideshow_fade { width:900px; height:300px; background-color: black; position:relative; overflow:hidden; }

#slideshow_fade img { border:0; position:absolute; left:0px; top:0px; z-index:-10;}

#popup_txt { width:780px; height:40px; position:absolute; left:0px; top:440px; background-color:#000; z-index:10; opacity:0.7; filter('opacity=70'); padding:10px; color:#FFF;}

#container_princip{ 
  position:relative;
  background-color:white;
  top:0%;
  width:900px;
  height:100%;
  min-height: 100%;
}

h4.titleImage { font-size:16px; line-height:18px; margin:0;}

body { 
	background-color: #E1E1E1; 
	margin-top:0; 
	margin-bottom:0;	
}

h2, h3 {
color: #535353;
font-family: Verdana;
letter-spacing: 2px;
}

p {
   font-family: sans-serif;
   font-size: 1em;
   color: #383838;
   line-height: 23px;
   margin: 0.625em 0;
   text-align: left;
}

ul, li {
   font-family: sans-serif;
   font-size: 1em;
   color: #383838;
   line-height: 23px;
   margin: 0.625em 0;
   text-align: justify;
}

a:link    {text-decoration: none; color: #B51010;}
a:visited {text-decoration: none; color: #B51010;}
a:hover   {color: red;}

a{
	text-decoration:none;
}

.foto {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(PIE/PIE.htc);
}

button {
   cursor: pointer;
   width: 122.4px;
   text-align: center;
   text-decoration: none;
   font-size: 15px;
   font-family: Verdana, sans-serif;
   border-radius: 0px 0px 0px 0px;
   color: #353535;
   padding: 10px 10px;
   border: 0px black;
   background: white;
}

.rounded {
    width: 75%;
    background-color: white;
    color: black;
    margin: 20px auto;
    padding: 10px;
    opacity: .85; 
    filter: alpha(opacity=85);    
    border: 0px solid #E63302;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    
}

.img_pop{
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1;
	position: relative;
    width:220px;
    margin: 30px 30px 0px 30px;
    
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;  
}

.img_pop:hover {
	-webkit-transform:scale(1.1,1.1);
}

.header{
   width:900px; 
   height:100px; 
   background-color: #cb303e;
}

.button_link{
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;  
}
 
.button_link:hover{
       background-color: #FF9B9B;
}

.caption {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
 
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
     
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}

.link_pagine{

    font-weight: bold;
    text-transform: uppercase;
    color: #B51010;

}
 
.caption span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}