body {
	font-family: Georgia, serif, Arial;
	margin:15px;
	background-color:#DDD;
	
}
h1 {
	font-variant: small-caps;
}
header {
	border:2px solid #055;
	border-radius: 15px 15px 15px;
	padding:10px;
	margin-bottom: 25px
}
article {
	border:2px solid #055;
	border-radius: 15px 15px 15px;	
	padding:10px;
		margin-bottom: 15px

}
#fecha{
	text-decoration: underline;
}