body { background-color: #BCB;
	font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 1.4em; background-color: #AAA; color: blue; }
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
}
li { flex-grow: 1; }
a {
	display:block;
	padding:1em;
	background-color:LightGray ;
	text-align:center;
	margin-right:0.2em;
	text-decoration:none;
	color:#000000;

}
#foto { color: white;}
#video {color: white;}
#fecha { color: red;}
 th {color: white;}

footer { font-family:"Times New Roman" ; font-size: 0.9em; position: fixed; bottom: 0px; color: white;}

a:hover {background-color:green; }