@import url('skins/basic.css');
@import url('skins/gray.css');

body, html, head	{
	margin		: 10px;
	background	: #000000 url('../images/vista1.jpg') fixed no-repeat center;
	font-family	: arial, verdana, sans-serif;
	font-size	: 11px;
	color		: #606060;
	overflow	: hidden;
	width		: 100%;
	height		: 100%;
	}

#menu	{
	width		: 640px;
	height		: 85px;
	position	: relative;
	margin		: 0 auto 0;
	z-index		: +9999;
	-moz-user-select: none;
	}

#menu .menuBackground
	{
	width		: 100%;
	height		: 85px;
	position	: absolute;
	background	: #808080;
	opacity		: 0.2;
	filter		: alpha(opacity=20);
	}

#menu .menuItems
	{
	position	: absolute;
	margin		: 2px;
	}


#menu .menuItems .menuitem 
	{
	width		: 70px;
	display		: block;
	float		: left;
	margin-left	: 15px;
	margin-right	: 15px;
	}


#menu .menuItems .menuitem a
	{
	border		: 0px;
	text-decoration	: none;
	color		: #efefef;
	display		: block;
	width		: 70px;
	height		: 75px;
	text-align	: center;
	position	: relative;
	}

#menu .menuItems .menuitem a img
	{
	border		: 0px;
	width		: 60px;
	height		: 60px;
	}

#menu .menuItems .menuitem a:hover img
	{
	border		: 0px;
	width		: 60px;
	height		: 60px;
	position	: relative;
	top		: -5px;
	}


#menu .menuItems .menuitem a div
	{
	color		: #303030;
	position	: absolute;
	bottom		: 0px;
	left		: 0px;
	width		: 70px;
	text-align	: center;
	}

#menu .menuItems .menuitem a span
	{
	width		: 70px;
	color		: #efefef;
	position	: absolute;
	left		: 1px;
	top		: 1px;
	}
