html, body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family:'Indie Flower', sans-serif;
	font-size: 1.0em;
	background: #FFEA94;
}
#principal {
	display: block;
	height: 10%;
	font-size: 2.5em;
	font-weight: bold;
	text-align:center;
	background: #EDD368;
}
#datos {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	min-height:40%;
}
#foto {
	margin-left: 10px;
	margin-right: 5px;
	margin-top:2%;
	margin-bottom: 2%;
	border: 1px solid black;
	background-color: white;
	height: 300px;
}

#curriculum {
	display:block;
	height:100%;
	width:100%;
}
#nombre {
	height: 10%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
li{
	float:left;
	font-family:'Indie Flower', sans-serif;
	font-size: 1.0em;
	font-weight:bold;
	margin-left:10px;
}
.contenido{
	margin-left: 140px;
	float: relative;
}
#secundario{
		height: 5%;
		text-align: center;
		margin-top:2px;
		font-size: 1.3em;
		font-weight: bold;

}
.imagen{
		margin-left:10px;
		height:215px;
		width:320px;	
}

footer{
		margin-left:10px;
}