body {
	background:url(../imagenes/back.jpg) top center;
	background-color:#000;
	font-family: sans-serif;
	text-align: center;
	padding-top:10px;
}

	a {
		color: #27aae2;
		text-decoration: none;
	}
	
		a:hover {
			text-decoration: underline;
		}
		
