@charset "utf-8";
/* CSS Document */
.elemento_menu {
		margin-right:25px;
		background-repeat:no-repeat;
		float:left;
		}
		
.div_menu {
		margin-right:25px;
		background-repeat:no-repeat;
		float:left;
		}		
#centra_menu {
	width:400px;
	margin:35px 0px 0px 50px;
	position:relative;
	height:70px;
	}
#pendulo {
	width:30px;
	height:30px;
	position:absolute;
	bottom:5px;

	}
#home  {
	width:36px;
	height:32px;
	background-image:url(../imagenes/menu/home1.png);
	}
#topgames {
	width:70px;
	height:32px;
	background-image:url(../imagenes/menu/topgames1.png);
	}

#register {
	width:59px;
	height:32px;
	background-image:url(../imagenes/menu/register1.png);
	}
#faq {
	width:23px;
	height:32px;
	background-image:url(../imagenes/menu/faq1.png);
	}

#support {
	width:55px;
	height:32px;
	background-image:url(../imagenes/menu/support1.png);
	}

#login {
	width:32px;
	height:32px;
	background-image:url(../imagenes/menu/login1.png);
	margin-right:0px;
	}

.mihover {
	background-position:bottom;
	}
