body{
	background: #294D9B;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
}
header h1{
	text-align: center;
	color:#DDD;
	font-size: 1.5em;
}

.contenedor{
	margin-top: 1.5em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	width:80%;
	margin: 4em auto;
	padding-bottom: 2.5em;
	border-radius: 4px;
	background: #DDD;
}
.contenedor ul {
	padding-top: 4.5em;
}
.contenedor li{
	padding-top: 0.8em;
	list-style-type: circle;
}
.anio{
	width:100%;
	float: right;
	border-bottom: 1px solid #999;

}
.contenedor p{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: lighter;
	color:#666;
	float: right;
	margin-right: 1.5em;
	font-size: 1.2em;
	
}