body {
	background-color: #F1F1F1;
  	color: black;
  	font-family: "Times New Roman";
 	text-align: center;
 	margin: 0;

}

header, footer {
	background-color: white;
	background-image: url("fondo_1.png");
	color: #0A1628;
	padding: 10px;
 	margin: 15px auto auto 15px;
 	box-shadow: 0 0 15px 5px rgba(16, 33, 53, 0.2) inset;
 	width: 400px;
}

footer {
	margin-bottom: 15px;
}

nav {
	background-color: rgba(16, 33, 53, 0.2);
	margin: 0 20px 0 0;
 	border-width: 1px 0 1px 15px;
	border-color: rgba(16, 33, 53, 1);
	border-style: solid;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
}

li {
	flex-grow: 1;
}
	

nav a {
	color: black;
	text-decoration: none;
	padding: 5px;
	display: block;

}

nav a:hover {
	background-color: white;
	text-decoration: none;
}

article a {
	text-decoration: none;

}

article a:hover {
	text-decoration: underline;
}

article {
	background-color: white;
	color: #0A3200;
	font-family: Verdana;
	padding: 10px;
	margin: auto 20px auto 0;
	border-width: 0 0 1px 15px;
	border-color: rgba(16, 33, 53, 0.7);
	border-style: solid;
	border-bottom-left-radius: 40px 50px;
	font-size: small;
}

table {
	margin: 15px auto;
}

img {
	border-style: solid;
	border-width: 2px;
	border-color: rgba(16, 33, 53, 1);
}

#fecha {
	font-style: italic; 
	font-size: small;
}

table {
    border-collapse: collapse;
}

td, th {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: rgba(16, 33, 53, 1);
}