
body {
	background-image: url(../img/lights2.jpg);
	background-color: #333;
	background-repeat: repeat;
}


.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	padding-left: 0px;
	margin-left: 20px;
	font-size: 6em;
}
.nombre {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	padding-left: 0px;
	margin-left: 20px;
	font-size: 0.8em;
	margin-top: 100px;
}
#links {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-left: 20px;
}
#links ul li a {
	color: #FFF;
}


#pie {
	border-left-style: none;
	margin-left: 50px;
	text-align: left;
}

