	body {
		background-color: black;
		margin: 0;
		padding: 20px;
		color: white;
		font-size: 14px;
		font-family: sans-serif;		
		background-image:url(images/fondo1.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	#header {
		margin-top: 30px;
	}
	#content {
		width: 800px;
		color: #fff;
	}
	#agregarPalabras {
		margin-top: 60px;
		padding: 40px;
		border: 1px solid white;
		font-size: 18px;
		text-align: center;
	}
	.subtitle {
		font-size: 12pt;
	}

	h1 {
		font-size: 2em;
	}
	input {
		border: 1px solid #666;
		font-family: serif;
		color: black;
	}
	.boton {
		border: 1px solid #666;
		background-color: white;
		color: black;
		padding: 3px 5px;
		margin: 5px 0;
	}

	ul {
		display: block;
		width: 100%;
		font-size: 1.1em;
		text-align: right;
		float: right;
		padding-bottom: 3px;
	}
	li {
		display: inline;
		margin: 0 0 0 10px;
		color: #ccc;
		font-size: 1.5em;
		white-space: nowrap;
	}
	#proyecto ul {
		font-size: .9em;
	}
	li a {
		color: #ccc;
		text-decoration: none;
	}
	a {
		color: white;
		text-decoration: underline;
	}
	a:hover {
		text-decoration:none;
	}
	#footer {
		margin-top: 100px;
		width: 800px;
		font-size: .9em;
		color: white;
		text-align: center;
	}
	#respuestaServer {
		margin: 10px 0;
	}
	.jumpRight
	{
		width: 100%;
		text-align: right;
	}