header, section {
	margin: 5%;
	padding: 10px;
	border-style: solid;
	border-radius: 15px;
}
header:after, section:after {
	clear: both;
	content: ".";
	display: block;
	height: 10px;
	visibility: hidden;
}
dt {
	font-style: italic;
	font-weight: bold;
}
#foto {
	float: left;
	width: 10%;
	text-align: center;
}
#personal {
	float: left;
	background-color: #EEA;
	width: 80%;
	padding-left: 10px;
}
.recurso {
	float: left;/*
	 max-height: 100px;*/
	padding: 10px;
}
.recurso img {
	height: 150px;
}
.recurso video {
	height: 150px;
}