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

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

#logoGray{ 
	background:#fff url(../Imagenes/logoW.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:#221E1F;
	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 */

#seccionabout { font-family:"Century Gothic" }

.aboutSelected{
	font-family:"Century Gothic";
	width:120px;
	text-align:right;
	color:#221E1F;
	font-size:1.4em;
	background: #837a63;
	height:360px;
}

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