#header{
	height: 53px;
	visibility: visible;
}

#header ul{
	list-style-type: none;
}
#header li{
	float:left;
	list-style-type: none;
	list-style-image: none;
}
#header li a{
	display:block;
	text-align:center;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 119px;
	font-weight: 500;
	height: 38px;
	padding-top: 15px;
}
#header li a:hover{
	color: #FFF;
	text-decoration: none;
	background-image: url(../imagenes/menu_over.gif);
	background-repeat: no-repeat;
	width: 119px;
	height: 38px;
	background-position: 3px;
}
