/* MENU SUPERIOR WEB 2.0  */

#menu_web20 {
	position:absolute;
	width:970px;
	left:50%;
	margin-left:-485px;
	height:75px;
	top:0px;
	background-image: url("../imagenes/fondo_menu_web20.png");
	background-position: 0px;
	background-repeat:no-repeat;
	z-index:150;
}


.menuweb20 {
	line-height:15px;
	font-family:Verdana, Arial;
	text-align:left;
	font-size:9px;
	color:#888888;
}

.menuweb20 a {
	color:#888888;
	text-decoration: underline;
	border: 0;
}

ul {  
	list-style:none;
	margin:0;
	padding:0;
}
ul li {
	padding:0;
	float:left;
}
ul li a {
	display:block;
	width:102px;
	height:75px;  //Quito el padding, pero le pongo altura.
	text-decoration:none;
}
ul li a:hover {
	background-position:bottom;
}
ul li a span {
	display:none; //Oculto el texto.
}
#facebook {
	background-image:url(../imagenes/facebook.png);
	MARGIN: 0px 0px 0px 102px;
}
#youtube {
	background-image:url(../imagenes/youtube.png);
}
#flickr {
	background-image:url(../imagenes/flickr.png);
}
#blogs {
	background-image:url(../imagenes/blogs.png);
}
#twitter {
	background-image:url(../imagenes/twitter.png);
}
#tuenti {
	background-image:url(../imagenes/tuenti.png);
}
#vimeo {
	background-image:url(../imagenes/vimeo.png);
}

