@charset "UTF-8";
body {
	margin:0;padding:0;
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
}
img {
	border:none;
}
#nav {
	position:absolute;
	left:20px;
	top:210px;
	width:490px;
	height:20px;
	z-index:2;
	list-style-type: none;
	text-align: right;
	padding: 0;
	padding-right: 20px;
}
#nav li {
	display: inline;
}
#nav li a, #enlaces a{
	text-decoration:none;
	color:#333;
	}
#nav li a:hover, #enlaces a:hover{
	color:#FFF;
	background-color:#000;
	}
#fotos {
	position:absolute;
	left:530px;
	top:30px;
	z-index:1;
}
#enlaces {
	position:absolute;
	left:305px;
	top:630px;
	width: 800px;
}
#details{
	position:absolute;
	left: 12px;
	top: 247px;
	z-index: 2;
	width: 800px;
	text-align:center;
}
p {
	margin:0;
	padding:0 6px;
	background-color:#EEE;
	display:inline;
}
#form {
	width: 400px;
	position: absolute;
	top:523px;
	left:20px;
}
#name {
	position:absolute;
	left:4px;
	top:178px;
	width:255px;
	height:31px;
	z-index:3;
}

#name h1, #name h2 {
	font-size:10pt; margin:0;
}
#name h1 a {
	color:#000;
}
#name h2 {
	font-weight: normal;
	text-align: center;
}
#MenuBar2 li ul li ul li a .link {
	text-decoration: underline;
	color:#00F;
}
#MenuBar2 li ul li ul li a .link:hover {
	text-decoration: underline;
	color:#FFF;
}
