
@charset "utf-16";
body {
	font-family: Cambria, Helvetica, sans-serif; 
	color: black; 
	background-color: white;
	background-image: url("https://paloma.neocities.org/practica1/multimedia/fondo.jpg");
	font-size: 1.6em;
}

h1 {
	display: none;
}

nav a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000;
		padding:6px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
		background-color: #EAEAEA;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCC;
		border-top-width: 1px;
		border-right-style:solid;
		border-right-color: #CCC;
		display:block;
		list-style-type: none;
		text-align: center;
		left: 50%;
		margin-left: 50% auto;
		margin-right: auto;
		float: left;
	}

	 nav a:hover{
		color: #FFF;
		background-color: #666;
	}
table { 
		color: black; 
		margin: 30px auto;
		font-size: 2em;
		text-align: center;
		border-collapse: collapse;
		border: #610B38 1px solid;
}
	th, td{
		padding:0.5em;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border:solid;
		border-width: 1px;
		border-color: #FFFFFF;
		text-decoration: none;
		color: #000;
		text-align: left;
	}

	th{
		text-align: center;
		background-color: #E2E2E2;
		text-decoration: none;
		color: #000;
	}

	td{
		background-color: #E2E2E2;
		text-decoration: none;
		color: #000;
 	}
li {
	display: inline;
}
table a{
	color: black;
}

#foto {
	margin: 20px auto;
	height: 100%;
	width: 100%;
	border: 1px solid white;
	padding: 5px;
	background: white;
}
#video {
	margin: 20px auto;
	width: 70%;
	height: 100%;
}



footer {
	display: none;
}

    