@charset "utf-8";
/* CSS Document */

body{ 
	margin:0px;
	background: #000;
	color:#f0f0f0;
	font: 67.5% "HoeflerText";
}

#logoGray{ 
	background:#000 url(../Imagenes/logoB.png) no-repeat; 
	position:absolute; 
	left:960px; 
	width: 235px; 
	height:30px;
}


/* MENU */

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width:120px;
	font: 1.4em "Century Gothic";
}
#menu li {
	margin: 0px;
	padding: 0px;
	text-align:right;
}
#menu a {
	color:#fff;
	display: block;
	margin: 0;
	padding: 8px 5px 8px 10px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #837a63;
	padding-bottom: 8px;
}

.menuSeleccionado{
	background: #837a63;
	padding-bottom: 8px;
}


/* ABOUT */

.about{
	font-family:"Century Gothic";
	width:120px;
	text-align:right;
	color:#837a63;
	font-size:1.6em;
}
.aboutBIG{
	font: 1.5em "Century Gothic";
	font-weight:bolder;
	font-style:italic;
}
.about a{
	text-decoration:none;
	color:#837a63;
}