body{
background-color: #DDA0DD; 
color: #000000;
font-size: 1.1em;
font-family: verdana;
}
h1{
	color: #000000; 
	font-size: 1.6em; 
	font-family: arial
}
#menu_nav {
	list-style-type:none;
	margin-left:25%;
	margin-right: 25%;
	padding:0;
	display:flex;
	flex-direction: row;
}
li { flex-grow: 1; }

.navegador{
	display:block;
	padding:1em;
	background-color:LightGray ;
	text-align:center;
	margin-right:0.2em;
	text-decoration:none;
	color:#000000;
}
.navegador:hover{
	background-color:white;
}
table{
	border-style: solid;
	border-color: #333;
	border-width: 3px;

}
th, td{
	background-color: #D0FFEE;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
}
#footer1{
	position: fixed;
	font-size: 0.9em;
	font-family: "Times New Roman";
	bottom: 0px;
	float:left;
  	width: 600px;
}
#footer2{
	position: absolute;
	font-size: 0.9em;
	font-family: "Times New Roman";
	bottom: 40px;
	right: 0px;
	float:right;
  	width: 600px;
}