html {
	background-color: #DBF8C0; 
}
body {
	margin: 20px;
}
article {
	width: 69%;
}
aside {
	width: 29%;
	background: #004000;
	margin-left: 10px;
	padding: 10px;
	}
.grupositems {
	display: -webkit-box; /* Safari 6.1+ */
	display: -ms-box; /* IE 10 */ 
	display: -webkit-flex; /* Safari 6.1+ */
	display: -ms-flex; /* IE 10 */ 
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.webs{
	width: 280px;
	height: 200px;
	margin: 10px;
}
#foto {
	width: 
	max-height: 100px;
	margin: 20% 30%;
}
#presentacion {
	width: 90%;
	max-height: 200px;
	margin: 10px;
}