#img_musica1 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/musica/foto1.jpg') center top no-repeat;
}

#img_musica1:hover {
   opacity: 0.5;
}

#img_musica2 {
  width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/musica/foto5.jpg') center top no-repeat;
}

#img_musica2:hover {
   opacity: 0.5;
}


#img_musica3 {
  width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/musica/foto4.jpg') center top no-repeat;
}

#img_musica3:hover {
   opacity: 0.5;
}



#img_musica4 {
  width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/musica/foto6.jpg') center top no-repeat;
}

#img_musica4:hover {
   opacity: 0.5;
}



#img_musica5 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/musica/foto2.jpg') center top no-repeat;
}
#img_musica5:hover {
   opacity: 0.5;
}



.height {
  min-height: 322px;
}

.bread2 li a {
	color: #339;
}