#navcontainer {
	background-image: url(/imagenes2/fondo-barra.gif);
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	text-align: center;
}
#navlist {
	vertical-align: middle;
	display: inline;
	height: 25px;
	margin: 0px;
}
#navlist li {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: inline;
	height: 25px;
	line-height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
}
#navlist li.nb {
	border-right-width: none;
	border-right-style: none;
}
#navlist a {
	height: 25px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navlist a:hover {
	height: 25px;
	background-image: url(/imagenes2/fondo-barra2.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*lo de arriba por el momento no me sirve*/
#nav1 {
	background-image: url(/imagenes2/fondo-barra.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	height: 18px;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 7px;
}
#nv {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#nv.nb {
	border-right-width: none;
	border-right-style: none;
}
#nv a {
	text-decoration: none;
}
#nv a:hover {
	background-image: url(/imagenes2/fondo-barra2.gif);
}

