
<meta charset="utf-16">

	
	body {
		font-family: Georgia, "Times New Roman",serif;
		background-image: url("https://paloma.neocities.org/practica1/multimedia/fondo.jpg");
		width: 1012px;
		height: 633;
		text-decoration: none;
	}

	h1 {
		font-family: Garamond, Geneva, Arial, sans-serif;
		color: grey;
		text-align: center;
		font-size: 3em;
	}

	ul{
		display: block;
		position: relative;
		left: 40%;
	}

	li{
		display: inline;
		list-style-type: none;
		right: 50%;
		position: relative;
		text-align: center;
	}

	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;
	}

	#perfil{
		margin: 20px auto;
		width: 400px;
		height: 283px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		max-width: 400px;
		max-height: 283px;
		border: 2px solid white;

	}
	#video {
		margin: 2px auto;
		width: 560px; 
		height: 315px; 
		position: relative;
		margin-bottom: 30px;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}

	table {
		margin: 80px auto;
		border-spacing: 0px;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
		font-size: 0.8em;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFFFFF;
		margin-top: 5%;
	}

	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;
 	}

 	table a{
 		color: #000;
 		text-decoration: none;
 	}

 	table a:hover{
 		color: white;
	}

 	footer script{
 		color: white;
 		float: right;
 		width: 50%;
 		text-align: right;
 		
 	}
 	footer #piepagina{
 		width: 50%;
 		float:left;
 		color: black;
 	}
    