
<meta charset="utf-16">

	
	body {
		background-image: url("https://paloma.neocities.org/practica2/multimedia/fondo.jpg");
		width: 1012px;
		height: 633;
	}

	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: auto;
		float: left;
        width: auto;
	}

	 nav a:hover{
		color: #FFF;
		background-color: #666;
	}

	table {
		margin: 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%;
        width: 70%;
	}

	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;
 	}

 	footer script{
 		color: white;
 		float: right;
 		width: 50%;
 		text-align: right;
 		
 	}

 	footer #piepagina{
 		width: 50%;
 		float:left;
 		color: black;
 	}
    
