.quemepasa a {color: #5fa644;}
.quemepasa a:hover {color: #F59524;}

.heart {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/corazon.png');background-repeat: no-repeat; background-position: 0 0;}
.heart:hover {background-image: url('../imgs/quemepasa/corazon-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.energy {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/energia.png');background-repeat: no-repeat; background-position: 0 0;}
.energy:hover {background-image: url('../imgs/quemepasa/energia-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.diabet {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/diabetes.png');background-repeat: no-repeat; background-position: 0 0;}
.diabet:hover {background-image: url('../imgs/quemepasa/diabetes-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.obesidad {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/obe.png');background-repeat: no-repeat; background-position: 0 0;}
.obesidad:hover {background-image: url('../imgs/quemepasa/obe-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.bones {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/huesos.png');background-repeat: no-repeat; background-position: 0 0;}
.bones:hover {background-image: url('../imgs/quemepasa/huesos-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.lung {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/pulmon.png');background-repeat: no-repeat; background-position: 0 0;}
.lung:hover {background-image: url('../imgs/quemepasa/pulmon-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.kidney {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/rinones.png');background-repeat: no-repeat; background-position: 0 0;}
.kidney:hover {background-image: url('../imgs/quemepasa/rinones-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.capocha {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/sistnerv.png');background-repeat: no-repeat; background-position: 0 0;}
.capocha:hover {background-image: url('../imgs/quemepasa/sistnerv-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.potent {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/potenciadores.png');background-repeat: no-repeat; background-position: 0 0;}
.potent:hover {background-image: url('../imgs/quemepasa/potenciadores-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.cancer {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/cancer.png');background-repeat: no-repeat; background-position: 0 0;}
.cancer:hover {background-image: url('../imgs/quemepasa/cancer-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.digest {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/digestivos.png');background-repeat: no-repeat; background-position: 0 0;}
.digest:hover {background-image: url('../imgs/quemepasa/digestivos-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.tiroi {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/tiroides.png');background-repeat: no-repeat; background-position: 0 0;}
.tiroi:hover {background-image: url('../imgs/quemepasa/tiroides-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.sisinmu {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/defensas.png');background-repeat: no-repeat; background-position: 0 0;}
.sisinmu:hover {background-image: url('../imgs/quemepasa/defensas-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.grales {height: 85px; width: 85px; float: left; background-image: url('../imgs/quemepasa/generales.png');background-repeat: no-repeat; background-position: 0 0;}
.grales:hover {background-image: url('../imgs/quemepasa/generales-hover.png'); background-repeat: no-repeat;background-position: 0 0;}

.heart, .energy, .diabet, .obesidad, .bones, .lung, .kidney, .capocha, .potent, .cancer, .digest, .tiroi, .sisinmu, .grales {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}