/* BREADCRUMB */
.breadcrumb {
  /*line-height: 25px;*/
  overflow: hidden;
  /*float: left;*/
  margin-bottom: 0px;
  border-bottom: 1px dotted #cccccc;
  width: 100%
}
.breadcrumb ul {
  /*background-color: #E1E1E1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecebe6));
  background-image: -webkit-linear-gradient(top, #ffffff, #ecebe6);
  background-image: -moz-linear-gradient(top, #ffffff, #ecebe6);
  background-image: -ms-linear-gradient(top, #ffffff, #ecebe6);
  background-image: -o-linear-gradient(top, #ffffff, #ecebe6);
  background-image: linear-gradient(top, #ffffff, #ecebe6);
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ecebe6);
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cccccc;
  */
  padding-left: 0 !important;
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  }

.breadcrumb ul li {
	list-style: none;
	float: left;
	/*background-color: #7798B7;*/
	font-size: 12px;

}
.breadcrumb ul li a {
	color: #126FB2;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	height: 100%;
	width: 100%;
}
.breadcrumb ul li a:hover {
	color: #7899B6 !iomportant;
	text-decoration: none;
}
.breadcrumb li.home {
	/*background-image: url("/img/breadcrumb_home.jpg");
	background-repeat: no-repeat;*/
	background-position: right center;
	border-left: none !important;
	/*background-color: #f6f6f6;*/
	padding: 2px 8px 0 8px;

}
.breadcrumb li.home img{
	/*background-image: url("/img/breadcrumb_home.jpg");
	background-repeat: no-repeat;*/
	background-position: right center;
	border-left: none !important;
	/*background-color: #f6f6f6;*/
}
.breadcrumb li#primo_livello a,
.breadcrumb li#secondo_livello a,
.breadcrumb li#terzo_livello a {
    padding-left: 8px;
    padding-right: 8px;
    background-image: url("/img/breadcrumb_central.jpg");
	background-repeat: no-repeat;
	background-position: right center; 	
	display: block;
	color: #126FB2;
}
.breadcrumb ul li#sezione_corrente {
	/*background-image: url("/img/breadcrumb_last_3.jpg");
	background-repeat: no-repeat;
	background-position: right center; 	*/
	color: #4C4C4C;
	padding: 0 8px 0 8px;
	font-weight: bold;
}


/** GESTIONE IMMAGINI **/
figure.img_esempio_abstract,
figure .img_esempio_abstract{
	width: 100%;
	max-height: 150px;
	width: 150px;
	display: block;
	float: left;
	margin-right: 15px;
	border: 1px solid #424141;
}
