
/* MENU */
.separadorMenu {
	float:left;
}
.botonInicio {
	width:142px; height:23px; background-image:url(../img/menuIzq/inicio.jpg); background-position:top; display:block; float:left;
}
.botonInicio:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/inicio.jpg); background-position:bottom;
}
.botonEditorial {
	width:142px; height:23px; background-image:url(../img/menuIzq/editorial.jpg); background-position:top; display:block; float:left;
}
.botonEditorial:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/editorial.jpg); background-position:bottom; 
}
.botonAutor {
	width:142px; height:23px; background-image:url(../img/menuIzq/autor.jpg); background-position:top; display:block; float:left;
}
.botonAutor:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/autor.jpg); background-position:bottom;
}
.botonLector {
	width:142px; height:23px; background-image:url(../img/menuIzq/cartaallector.jpg); background-position:top; display:block; float:left;
}
.botonLector:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/cartaallector.jpg); background-position:bottom;
}
.botonArticulos {
	width:142px; height:23px; background-image:url(../img/menuIzq/articulos.jpg); background-position:top; display:block; float:left;
}
.botonArticulos:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/articulos.jpg); background-position:bottom;
}
.botonPracticos {
	width:142px; height:23px; background-image:url(../img/menuIzq/trabajospracticos.jpg); background-position:top; display:block; float:left;
}
.botonPracticos:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/trabajospracticos.jpg); background-position:bottom;
}
.botonNoticias {
	width:142px; height:23px; background-image:url(../img/menuIzq/noticias.jpg); background-position:top; display:block; float:left;
}
.botonNoticias:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/noticias.jpg); background-position:bottom;
}
.botonVideos {
	width:142px; height:23px; background-image:url(../img/menuIzq/videos.jpg); background-position:top; display:block; float:left;
}
.botonVideos:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/videos.jpg); background-position:bottom;
}
.botonCursos {
	width:142px; height:23px; background-image:url(../img/menuIzq/cursos.jpg); background-position:top; display:block; float:left;
}
.botonCursos:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/cursos.jpg); background-position:bottom;
}
.botonEnlaces {
	width:142px; height:23px; background-image:url(../img/menuIzq/enlaces.jpg); background-position:top; display:block;  float:left;
}
.botonEnlaces:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/enlaces.jpg); background-position:bottom;
}
.botonContacto {
	width:142px; height:23px; background-image:url(../img/menuIzq/contacto.jpg); background-position:top; display:block; float:left;
}
.botonContacto:Hover {
	width:142px; height:23px; background-image:url(../img/menuIzq/contacto.jpg); background-position:bottom; 
}
.botonJazz {
	width:142px; height:56px; background-image:url(../img/menuIzq/breakon.png); background-position:top; display:block; float:left; border:0;
}
.botonJazz:Hover {
	width:142px; height:56px; background-image:url(../img/menuIzq/breakon.png); background-position:bottom;
}
/* FIN MENU */
