#foto1{
	margin-left: 2%;
}

#foto2{
	margin-top: -5%;
	margin-left: 75%;
}

#foto3{
	margin-top: -5%;
	margin-left: 35%;
}

#foto1 #foto2 #foto3{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#servizi{
	position: absolute; /*per non interferire con gli altri contenuti*/
	margin-left: 30%;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-style: oblique;
}

#servizi > div{
	padding: 5px;
	padding-left: 20px;
	width: 340px;
}

.first{
	-webkit-border-radius: 10px 50px 0px 10px;
    -moz-border-radius: 10px 50px 0px 10px;
	border-radius: 10px 50px 0px 10px;
}

.mid{
	-webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
}

.last{
	-webkit-border-radius: 0px 10px 10px 50px;
    -moz-border-radius: 0px 10px 10px 50px;
	border-radius: 0px 10px 10px 50px;
}

.col1 {
	color: #f28f00;
}

.col2 {
	color: #009de0;
}

.col3 {
	color: #d3031d;
}

.col4 {
	color: #79b61d;
}

.col5{
	color: yellow;
}

.odd{
	margin-left: -10px;
}

.even{
	margin-left: 40px;
}
