body{
			width: 70%;
			margin: auto;
			background:rgb(112,154,48); 
			border-style: solid;
			border-color: white;


		}
		.uno{
			background: black;
			border-color: white;
			color:white;
			bottom: auto;
			height: auto;			
		}

		ul {
			list-style-type: none;
			margin: 0px;
			padding-left: 80px;
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: #CCC;
		}
		li {
			display: inline;
		}
		.nue {
			font-family: Arial, Helvetica, sans-serif;
			color: #000;
			text-decoration: none;
			font-size: 0.9em;
			display: block;
			padding: 6px;
			float: left;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCC;
			background-color: #EAEAEA;
			border-top-width: 0px;
			border-top-style: solid;
			border-top-color: #CCC;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #CCC;
		}
		a:hover {
			color: orange;
			background-color: #666;
		}
		
		span{
			text-shadow:5px 5px 5px;

		}
		h1{
			color: orange;
			text-shadow:5px 5px 5px;
			font-size: 40px;

		}

		nav {
			bottom: 300px;

		}
		
		h3{
			margin-left: 10px;
		}
		