/* CSS Document */

/*------top------------*/


.boxmaestri{
	width:470px;
	position:relative;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 6px;
	margin-top: 5px;
}
.leftbox{
	width:150px;
	float:left;
	position:relative;
	
}
.rightbox{
	width:310px;
	float:left;
	position:relative;
	padding:0px 5px 0px 5px;
}
.foto{
	width:150px;
	height:120px;
	float:left;
	position:relative;
	background-color: #D5CEA8;

}
.zoom{
	width:150px;
	float:left;
	position:relative;
	text-align:left;
	margin-top: 3px;

}
.descrizione{
	width:310px;
	float:left;
	position:relative;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	
}

.nome{
	color:#000033;
	font-size:13px;
	font-weight: bold;
	font-style: italic;

}

