body{
	background-color: #ffffe6;
}

img{
	margin-left: auto;
	margin-right:auto;
	display:block;
	width:30%;
}

#parte1{
	background-color: #ff9999;
	border: 3px dotted #ffffe6;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:30px;
	height:360px;
	width:50%;
}

#parte2{
	background-color: #ffb3b3;
	border: 3px dotted #ffffe6;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:30px;
	height:360px;
	width:50%;
}

#parte3{
	background-color: #ffcccc;
	border: 3px dotted #ffffe6;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:30px;
	height:360px;
	width:50%;
}