/* -------------------------------------------- */
INPUT[type="image"]#botondescargar {
	display:block;
	width:130px;
	height:33px; /* aqui esta el truco */
	text-indent:-9999px;
	background:url(/imagenes-antivirus-virus/botones/descargar.png) top left no-repeat;
	border: 0px;
    }
INPUT[type="image"]#botondescargar:hover {
	background-position:0 -33px;/* con esto cambiamos la porcion de imagen que se muestra */
	border: 0px;
	cursor: hand;
}
/* -------------------------------------------- */

/* -------------------------------------------- */
a#registrarse {
	display:block;
	width:90px;
	height:29px; /* aqui esta el truco */
	text-indent:-9999px;
	background:url(/imagenes-antivirus-virus/botones/registrarse.png) top left no-repeat;
    }
a#registrarse:hover {
	background-position:0 -29px;/* con esto cambiamos la porcion de imagen que se muestra */
}
/* -------------------------------------------- */