html, body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family:'Indie Flower', sans-serif;
	font-size: 0.9em;
	background: #FFEA94;
}
#principal {
	display: block;
	height: 5%;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
	background: #EDD368;
}
#datos {
	min-height:40%;

}
#foto {
	float:left;
	margin-left: 2px;
	margin-right: 20px;
	margin-top:0%;
	margin-bottom: 0%;
	border: 1px solid black;
	background-color: white;
	height: 125px;
}

#curriculum {

	display:block;	
	font-family:'Indie Flower', sans-serif;
	height:100%;
	width:100%;
}
#nombre {
	height: 10%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
li{
	float:left;
	font-family:'Indie Flower', sans-serif;
	font-weight:bold;
	margin-right:10px;
}
.contenido{
	margin-left: 10px;
	float: relative;
	}
	
#secundario{
		height: 5%;
		text-align: center;
		font-size: 1.0em;
		font-weight: bold;

}
.imagen{
		margin-left:2px;
		height:108px;
		width:160px;	
}

footer{
		margin-left:0px;
		font-size: 0.8em;
}