#container {
	background-color: #007E84;
}

nav#main ul ul {
	background-color: rgba(111, 183, 161, 0.8);
	width: 230px;
}

main h1, main h2, main h3, main h4, main p {
	padding-left: 70px;
	width: 70%;
	color: #fff;
}

main ul {
	padding-left: 90px;
	width: 70%;
}

#foto1 {
	position: relative;
	z-index: 50;
	margin-top: -82px;
	margin-right: 246px;
	width: 190px;
	height: 190px;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float: right;
	shape-outside: circle(100%);
}

#c1, #c2, #c3, #c4, #c5, #c6 {
	position: absolute;
	width: 190px;
	height: 190px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	z-index: 1;
}

#c1 {
	top: 80px;
	left: -90px;
	background-color: #2C869A;
}
#c2 {
	top: 500px;
	left: 60px;
	background-color: #388190;
}
#c3 {
	top: 350px;
	right: 124px;
	background-color: #0E9186;
}
#c4 {
	top: 730px;
	left: 300px;
	background-color: #2B6683;
}
#c5 {
	top: 530px;
	right: -40px;
	background-color: #379474;
}
