/*.nav00 {
	height: 55px;
	margin: 0 auto;
}

#ul {
	height: 55px;
	margin-top: 0;
	width: 170px;
	background-position: center;
}

#m0 {
	background-image: url(../../imagenes/contenido/numeros/1a.png);
	display: inline-block;
	height: 55px;
	margin: 0px 0px 0px 0px;
	width: 81px;
}

#m0_active {
	background-image: url(../../imagenes/contenido/numeros/1.png);
	display: inline-block;
	height: 55px;
	margin: 0px 0px 0px 0px;
	width: 81px;
}

#m1 {
	background-image: url(../../imagenes/contenido/numeros/2a.png);
	display: inline-block;
	height: 56px;
	margin: 0 0px 0 0;
	width: 83px;
}

#m1_active {
	background-image: url(../../imagenes/contenido/numeros/2.png);
	display: inline-block;
	height: 55px;
	margin: 0 0px 0 0;
	width: 83px;
}

#m2 {
	background-image: url(../../imagenes/contenido/numeros/3a.png);
	display: inline-block;
	height: 55px;
	margin: 0 0px 0 0;
	width: 83px;
}

#m2_active {
	background-image: url(../../imagenes/contenido/numeros/3.png);
	display: inline-block;
	height: 55px;
	margin: 0 0px 0 0;
	width: 83px;
}

#m0:hover {
	background-image: url(../../imagenes/contenido/numeros/1.png);
}

#m1:hover {
	background-image: url(../../imagenes/contenido/numeros/2.png);
}

#m2:hover {
	background-image: url(../../imagenes/contenido/numeros/3.png);
}

*/
#nav {
	height: 55px;
	margin: 0 auto;
	text-align:right;
	width: 170px;
	display: inline-block;
	float:right;
}

#m0 {
	background-image:url(../../imagenes/contenido/numeros/1.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 55px;
	width: 83px;
}

#m1 {
	background-image:url(../../imagenes/contenido/numeros/2.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 55px;
	width: 83px;
}

#m0active {
	background-image:url(../../imagenes/contenido/numeros/1a.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 55px;
	width: 83px;
}

#m0active:hover {
	background-image:url(../../imagenes/contenido/numeros/1.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 55px;
	width: 83px;
}

#m1active {
	background-image:url(../../imagenes/contenido/numeros/2a.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 55px;
	width: 83px;
}

#m1active:hover {
	background-image:url(../../imagenes/contenido/numeros/2.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 55px;
	width: 83px;
}
