function seleccionar(value, valor){
if(value==true)
	return ++valor;
else
	return --valor;
}
