@charset "utf-8";
/* CSS Document */
#Menubar {
	top:0px;
	left:0px;
	width:575px;
	height:33px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:absolute;
	text-indent:-3000px;
}
#Menubar li{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	position:absolute;
}
#Menubar a{
	display:block;
}
#Nosotros {
	left:0px;
	top:0px;
	width:114px;
	height:33px;
}
#Productos {
	left:115px;
	top:0px;
	width:114px;
	height:33px;
}
#Contacto {
	left:230px;
	top:0px;
	width:114px;
	height:33px;
}
#Clientes {
	left:345px;
	top:0px;
	width:114px;
	height:33px;
}
#Links {
	left:460px;
	top:0px;
	width:114px;
	height:33px;
}
#Nosotros a, #Productos a, #Contacto a, #Clientes a, #Links a {
	height:33px;
}
#Nosotros a:hover, #Nosotros .active {
	background:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:0px -33px;
	width:114px;
	height:33px;
}
#Productos a:hover, #Productos .active {
	background:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:-115px -33px;
	width:114px;
	height:33px;
}
#Contacto a:hover, #Contacto .active {
	background:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:-230px -33px;
	width:114px;
	height:33px;
}
#Clientes a:hover, #Clientes .active {
	background:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:-345px -33px;
	width:114px;
	height:33px;
}
#Links a:hover, #Links .active {
	background:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:-460px -33px;
	width:114px;
	height:33px;
}
