body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	background: #d3cac6;
}
.bio {
	background: #666666 !important;
}
a {
	outline: none;
}
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 80px;
}
	#header ul {
		position: relative;
		margin: 0 0 0 12px;
		padding: 0;
		list-style: none;
	}
		#header ul li {
			float: left;
			margin: 20px 0 0 20px;
		}
		#header ul li.big {
			margin-top: 12px;
		}
			#header ul li a {
				letter-spacing: 5px;
				color: #000000;
				text-decoration: none;
				font-weight: bold;
				font-size: 24px;
			}
			#header ul li.big a {
				font-size: 40px;
			}
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 810px;
	height: 810px;
}
#contacto {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;
	width: 790px;
}
#enlaces {
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
	padding: 0;
	width: 790px;
}
#biocont {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 46em;
	border: 1px solid #000000;
	background: #d3cac6;
}
	#biocont p {
		margin: 20px;
	}
	#biocont p.right {
		text-align: right;
	}
	#container img {
		position: absolute;
	}
	#pri {
		top: 105px;
		left: 5px;
	}
	#nex {
		display: none;
	}
	#loading {
		position: absolute;
		/*display: none;*/
		top: 387px;
		left: 387px;
		width: 36px;
		height: 36px;
		background: transparent url(../imagenes/bg-loading.png) no-repeat;
	}
		#loading img {
			margin: 2px;
		}
	#next, #prev {
		margin: 780px 60px 0 60px;
		font-size: 56px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		
	}
	#next:hover, #prev:hover {
		color: #666666;
	}
	#next {
		float: right;
	}
	#prev {
		float: left;
	}
	#contacto a {
		color: #000000;
		text-decoration: none;
	}
	#enlaces a {
		text-decoration: none;
		font-weight: bold;
		font-family: "Times New Roman", Georgia, Serif;
		font-size: 20px;
	}
	#g-link-1, #g-link-2, #g-link-3 {
		float: left;
		margin: 80px 15px 0 20px;
		text-align: center;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-size: 20px;
	}
	#g-link-1 {
		width: 200px;
		height: 297px;
		background: transparent url(../imagenes/album-1.jpg) 0 30px no-repeat;
	}
	#g-link-2 {
		width: 200px;
		height: 297px;
		background: transparent url(../imagenes/album-2.jpg) 0 30px no-repeat;
	}
	#g-link-3 {
		width: 300px;
		height: 297px;
		background: transparent url(../imagenes/album-3.jpg) 0 60px no-repeat;
	}
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 810px;
	height: 50px;
	text-align: center;
}
	#footer p {
		margin-top: 10px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 10px;
	}