html {
	background-color: #ADE886; 
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	color: #000000;
	font-family: trebuchet, sans-serif;
	margin: 30px;
}
header {
	display: block;
	background: #FF8040 ;
	height: 10%;
}
h1 {
	font-size: 220%;
	color: #004000;
	text-align: center;
	padding: 20px;
}
h2 {
	font-size: 170%;
	color: #008000;
	padding-left: 10px;
}
h3 { font-size: 130%;
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	padding-left: 20px;
}
#h2aside {
	color: #FFFFFF;
	text-align: center;
}
#main {
	widht: 95%;
	height: 90%;
	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-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}
article {
	width: 79%;
	order: 1;
}
aside {
	width: 19%;
	background: #004000;
	margin-left: auto;
	padding: 10px;
	order: 2;
}
.recursos {
	width: 170px;
	max-height: 150px;
	padding-bottom: 1em;
}
.gruposh3 {
	background-color: #85BD46;
	border: 2px solid #FF8040;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 20px 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-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around; 
	-ms-justify-content: space-around;
}
.webs {
	width: 200px;
	max-height: 200px;
	padding-bottom: 1em;
}
#foto {
	width: 40%;
	height: 150px;
	margin: 20% 30%;
}
#presentacion {
	width: 90%;
	margin: 10px;
}
.videopres {
	background: #FFF;
}

/*Pared*/
.pared {
	border: 4px solid #FF8040;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 20px 10px;
	height: 100px;
}
