#navi {
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	float:left;
}
#navi li a {
	display:block;
	width:129px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFF;
	background-image: url(../imagenes/boton-normal.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding: 0px;
}
#linea_inferior_cabecera {
	background-image: url(../imagenes/listanegra-inferior.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 504px;
	padding-right: 30px;
	text-align: right;
}

#navi li a:hover {
	background-image: url(../imagenes/boton-sobre.jpg);
	background-repeat: no-repeat;
	color: #19515E;
}
a:hover, .selected a
{
	color: #19515E;
	background-repeat: no-repeat;
}
li
{
	display: inline;
}

#index #navi .inicio a,
#productos #navi .productos a,
#situacion #navi .situacion a,
#contacto #navi .contacto a{
	color: #19515E;
	cursor:default;
	background-image: url(../imagenes/boton-seleccionado.jpg);
	background-repeat: no-repeat;
}
acronym {
	font-size: 14px;
	color: #19515E;
	font-weight: bold;
	font-style: normal;
}
#productos #Center_Tab #cuerpo table tr td span {
	font-size: 12px;
	color: #19515E;
	font-weight: bold;
}

