function rowRecomendados_over(eRow){
	eRow.style.backgroundColor = "#FFFFFF";
	eRow.style.cursor = "default";
}
///
function rowRecomendados_out(eRow){
	eRow.style.backgroundColor = "";
	eRow.style.cursor = "auto";
}
///
function rowRondaVida_over(eRow){
	eRow.style.backgroundColor = "#c24141";
	eRow.style.cursor = "default";
}
///
function rowRondaVida_out(eRow){
	eRow.style.backgroundColor = "#bc2626";
	eRow.style.cursor = "auto";
}