/* CSS Document */

.leftFoto{
	float:left;
	width:120px;
	text-align: center;
}
.rightFoto{
	float:right;
	width:375px;
	padding-top:10px;
}
.sepFoto{
	clear:both;
	border-bottom:#E9E6DC 2px dotted;
	margin-bottom:10px;
}
