/*COLORI*/

/*SFONDO----------------------------------*/
body{
 background-image: url('../images/bg_y.png');
 background-repeat: repeat-x;
 background-position: 0 0;
 background-color: #d7ecf5;
 color: #000000;
}

.page{
	background:#f2f9f6;
  background:#ffffff url('../images/PD_Logo_Baretta.png') bottom left no-repeat;
}

.benvenuti .head{
  background:url('../images/Sigla_Baretta.png') 100% 140px no-repeat;
}



.title{
  color:de4c49;
  position:relative;  
  z-index:10;
}
.content{
	background:#ffffff url('../images/fad-bkg-lettera.png') 100% 0px no-repeat;
}


/*----------------------------------------*/

/*TESTO-----------------------------------*/
.page,
.searchbtn{
	color:black;
}
a{
  color:black;
}

a:hover{
  color:#008B4E;
  
}
a.selected:hover,
a.selected,
a.item:hover{
color:black;
}
.breadcrumb{
  margin-bottom:20px;
  text-align:right;

}
.breadcrumb b,
.breadcrumb a{
  color:#6da9d0;
}
/*----------------------------------------*/
