html {
	background-image: url(originals.jpg);
	background-repeat: repeat;
}
header {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	height: 60px;
	color: #ffffff;
}
nav ul {
	list-style-type: none;
	text-align: left;
}
nav li {
	display: inline;
	text-align: center;
	margin: 0 10px 0 0;
}
nav li a {
	padding: 2px 7px 2px 7px;
	color: #ffffff;
	background-color: none;
	border: 1px solid #ffffff;
	text-decoration: none;
}
nav li a:hover {
	background-color: #F8F9F9;
	color: #ffffff;
}
.tablita {
	width: 75%;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0 auto;
}
.tablita  td, th {
	width: 20%;
	text-align: center; 
	border: 1px solid #000;
	border-collapse: collapse;
}
.tablita th {
	background: #E59866;
}
.tablita td {
	background: #F9E79F;
}
#obj_parametro {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
}
#tabla {
	border: 1px solid #000;
	margin: 0 auto;
	border-collapse: collapse;
}
#tabla th {
	background: #F7FE2E;
}
#tabla td {
	background: #64FE2E;
}
#tabla td, th {
	text-align: center; 
	border: 1px solid #000;
	border-collapse: collapse;
	font-family: "Comic Sans", Times, serif;
}
footer {
	text-align: right;
  left: 15px;
	color: #ffffff;
	font-size: 18px;
	display: flex;
}
#imgPerfil {
	float: left;
	margin: 100px;
	position: absolute;
	top: 80px;
	height: 315px;
	width: 500px;
}
#video {
	position: absolute;
	top: 180px;
	left: 650px;
	width: 560px;
	height: 315px;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a:visited {
    text-decoration: none;
}
#fecha {
	color: #ffffff;
}
#pantalla{
  color: #ffffff;
}
footer ul {
	list-style-type: none;
	text-align: center;
}
footer li {
	display: inline;
	text-align: center;
	margin: 0 17px 0 0;
}